Redlion007's picture
Add src modules, tests, CI workflow, and Codecov config
ae2d710
Raw
History Blame Contribute Delete
187 Bytes
CONFIG = {
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
"dataset_name": "MarkrAI/AutoRAG-evaluation-2024-LLM-paper-v1",
"dense_weight": 0.7,
"top_k": 5,
}