Commit Graph

203 Commits

Author SHA1 Message Date
Timothy Jaeryang Baek
cf57fd0747 Create events_pipeline.py
Some checks failed
Create and publish Docker images with specific build args / build-main-image (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (push) Has been cancelled
Create and publish Docker images with specific build args / build-minimum-image (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-minimum-images (push) Has been cancelled
Co-Authored-By: Anthony Durussel <87324020+anthonydurussel@users.noreply.github.com>
2025-04-10 09:24:11 -07:00
Timothy Jaeryang Baek
275655fd2e
Merge pull request #476 from NolanTrem/main
Add R2R Example Pipeline
2025-03-29 15:12:19 -07:00
Timothy Jaeryang Baek
5ccdecc4e3
Merge pull request #438 from ther3zz/patch-3
langfuse pipeline: chatID + clearer observation names + usage + trace tagging
2025-03-28 15:37:00 -07:00
Timothy Jaeryang Baek
86bceb126f
Merge pull request #473 from xxond/patch-1
Update Gemini Pipelines to 2.0 in examples
2025-03-28 13:12:19 -07:00
ther3zz
c0a60f1b0f
Model Name vs ID for Generation
adds the ability to use the model name as the model value when inserting generation observations into langfuse.

Also adds both model name and id in metadata.
2025-03-28 10:30:32 -04:00
Erik
4b42a7b514
Create azure_dalle_manifold_pipeline.py
A pipeline for generating text and processing images using the Azure API. And including multiple Dall-e models
2025-03-26 08:02:25 +01:00
NolanTrem
ece9fceb59 Add R2R Example Pipeline 2025-03-21 16:53:19 -07:00
xxond
c04d6f41ce
Update pipeline list in google_vertexai_manifold_pipeline.py 2025-03-20 19:31:12 +03:00
ther3zz
34a464e1d9
fix model id
we now pass model info to langfuse for generation observations
2025-03-04 13:27:58 -05:00
ther3zz
40c32238af
show debug switch last
moving the debug valve as the last option (above the tags valve)
2025-03-04 10:32:40 -05:00
ther3zz
3703976ac2
modify non-llm responses as events
instead of inserting non-llm responses as generation, they are now inserted as events into langfuse
2025-03-04 10:28:20 -05:00
ther3zz
689d986f81
add tag valve and tag insert
adds a valve to enable/disable inserting tags into the langfuse trace.
2025-03-03 13:26:03 -05:00
Mikey O'Brien
10242dc8a2 Add thinking support for claude-3-7-sonnet 2025-02-27 17:42:17 -06:00
ther3zz
78315eb930
Update langfuse_filter_pipeline.py
fixes usage not passing over to langfuse
2025-02-27 10:48:49 -05:00
Federico B
afde1aafb0
Add claude-3-7-sonnet-20250219 Model
Added support for the latest Claude-3-7-Sonnet model (version 20250219) from Anthropic in the OpenWebUI pipeline.
2025-02-24 23:16:41 +01:00
ther3zz
4011977ae1
Update langfuse_filter_pipeline.py
reworked to make observations easier to understand
fixed an issue where title generation were being overwritten by messages
2025-02-21 18:27:34 -05:00
ther3zz
e7efb32728
Update langfuse_filter_pipeline.py
fixes issues with messages not properly being sent to langfuse.
also adds the system prompt if any and sources if any
2025-02-20 15:13:15 -05:00
Lorenzo
3cb201d2d6
Update openai_manifold_pipeline.py
added support for o1 and o3 models
2025-02-19 09:32:27 -03:00
Timothy Jaeryang Baek
ab9012c228
Merge pull request #378 from Fyve-Labs/fix/wikipedia-pipeline
fix(wikipedia-pipeline): update wikipedia pipeline example
2025-02-14 13:45:25 -08:00
Timothy Jaeryang Baek
2c4ee26eb0
Merge pull request #401 from mbeltagy/patch-1
Added a deepseek manifold pipeline
2025-02-14 13:09:41 -08:00
Timothy Jaeryang Baek
a07b306a8b
Merge pull request #407 from veleinfobip/my_correction
Fix issue with chat_id handling
2025-02-14 13:09:28 -08:00
Aria Burrell
7a8fa1a862
Feature: additional provider for DeepSeek R1 API on Azure. 2025-02-02 20:23:21 -07:00
Velibor
d8020ad304 Fix issue with chat_id handling 2025-01-29 12:36:21 +01:00
mbeltagy
3eb2d0afc6
Including Deepseek R1
Just added support to recent `deepseek-reasoner`
2025-01-22 09:45:26 +02:00
mbeltagy
7a8fff76b2
Create deepseek_manifold_pipeline.py 2025-01-20 01:07:10 +02:00
Marc Klingen
bca4f84c24
fix: include assistant message as trace.output in langfuse 2025-01-06 11:19:10 +01:00
Eric Z
542d143a88 fix(wikipedia-streaming): convert to streaming-compatible responses 2024-12-29 05:32:34 -06:00
Eric Z
5a6e476fd9 fix(wikipedia-pipeline): update wikipedia pipeline example (api + responses) 2024-12-28 14:35:59 -06:00
Xtrah
aabb200bbd
add new Claude 3.5 Haiku to Anthropic pipeline 2024-11-05 10:57:46 +01:00
Justin Hayes
7d30cf8c3e
Update anthropic_manifold_pipeline.py
Update Claude 3.5 Sonnet to Oct 22 checkpoint.
2024-10-23 03:08:44 -04:00
Artur Zdolinski
ca35b9df0b
Update dify_pipeline.py 2024-10-23 00:02:24 +02:00
Artur Zdolinski
f4fc2f1f07
Create n8n_pipeline.py 2024-10-22 23:57:44 +02:00
Artur Zdolinski
a82c47c6d4
Update dify_pipeline.py
Uncomment to disable SSL verification warnings if needed.
2024-10-22 23:48:19 +02:00
Artur Zdolinski
0b8469bcd1
Create dify_pipeline.py 2024-10-22 23:45:27 +02:00
Timothy Jaeryang Baek
0a0856479a
Merge pull request #286 from abdessalaam/patch-1
Create azure_jais_core42_pipeline.py
2024-10-19 13:56:19 -07:00
Christian Köberl
e591ff1b4d add Azure OpenAI manifold pipeline example 2024-10-04 13:41:08 +02:00
Abdessalaam
9f34ff18e3
Create azure_jais_core42_pipeline.py
Added pipeline to use API of Jais model available via Azure AI. 
About Jais: https://inceptionai.ai/jais/
2024-10-04 00:57:30 +03:00
Marc Klingen
5788998006
bump version 2024-09-27 19:47:49 +02:00
Marc Klingen
bd4d824903
openai non-stream metrics 2024-09-27 19:06:22 +02:00
Marc Klingen
68938c0808
fix 2024-09-27 18:56:52 +02:00
Timothy Jaeryang Baek
0b99d06f23
Merge pull request #265 from hrmsk66/hrmsk66/support-google-vertexai
Google Vertex AI Example
2024-09-21 17:42:45 +02:00
Hiromasa Kakehashi
3cbb0a289a Fix method call typo 2024-09-20 16:12:58 +09:00
Hiromasa Kakehashi
d7a910cfd9 Google Vertex AI Example 2024-09-19 11:31:01 +09:00
Marc Klingen
234571e06e
bump version 2024-09-18 18:24:13 +02:00
Marc Klingen
77dc049303
feat: track token usage in Langfuse (and fix memory leak) 2024-09-18 18:22:36 +02:00
Timothy Jaeryang Baek
de253bf0c8
Merge pull request #238 from annk15/main
Add mem0 filter to examples
2024-09-18 04:24:11 +02:00
Marc Klingen
4d53b80657
feat: track user.email in langfuse filter pipeline and remove wrong token count 2024-09-06 21:53:02 +02:00
Justin Hayes
d4fca4c37c
Merge pull request #246 from ma3oun/patch-1
Update home_assistant_filter.py
2024-09-02 20:56:22 -04:00
berjaoui
2bb74b1e78
Update home_assistant_filter.py
Corrected requirements for difflib (typo "difflab")
2024-09-02 14:17:45 +02:00
kmishmael
0303263197 fix: initialize request object, correct typo, and rename parameter
- Initialize `r` to `None` to prevent potential `NameError`.
- Correct typo: change "funcions" to "functions" in allowed parameters.
- Rename "dataSources" to "data_sources" to align with API specs.
2024-09-01 18:52:09 +03:00