refactor: ensure compatibility with the latest Langfuse version#93
Merged
Conversation
…and libraries; enhance tracing in TracedRunnable to include input and output in span updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant updates to the RAG infrastructure and evaluation codebase, primarily focused on improving Langfuse integration, updating dependencies, and refactoring configuration for external service management. The changes enhance traceability, simplify environment setup, and ensure compatibility with the latest Langfuse version.
Langfuse Integration and Evaluation Refactor:
langfuse_ragas_evaluator.pyto use context managers (start_as_current_generationandrun) for better trace and generation handling, and replaced manual scoring and linking with direct trace scoring. [1] [2]create_dataset(name=...)).Dependency Updates:
langfusePython package from3.0.0to3.3.4across all relevantpyproject.tomlfiles for improved compatibility and features. [1] [2] [3]Infrastructure Configuration Improvements:
0.12.1to1.5.1inChart.yaml.values.yamlto externalize configuration for PostgreSQL, Redis (KeyDB), ClickHouse, and S3/MinIO, removing embedded environment variable definitions and introducing dedicated configuration sections for each service. [1] [2] [3]Tracing Enhancements:
traced_runnable.pyby updating span names to reflect the actual chain class and including input/output in the trace, enabling more detailed observability.