Commit Graph

169 Commits

Author SHA1 Message Date
0xThresh.eth
d5febd7a4e Added valves and name to text-to-SQL pipeline 2024-07-02 09:51:51 -07:00
Justin Hayes
f89b61c8cb
Merge branch 'open-webui:main' into mlx-manifold 2024-07-01 23:37:51 -04:00
Justin Hayes
f7ac26be13
cleanup: MLX valves 2024-07-01 23:24:32 -04:00
0xThresh
f10b172fd8
fix: Remove stray ) 2024-07-01 17:39:40 -07:00
Timothy Jaeryang Baek
76b8131490
Merge pull request #144 from 0xThresh/feat-text-to-sql-rag
feat: New text-to-SQL pipe using LlamaIndex
2024-07-01 12:10:20 -07:00
0xThresh
d7cb952c4d feat: New text-to-SQL pipe using LlamaIndex 2024-07-01 11:41:00 -07:00
Justin Hayes
c44fb71930
Update default MLX model 2024-07-01 12:29:42 -04:00
Justin Hayes
f1dab7a6aa
Cleanup unused imports 2024-07-01 11:32:12 -04:00
Justin Hayes
83db4c2035
Remove MLX_SUBPROCESS=True option 2024-07-01 11:13:40 -04:00
Justin Hayes
72e933cd6b
Fix: more robust MLX model switching 2024-07-01 10:59:31 -04:00
Justin Hayes
7743a40b41
Merge branch 'open-webui:main' into mlx-manifold 2024-07-01 10:55:07 -04:00
Mateusz Lazanowski
7a517ecf9c
Fix param names - azure_openai_pipeline.py
Fixed 2 bugs, lack of import os, and wrong valves parameters names
2024-07-01 12:25:17 +02:00
Justin Hayes
0ed890d24f
Add MLX Manifold Pipeline 2024-06-30 01:23:57 -04:00
Justin Hayes
7add7f5295
Add Valves support 2024-06-30 00:59:15 -04:00
Timothy Jaeryang Baek
08e08ad040
Merge pull request #134 from aschaber1/refactor/llamaindex
refactor(examples/llamaindex_ollama): add use of env vars for configuration
2024-06-29 19:32:23 -07:00
Timothy Jaeryang Baek
fefc64ecc8
Merge pull request #133 from aschaber1/patch-1
refactor(examples/azure_openai_pipeline): make use of env variables and prefixed with a consistent prefix to avoid conflicts
2024-06-29 19:32:00 -07:00
Simon
7e8992de81
Merge branch 'open-webui:main' into main 2024-06-29 16:27:32 +02:00
SimonOriginal
77ae1e9a27 Remove caching 2024-06-29 13:00:33 +02:00
SimonOriginal
05d480b1b2 Implemented proper code handling to avoid language translation 2024-06-29 12:47:30 +02:00
Alexander Schaber
307abf187a
fix(examples/llamaindex_ollama): move path to pvc 2024-06-29 02:42:55 +02:00
Alexander Schaber
bc2aed9510
refactor(examples/llamaindex_ollama): add use of env vars for configuration 2024-06-29 02:42:55 +02:00
Alexander Schaber
1a48861cdc
refactor(examples/azure_openai_pipeline): make use of env variables and prefixed with a consistent prefix to avoid conflicts
BREAKING CHANGE: all valves are now prefixed with `AZURE_OPENAI_`.
2024-06-28 22:16:01 +02:00
Justin Hayes
c4e2d4933d
Update metadata 2024-06-28 11:47:34 -04:00
Justin Hayes
130e9cec35
Refac 2024-06-28 11:47:04 -04:00
Justin Hayes
20212561a1
Update frontmatter 2024-06-28 11:14:37 -04:00
Justin Hayes
e9cedbfca8
Fix non-streaming response 2024-06-28 11:09:45 -04:00
Justin Hayes
b82d902185
Print logging 2024-06-28 11:06:08 -04:00
Justin Hayes
c44217b5b8
Add logging 2024-06-28 10:59:34 -04:00
Justin Hayes
50132989d0
Bump max_output_tokens 2024-06-28 10:52:05 -04:00
SimonOriginal
eab74e3561 Fix table delimiters in translated text 2024-06-28 16:51:37 +02:00
Justin Hayes
48f77c5798
Fix Gemini 2024-06-28 10:50:39 -04:00
SimonOriginal
539cbe1a4a Added caching and optimization for Markdown table translation 2024-06-28 15:49:10 +02:00
SimonOriginal
8d3bc097e3 add description 2024-06-28 15:10:37 +02:00
SimonOriginal
a7535994dc add google translate 2024-06-28 15:01:40 +02:00
Benjamin Chauhan
5e73b279d5 Add proper exception handling to langfuse filter pipeline 2024-06-27 11:08:15 -07:00
Timothy Jaeryang Baek
1b3bfe902a
Merge pull request #120 from aschaber1/feature/ollama_manifold_env
feat: Update Ollama manifold pipeline to use environment variable for base URL
2024-06-26 23:12:25 -07:00
Justin Hayes
84db93af7c
fix: anthropic pipeline image upload 2024-06-26 21:06:02 -04:00
Justin Hayes
9cf3f361f7
nice try Claude 2024-06-26 09:16:04 -04:00
Justin Hayes
d4d1828712
correct system message handling and add image support 2024-06-26 08:49:18 -04:00
Alexander Schaber
60fa35f259
feat: Update Ollama manifold pipeline to use environment variable for base URL 2024-06-25 12:48:18 +02:00
Timothy Jaeryang Baek
9cf0fc4e50
Merge pull request #106 from justinh-rahb/anthropic-claude-3.5-sonnet
enh: add `claude-3.5-sonnet-20240620`
2024-06-23 17:01:31 -07:00
Justin Hayes
79da20ad20
Fix model string name 2024-06-20 12:42:49 -04:00
l31bn1tz
03af2828bb
Fix bug leading to openai failure call
The open ai key was not given into the actual API call
2024-06-20 17:53:13 +02:00
Justin Hayes
42f192e1ac
added: claude-3.5-sonnet-20240620 2024-06-20 11:12:50 -04:00
Timothy Jaeryang Baek
df2124e757
Merge pull request #99 from atgehrhardt/main
Ollama Dynamic Vision Pipeline
2024-06-18 18:21:55 -07:00
Andrew Tait Gehrhardt
c360d2bda8 Cleaning up 2024-06-18 21:12:47 -04:00
Andrew Tait Gehrhardt
7d817b6b6a Fixed metadata. Fixed image retention. 2024-06-18 21:05:18 -04:00
Andrew Tait Gehrhardt
cc936574e5 Adding metadata 2024-06-18 18:46:58 -04:00
Andrew Tait Gehrhardt
58d64c4fce Pipeline that automatically extracts image, passes to an ollama vision model, and overrides the response. This allows for you to have a primary text model and temporarily switch to a vision model whenever there is an image attached 2024-06-18 18:46:01 -04:00
Timothy J. Baek
0f610ca7eb fix: anthropic system 2024-06-17 10:40:27 -07:00
Timothy Jaeryang Baek
a6daafe1f2
Merge pull request #90 from 0xThresh/feat-datadog-llmobs-filter
feat: DataDog LLM Observability Pipeline
2024-06-16 23:50:25 -07:00
0xThresh.eth
6d508be496 Resolved outlet issue 2024-06-16 11:18:13 -07:00
0xThresh.eth
b983e8f257 Testing updated Dockerfile 2024-06-16 11:01:41 -07:00
Andrew Tait Gehrhardt
10021c16e9 Adjusted author 2024-06-15 00:13:09 -04:00
Andrew Tait Gehrhardt
7e376f186b Adding home assistant filter than can return time in EST (yeah i'll make that better in next version to use local timezon) and control light entities based on the easy names. Currently can only control one entity at a time, so recommend making light groups. 2024-06-15 00:11:41 -04:00
0xThresh.eth
30fa228a84 Working DataDog pipeline 2024-06-13 10:37:00 -07:00
Mario Garcia
2f822d599a
Perplexity API Fix
Perplexity API Fix
2024-06-11 14:22:51 -05:00
Jun Siang Cheah
19fef5774e fix: make azure openai work by dropping/modifying params 2024-06-07 19:27:10 +01:00
Timothy Jaeryang Baek
46267716cc
Merge pull request #70 from marclp-es/add_google_genai_example
Add support for Google Gemini
2024-06-06 20:50:06 -07:00
Marc Lopez
fb489b01a6 Add support for Google Gemini 2024-06-07 02:57:56 +02:00
Timothy J. Baek
17a44df0f3 feat: llm translation pipeline 2024-06-05 13:10:37 -07:00
Timothy Jaeryang Baek
53eee3de77
Merge pull request #64 from marclp-es/add_imagegen_example 2024-06-05 11:57:31 -07:00
Jannik Streidl
0bc42e8fe7 moved pieline 2024-06-05 20:54:48 +02:00
Jannik Streidl
12c67205d2 Merge branch 'main' into prompt_injection_filter 2024-06-05 20:54:22 +02:00
Jannik Streidl
df4103a7e2 Merge branch 'main' of https://github.com/open-webui/pipelines 2024-06-05 20:54:11 +02:00
Marc Lopez
dbb68000f7 Add ImageGen exaple (Using DALL-E) 2024-06-05 18:44:56 +02:00
Petar Petrov
47a7c82366 feat: groq manifold pipeline 2024-06-05 09:04:43 +03:00
Justin Hayes
5743db5d03
Cohere envvar fix 2024-06-04 13:16:14 -04:00
Timothy J. Baek
3f7a44d4b8 fix: anthropic 2024-06-04 10:05:58 -07:00
Timothy J. Baek
ecd7f8e5ad fix: litellm 2024-06-03 18:02:21 -07:00
Timothy J. Baek
17bc338c4a enh: litellm manifold
Co-Authored-By: Artur Zdolinski <15941777+azdolinski@users.noreply.github.com>
2024-06-03 13:24:57 -07:00
Jannik Streidl
08da5cde85 fix 2024-06-03 09:30:04 +02:00
Justin Hayes
84cfa62cd4
Fix id 2024-06-02 22:08:49 -04:00
Timothy J. Baek
d0cf5b7bcb fix: azure 2024-06-02 18:07:04 -07:00
Timothy Jaeryang Baek
f5eb8e5a44
Merge pull request #42 from weizhou88/patch-1
Update azure_openai_pipeline.py
2024-06-02 17:01:39 -07:00
Timothy J. Baek
b882dd79ff fix: litellm pipelines 2024-06-02 17:00:44 -07:00
Timothy J. Baek
0f516bd95e fix: anthropic 2024-06-02 16:59:43 -07:00
weizhou88
5b1d61f8f9
Update azure_openai_pipeline.py 2024-06-03 07:58:34 +08:00
Timothy J. Baek
c2f5200906 fix: openai pipeline 2024-06-02 16:58:28 -07:00
Timothy J. Baek
e024afc81c feat: openai manifold 2024-06-02 16:56:35 -07:00
Timothy J. Baek
c19f52bd7b enh: scaffolds 2024-06-02 15:14:06 -07:00
Timothy J. Baek
73c340f4eb chore: comment 2024-06-02 15:10:00 -07:00
Timothy J. Baek
79fa14acbe chore: comments 2024-06-02 15:03:08 -07:00
Timothy J. Baek
7dddb949cd refac: examples dir 2024-06-02 14:22:48 -07:00
Jannik Streidl
70d408da45 threshold fix 2024-06-02 23:14:53 +02:00
Timothy J. Baek
418572bfaf enh: langfuse 2024-06-02 12:02:59 -07:00
Timothy J. Baek
dd98a71d0b refac 2024-06-02 11:43:41 -07:00
Timothy J. Baek
5478b920df enh: langfuse filter 2024-06-02 11:40:24 -07:00
Jannik Streidl
c381ea0b64 prompt injection filter 2024-06-02 17:00:03 +02:00
Jannik Streidl
b1f4018ed7 prompt injection filter 2024-06-02 16:58:30 +02:00
Timothy J. Baek
db40108c59 Update langfuse_filter_pipeline.py 2024-06-02 00:05:36 -07:00
Timothy J. Baek
c4b5f2be47 enh: azure openai pipeline 2024-06-01 22:59:27 -07:00
Timothy J. Baek
fb7ffc9dc3 refac 2024-06-01 17:03:03 -07:00
Timothy J. Baek
871348049f enh: current time fc 2024-06-01 14:38:01 -07:00
Timothy J. Baek
8aa82f9eb9 chore 2024-06-01 11:45:29 -07:00
Timothy J. Baek
eb8ff0d12d chore: comments 2024-06-01 11:38:49 -07:00
Timothy J. Baek
5b8b9d8f6d refac: valves 2024-06-01 11:36:31 -07:00
Timothy J. Baek
74e5c067e5 example: fc scaffold 2024-06-01 11:29:08 -07:00
Timothy J. Baek
313f1a7592 feat: blueprints 2024-06-01 11:24:07 -07:00
Timothy J. Baek
be5f596d2a refac: improved fc prompt 2024-06-01 00:07:14 -07:00