Commit Graph

390 Commits

Author SHA1 Message Date
Timothy Jaeryang Baek
68ded857a7
Merge pull request #227 from pew/cloudflareai
Cloudflare Workers AI Example
2024-08-23 17:33:14 +02:00
Justin Hayes
a8734f45c6
Merge pull request #169 from g453030291/aws_bedrock_example
Adding Examples:AWS Bedrock claude
2024-08-18 11:11:00 -04:00
g453030291
f962e6338d add title and some bugfix 2024-08-18 11:41:34 +08:00
Jonas
c50d4eb8f8 cloudlfare ai pipeline 2024-08-16 04:04:25 +00:00
Jonas
d86ce893fd cloudflare ai initial draft 2024-08-15 09:35:33 +00:00
James W.
231e03237e
Merge pull request #220 from 0xThresh/text_to_sql_1.1
Made env vars more generic, added Ollama port to dev-docker.sh
2024-08-11 22:37:23 -06:00
0xThresh.eth
f45d666439 Made env vars more generic, added Ollama port to dev-docker.sh 2024-08-11 22:36:51 -06:00
Timothy Jaeryang Baek
45e3a215b4
Merge pull request #192 from zabirauf/u/zabirauf/pip-reqs
Adding ability to install requirements from frontmatter through the /pipelines/add API
2024-08-12 00:45:58 +02:00
Timothy Jaeryang Baek
272cf8c0b4
Merge pull request #210 from justinh-rahb/litellm-fix
Fix: Get LiteLLM Models
2024-08-02 22:09:26 +02:00
Justin Hayes
edce3be8e9
Merge pull request #170 from ther3zz/patch-1
Update langfuse_filter_pipeline.py
2024-08-02 16:07:00 -04:00
Justin Hayes
316c547163 Fix: get LiteLLM models on startup 2024-08-02 15:51:28 -04:00
Justin Hayes
ef88564520 Fix: get LiteLLM models on init 2024-08-02 15:45:38 -04:00
Timothy Jaeryang Baek
1292a39416
Merge pull request #209 from reddiedev/main
Added new perplexity chat models and removed deprecated ones
2024-08-02 17:59:41 +02:00
reddiedev
d71dab0906
Fixed typos 2024-08-02 23:51:10 +08:00
Justin Hayes
caa5421131
Merge pull request #194 from rotemdan/use-native-system-message-for-gemini-1.5
Use native system instructions for Gemini 1.5 models
2024-08-02 11:51:04 -04:00
Rotem Dan
aabf46c8e9 Increment version to 1.3 2024-08-02 18:48:02 +03:00
reddiedev
98476661dc added new models and removed deprecated ones 2024-08-02 23:47:44 +08:00
Justin Hayes
f920f7e702
Merge pull request #187 from reddiedev/main
Added system prompt and conversation history support for Perplexity
2024-08-02 10:09:04 -04:00
Rotem Dan
a94512dad4 Use native system instructions for Gemini 1.5 models 2024-08-02 16:45:46 +03:00
Justin Hayes
ba1af55615
Merge pull request #193 from attilaszasz/main
update pipelines on startup
2024-08-02 08:41:18 -04:00
attilaszasz
ba9d26662f update pipelines on startup 2024-08-02 10:20:02 +03:00
Zohaib Rauf
042a3f8727 added import 2024-08-01 23:01:55 -07:00
Zohaib Rauf
5ed3719a8b Adding ability to install requirements from frontmatter through the pipelines/add API 2024-08-01 22:22:32 -07:00
Justin Hayes
342566765f
Merge pull request #191 from open-webui/gemini-permissive-safety
Add Gemini Manifold Pipeline Safety Settings
2024-08-01 14:29:52 -04:00
Justin Hayes
7b784bcdfe
Add permissive safety valve to Gemini Manifold 2024-08-01 14:21:29 -04:00
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
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
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
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