refactor: ensure compatibility with the latest Langfuse version #93
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.py
to use context managers (start_as_current_generation
andrun
) for better trace and generation handling, and replaced manual scoring and linking with direct trace scoring. [1] [2]create_dataset(name=...)
).Dependency Updates:
langfuse
Python package from3.0.0
to3.3.4
across all relevantpyproject.toml
files for improved compatibility and features. [1] [2] [3]Infrastructure Configuration Improvements:
0.12.1
to1.5.1
inChart.yaml
.values.yaml
to 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.py
by updating span names to reflect the actual chain class and including input/output in the trace, enabling more detailed observability.