Skip to content

Fix benchmark bugs#71

Open
santo0 wants to merge 2 commits intomainfrom
fix-benchmark-arg-bug
Open

Fix benchmark bugs#71
santo0 wants to merge 2 commits intomainfrom
fix-benchmark-arg-bug

Conversation

@santo0
Copy link

@santo0 santo0 commented Feb 2, 2026

I wasn't able to run the benchmarks with pytest tests/ -s because of some small bugs .

  • When initiating RAGConfig in test_benchmarks.py, we were using deprecated params (chunk_config, pool_size, seg_filter and model_path). Use chunk_mode instead of chunk_config.
  • make_artifacts_directory() is deprecated, use get_artifacts_directory() instead.
  • Correct handling of load_artifacts(...)
  • Avoid using console if None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant