Commit graph

48 commits

Author SHA1 Message Date
ishaan-jaff
e6e340cd46 (feat) show langfuse logging tags better through proxy 2024-02-06 13:30:55 -08:00
Krrish Dholakia
a1bbb16ab2 fix(langfuse.py): support logging failed llm api calls to langfuse 2024-02-05 16:16:15 -08:00
David Manouchehri
26e68c3f67
(feat) Add sessionId for Langfuse. 2024-02-05 15:13:21 -05:00
ishaan-jaff
d69edac11b (feat) use same id to log on s3, langfuse 2024-02-02 16:26:59 -08:00
ishaan-jaff
9947b0db96 (fix) langfuse - use exact same response_id as s3 logging 2024-02-02 14:29:23 -08:00
ishaan-jaff
553349cb18 (fix) langfuse logging, append time to logs 2024-02-02 14:20:02 -08:00
ishaan-jaff
9657fb0f0c (feat) langfuse set generation_id to response ID 2024-02-02 13:06:47 -08:00
Krrish Dholakia
a301d8aa4b feat(utils.py): support dynamic langfuse params and team settings on proxy 2024-02-01 21:08:24 -08:00
Krish Dholakia
e6231245c1
Merge pull request #1704 from maxdeichmann/add-langfuse-cost-tracking
feat: add langfuse cost tracking
2024-01-31 16:09:50 -08:00
Krrish Dholakia
345d0029af fix(langfuse.py): use total_cost 2024-01-31 16:04:56 -08:00
ishaan-jaff
a6d7e54cda (feat) log raw llm api calls on langfuse 2024-01-31 11:12:07 -08:00
ishaan-jaff
71e14cbbda (fix) langfuse check for embedding 2024-01-31 10:28:18 -08:00
ishaan-jaff
f4def61a90 (feat) langfuse - log embeddings 2024-01-31 10:22:29 -08:00
Max Deichmann
926bdae955 push 2024-01-31 13:57:48 +01:00
Max Deichmann
f0aeedb25d add cost tracking 2024-01-31 13:41:54 +01:00
Krrish Dholakia
09b7235b31 fix: support info level logging on pkg + proxy 2024-01-20 17:45:47 -08:00
ishaan-jaff
cb99cd18e7 (feat) log cache_hit as langfuse tags 2024-01-19 11:38:18 -08:00
ishaan-jaff
5c1ae3d412 (feat) langfuse send metadata as tags 2024-01-17 17:29:46 -08:00
ishaan-jaff
16fb83e007 (fix) proxy - remove errant print statement 2024-01-01 10:48:12 +05:30
ishaan-jaff
8ae4554a8a (feat) langfuse - set custom trace_id, trace_user_id 2023-12-30 20:19:03 +05:30
Krrish Dholakia
4905929de3 refactor: add black formatting 2023-12-25 14:11:20 +05:30
Krrish Dholakia
49932ac90a test: skip flaky tests 2023-12-23 12:37:38 +05:30
Krrish Dholakia
e620d2f219 fix(utils.py): log user_id to langfuse 2023-12-23 12:14:09 +05:30
Max Deichmann
b93fe99b74 debug langfuse on env variable 2023-12-19 12:20:58 +01:00
Max Deichmann
a05a955653 add log 2023-12-19 10:06:03 +01:00
Max Deichmann
dc8ae16d84 add users 2023-12-19 09:54:51 +01:00
Max Deichmann
c397da7c59 changes 2023-12-19 09:41:49 +01:00
Max Deichmann
99034709dc improve integration 2023-12-18 23:32:02 +01:00
ishaan-jaff
7915a5a120 (feat) langfuse add _async_log_event 2023-12-15 21:46:32 +05:30
Krrish Dholakia
f9dfeb502a fix(langfuse.py): serialize message for logging 2023-12-12 21:41:05 -08:00
ishaan-jaff
3acd393c5e (feat) langfuse - print traceback.exec() 2023-12-09 22:27:07 -08:00
Krrish Dholakia
c789865c87 fix(langfuse.py): metadata none error 2023-12-06 17:24:59 -08:00
ishaan-jaff
936c27c9ee (fix +test) langfuse log metadata 2023-11-30 13:53:43 -08:00
Krrish Dholakia
a5c99d8594 fix(langfuse.py): fix metadata logging for langfuse 2023-11-30 13:45:34 -08:00
ishaan-jaff
4aa95f9d43 (fix) langfuse logging - dont fail when casting optional params 2023-11-18 15:36:12 -08:00
ishaan-jaff
2564491434 (fix) langfuse logger for function calling / tools 2023-11-18 15:14:44 -08:00
Krrish Dholakia
c8b73d90f1 fix(utils.py): fix langfuse integration 2023-11-15 14:05:40 -08:00
Krrish Dholakia
c55db28b6f fix(utils.py): better exception raising if logging object is not able to get set 2023-11-06 06:34:27 -08:00
Krrish Dholakia
6b40546e59 refactor(all-files): removing all print statements; adding pre-commit + flake8 to prevent future regressions 2023-11-04 12:50:15 -07:00
ishaan-jaff
fd515f2a07 (fix) loggers langfuse - print import exception 2023-10-26 09:38:30 -07:00
Liam Moore
fe2b214b7a support release and debug params for langfuse client 2023-10-25 16:12:14 +02:00
ishaan-jaff
4cccad35f4 (feat) bump langfuse logger, track function responses, completion() metadata like temp, max_tokens etc 2023-10-17 11:51:05 -07:00
ishaan-jaff
5135b77c43 (feat) langfuse logging set custom generation_name 2023-10-16 21:34:01 -07:00
ishaan-jaff
925a6645df pass langfuse host 2023-10-04 09:21:46 -07:00
ishaan-jaff
e0373e05ad add langfuse host in callback 2023-10-04 09:12:21 -07:00
ishaan-jaff
73ad1bf6ed raise error when langfuse not installed 2023-10-03 20:58:40 -07:00
ishaan-jaff
f4b209ca65 default langfuse flush 2023-08-31 11:43:20 -07:00
ishaan-jaff
f466c443fe add langfuse integration 2023-08-31 11:04:17 -07:00