CortexRAG / rag_model /rag_config.json
nsr51324's picture
Upload 15 files
201270e verified
Raw
History Blame Contribute Delete
351 Bytes
{
"embedding_model": "all-MiniLM-L6-v2",
"reranker_model": "cross-encoder/ms-marco-MiniLM-L-6-v2",
"retrieve_top_n": 20,
"rerank_top_k": 6,
"min_rerank_score": -8,
"min_similarity_floor": 0.4,
"min_support_count": 2,
"support_score": -5.0,
"semantic_similarity_threshold": 0.9,
"embedding_dimension": 384,
"dataset_size": 16384
}