Commit graph

144 commits

Author SHA1 Message Date
Ishaan Jaff
0fca960221 docs langfuse link 2024-08-27 08:14:03 -07:00
MarkRx
19e5299a6d Support LangSmith parent_run_id, trace_id, session_id 2024-08-21 16:09:30 -04:00
Ishaan Jaff
9b0bd54571 docs cleanup - reduce emojis 2024-08-17 13:28:34 -07:00
Krrish Dholakia
d991e1320c docs(langfuse_integration.md): add disable logging for specific calls to docs 2024-08-16 17:36:13 -07:00
Ishaan Jaff
9314341b9e docs show fields logged on gcs bucket 2024-08-05 08:58:54 -07:00
Ishaan Jaff
3e39e8eb8f docs setting service accounts 2024-08-01 15:31:58 -07:00
Ishaan Jaff
617b2b946c docs using gcs 2024-08-01 15:23:17 -07:00
Ishaan Jaff
e378ab8bc9 docs - logging langsmith tags 2024-07-24 07:12:36 -07:00
Krrish Dholakia
d1ffb4de5f docs(raw_request_response.md): show how to get openai headers from response 2024-07-23 11:40:26 -07:00
Krish Dholakia
e770ac48a2
Merge branch 'main' into litellm_braintrust_integration 2024-07-22 22:40:39 -07:00
Krrish Dholakia
dd6d58d29b docs(braintrust.md): add braintrust.md to docs 2024-07-22 17:47:08 -07:00
Ishaan Jaff
d3bced56bb docs - langsmith 2024-07-22 15:17:24 -07:00
Ishaan Jaff
488aca98a1 doc arize ai 2024-07-22 14:27:45 -07:00
maamalama
9d157c50a4 Helicone headers to metadata 2024-07-17 17:06:42 -07:00
Ishaan Jaff
ee53b9093b
Merge pull request #4758 from BerriAI/litellm_langsmith_async_support
[Feat] Use Async Httpx client for langsmith logging
2024-07-17 16:54:40 -07:00
Ishaan Jaff
f462e6a46c langsmith logs 2024-07-17 16:37:24 -07:00
Krrish Dholakia
e587d32058 docs(scrub_data.md): add scrub logging data tutorial to docs 2024-07-17 15:39:31 -07:00
Krish Dholakia
1362a91d66
Merge pull request #4612 from colegottdank/main
Update Helicone Docs
2024-07-11 22:00:30 -07:00
Krrish Dholakia
2f5f85cb52 docs(callbacks.md): cleanup docs 2024-07-09 08:43:03 -07:00
colegottdank
0de776bca2 bye palm 2024-07-08 15:30:33 -07:00
colegottdank
e7c16cc488 Update Helicone docs 2024-07-08 15:27:58 -07:00
colegottdank
a3d9e34b26 Fix 2 2024-07-08 13:56:53 -07:00
Ishaan Jaff
70a605b3cc docs - update telemetry 2024-06-24 13:21:16 -07:00
Ishaan Jaff
7b414a73a7 docs - show setting trace name 2024-06-18 20:12:00 -07:00
Ishaan Jaff
604f9689d0 fix setting langfuse attributes thru header 2024-06-18 12:09:58 -07:00
Ishaan Jaff
991604986d docs - logfire 2024-06-17 19:47:31 -07:00
Ishaan Jaff
61ff712a08 fix deps 2024-06-17 19:33:10 -07:00
Ishaan Jaff
b4acd483c4 update logging docs 2024-06-17 17:31:58 -07:00
Ishaan Jaff
d8dd0408b0 docs - fix build time issues 2024-06-15 16:12:37 -07:00
Krish Dholakia
056913fd70
Merge pull request #3559 from Intellegam/main
Langfuse integration support for `parent_observation_id` parameter
2024-06-14 06:55:45 -07:00
Krrish Dholakia
fb96f07ccb docs(raw_request_prod.md): add seeing raw request / response for proxy on docs 2024-06-12 11:00:29 -07:00
Krrish Dholakia
7eae0ff7e3 fix(utils.py): allow user to opt in to raw request logging to langfuse 2024-06-11 13:35:22 -07:00
Takashi Iwamoto
dbfdbf37c9 Fix log message in Custom Callbacks doc 2024-06-07 22:20:16 +09:00
afel
a24dbdf78c fix typo 2024-06-06 08:04:11 +02:00
afel
756fd69e1c update langfuse docs 2024-06-06 08:01:59 +02:00
Hannes Burrichter
b89b3d8c44
Merge branch 'BerriAI:main' into main 2024-05-21 13:51:55 +02:00
alisalim17
01bb26bbba Revert "Revert "Logfire Integration""
This reverts commit b04a8d878a.
2024-05-21 11:07:40 +04:00
Marc Abramowitz
bf4f08ac30 Work with custom LANGSMITH_BASE_URL
This allows working with a custom Langsmith base URL. For example,
I can use this to test against a local Langsmith instance, running on
my laptop with Docker by adding this to the proxy config:

```yaml
litellm_settings:
  success_callback: ["langsmith"]

environment_variables:
  LANGSMITH_BASE_URL: "http://localhost:1984"
  LANGSMITH_PROJECT: "litellm-proxy"
```
2024-05-16 17:13:01 -07:00
Krrish Dholakia
a7b9a03991 docs(billing.md): add tutorial on billing with litellm + lago to docs 2024-05-16 14:13:39 -07:00
Krrish Dholakia
3acb31fa49 docs(lago.md): add lago usage-based billing quick-start to docs 2024-05-16 13:24:04 -07:00
Hannes Burrichter
5bf59d5295
Merge branch 'BerriAI:main' into main 2024-05-15 16:44:05 +02:00
Krrish Dholakia
1a3b001432 docs(langfuse_integration.md): cleanup docs 2024-05-15 07:37:04 -07:00
Krish Dholakia
b04a8d878a
Revert "Logfire Integration" 2024-05-14 17:38:47 -07:00
alisalim17
18bf68298f Merge remote-tracking branch 'upstream/main' 2024-05-14 18:42:20 +04:00
Hannes Burrichter
1bd6a1ba05
Merge branch 'BerriAI:main' into main 2024-05-14 13:31:07 +02:00
Alex Epstein
3bf2ccc856 feat(langfuse.py): Allow for individual call message/response redaction 2024-05-12 22:38:29 -04:00
Ishaan Jaff
360d284058 docs - debug langfuse 2024-05-11 14:12:17 -07:00
Hannes Burrichter
be85145b86 Update langfuse integration docs wiht the new parent_observation_id parameter 2024-05-10 10:27:58 +02:00
Alex Epstein
b82162832a Update support for langfuse metadata
- Added ability to set trace release, version, metadata
- Added ability to update fields during a trace continuation
- Added ability to update input and output during a trace continuation
- Wrote new test for verifying metadata is set correctly
- Small improvement to setting secret boolean, prevent unnecessary literal_eval
- Small improvements to langfuse tests
2024-05-05 14:56:36 -04:00
alisalim17
7e0b479a37 docs: add documentation for logfire integration 2024-05-04 17:47:54 +04:00