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

Changes for supporting Watsonx.ai (https://python.langchain.com/v0.2/docs/integrations/llms/ibm_watsonx/)

Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. Changelog Sourced from nltk's changelog. Version 3.9.1 2024-08-19 Fixed bug that prevented wordnet from loading Version 3.9 2024-08-18 Avoid need for pickled models, resolves...

dependencies

- fetch_scores - fetch_promtps - get_datasets - get_dataset_items - fetch_score

Hi, just a small fix: without this, mypy doesn't consider langfuse's typing. Given the following test file ``` from langfuse.decorators import observe @observe() def test(x: int) -> str: return str(x)...

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.2. Release notes Sourced from pydantic's releases. v2.8.2 (2024-07-03) What's Changed Fixes Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838...

dependencies

Closes https://github.com/langfuse/langfuse/issues/1789 ## Greptile Summary **Disclaimer**: Experimental PR review --- This PR modernizes the Langfuse Python SDK by refactoring LangChain imports and adding new sampling functionality. Here's a concise summary:...

**Goal:** be able to use single braces in langfuse prompts later interacting with langchain **Why?** I am working a lot with generated latex which kind of revolves around { and...