Commit Graph

468 Commits

Author SHA1 Message Date
reddiedev
a76c9fd3ad improved system prompt handling and added support for conversation history 2024-08-01 02:47:45 +08:00
Justin Hayes
c76d24b032
Merge pull request #179 from justinh-rahb/anthropic-fix
Refactor Anthropic Manifold for improved reliability
2024-07-31 03:54:09 -04:00
Marenz
9776bdda0d
Some type annotation additions
Signed-off-by: Marenz <github@supradigital.org>
2024-07-30 19:14:40 +02:00
Justin Hayes
dd5e986a52 refac: anthropic manifold 2024-07-30 09:01:13 -04:00
Justin Hayes
cd6c092a53
Merge pull request #173 from justinh-rahb/presidio
Add Presidio PII Redaction Filter
2024-07-29 13:21:24 -04:00
Timothy Jaeryang Baek
38b5901675
Merge pull request #171 from 0xThresh/feat-rag-valves
Added valves to RAG pipe
2024-07-27 16:37:43 +02:00
Henri Wenlin
2da26dea4a schemas.py fix to support image input with latest open webui version 2024-07-23 15:37:20 +03:00
0xThresh.eth
8401f02c91 Added valves to RAG pipe 2024-07-22 22:24:39 -06:00
ther3zz
dbb117f880
Update langfuse_filter_pipeline.py
sometimes tools/functions break the langfuse pipeline because chat_id is missing. this check to see if a value exists and if it does not, sets it to
SYSTEM MESSAGE UUID
where UUID is a generated uuid
2024-07-21 11:06:54 -04:00
g453030291
34332092e6 add aws bedrock claude pipeline example 2024-07-20 15:49:47 +08:00
Marenz
3a32c66923 Allow usage of custom prompts in blueprint
Signed-off-by: Marenz <github@supradigital.org>
2024-07-18 17:53:17 +02:00
Justin Hayes
79a8cd0a82
Add Presidio PII Filter 2024-07-07 23:41:06 -04:00
Timothy Jaeryang Baek
98604da8ec
Merge pull request #139 from justinh-rahb/mlx-manifold
feat: Add MLX Manifold Pipeline
2024-07-03 15:36:32 -07:00
Justin Hayes
f34771c647
Update mlx_manifold_pipeline.py 2024-07-03 11:13:07 -04:00
Justin Hayes
54e83986e3
Fix: make some MLX valves optional 2024-07-03 11:06:22 -04:00
Justin Hayes
47de6f1bb1
Update mlx_manifold_pipeline.py 2024-07-03 10:54:53 -04:00
Justin Hayes
becb4f6a75
Merge branch 'open-webui:main' into mlx-manifold 2024-07-03 10:54:08 -04:00
Timothy Jaeryang Baek
f5a758c80c
Merge pull request #148 from 0xThresh/feat-text-to-sql-valves
Add Valves to Text to SQL Pipeline
2024-07-02 21:38:39 -07:00
0xThresh.eth
7b257d3a5c Merge branch 'main' into feat-text-to-sql-valves 2024-07-02 13:45:09 -07:00
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
Timothy Jaeryang Baek
a5bf4bdf35
Merge pull request #146 from 0xThresh/patch-1
fix: Remove stray )
2024-07-01 17:51:05 -07: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
7aa0a6020d Update requirements.txt 2024-07-01 11:42:13 -07:00
0xThresh
d7cb952c4d feat: New text-to-SQL pipe using LlamaIndex 2024-07-01 11:41:00 -07:00
Timothy Jaeryang Baek
37fc72c26e
Merge pull request #143 from MateLord/patch-1 2024-07-01 11:34:28 -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
Timothy Jaeryang Baek
412ef9d2d3
Merge pull request #137 from justinh-rahb/mlx-pipeline-valves
enh: Add Valves support to MLX Pipeline
2024-06-29 22:27:48 -07: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
Timothy Jaeryang Baek
9fd6d1eba0
Merge pull request #130 from OriginalSimon/main
Google Translate Integration
2024-06-29 19:31:34 -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
Timothy Jaeryang Baek
23d3cb7fd9
Merge pull request #131 from justinh-rahb/gemini-fix
Fix: Google GenAI pipeline
2024-06-28 09:00:05 -07: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