langfuse-python icon indicating copy to clipboard operation
langfuse-python copied to clipboard

🪢 Langfuse Python SDK - Instrument your LLM app with decorators or low-level SDK and get detailed tracing/observability. Works with any LLM or framework

Results 77 langfuse-python issues
Sort by recently updated
recently updated
newest added

Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.6.0 to 0.7.0. Changelog Sourced from tiktoken's changelog. [v0.7.0] Support for gpt-4o Performance improvements Commits bfe00ad Bump cibuildwheel 9d01e56 Sync codebase 1b9faf2 Simplify byte_pair_merge (#255) 6defed5 Inline...

dependencies

Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.49.0 to 1.52.0. Release notes Sourced from google-cloud-aiplatform's releases. v1.52.0 1.52.0 (2024-05-21) Features Add FeatureGroup delete (f9011e0) Add support for ToolConfig in the LangChain template (9bda328) Create...

dependencies

Bumps [langchain-mistralai](https://github.com/langchain-ai/langchain) from 0.0.2.post1 to 0.1.7. Release notes Sourced from langchain-mistralai's releases. langchain-mistralai==0.1.7 Release langchain-mistralai==0.1.7 Package-specific release note generation coming soon. langchain-mistralai==0.1.6 Release langchain-mistralai==0.1.6 Package-specific release note generation coming soon....

dependencies

Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.0.8 to 0.1.6. Release notes Sourced from langchain-openai's releases. langchain-openai==0.1.6 Release langchain-openai==0.1.6 Package-specific release note generation coming soon. langchain-openai==0.1.5 Release langchain-openai==0.1.5 Package-specific release note generation coming soon....

dependencies

I was struggling when I was trying to add Langfuse support inside OpenAI-compatible vLLM server. So here is an example what I found out and what worked for me and...

Add in the client Python the feature to delete a score

When calling the stream method in LangChain, the on_chain_start method takes a dummy input: {"input":""}. This is because if the input is a streaming data, it needs to collect all...