cognee/evals
Boris f75e35c337
fix: custom model pipeline (#508)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **New Features**
• Graph visualizations now allow exporting to a user-specified file path
for more flexible output management.
• The text embedding process has been enhanced with an additional
tokenizer option for improved performance.
• A new `ExtendableDataPoint` class has been introduced for future
extensions.
• New JSON files for companies and individuals have been added to
facilitate testing and data processing.

- **Improvements**
• Search functionality now uses updated identifiers for more reliable
content retrieval.
• Metadata handling has been streamlined across various classes by
removing unnecessary type specifications.
• Enhanced serialization of properties in the Neo4j adapter for improved
handling of complex structures.
• The setup process for databases has been improved with a new
asynchronous setup function.

- **Chores**
• Dependency and configuration updates improve overall stability and
performance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-08 02:00:15 +01:00
..
cloud
test_datasets/initial_test
__init__.py
deepeval_metrics.py
EC2_README.md
eval_on_hotpot.py
eval_swe_bench.py
eval_utils.py
generate_test_set.py
multimetric_qa_eval_run.py
official_hotpot_metrics.py
promptfoo_config_template.yaml
promptfoo_metrics.py
promptfoo_wrapper.py
promptfooprompt.json
qa_context_provider_utils.py fix: custom model pipeline (#508) 2025-02-08 02:00:15 +01:00
qa_dataset_utils.py
qa_eval_parameters.json
qa_eval_utils.py Feat: [COG-1074] fix multimetric eval bug (#463) 2025-01-28 13:05:22 +01:00
qa_metrics_utils.py
run_qa_eval.py
simple_rag_vs_cognee_eval.py