ndl-core-rag-index / rag_config.json
Huseyin Kir
readme update
9ae8953
raw
history blame contribute delete
536 Bytes
{
"index_type": "faiss",
"faiss_index": {
"type": "IndexFlatIP",
"metric": "cosine"
},
"embedding": {
"model_name": "sentence-transformers/all-MiniLM-L6-v2",
"provider": "sentence-transformers",
"dimension": 384,
"normalised": true
},
"chunking": {
"strategy": "recursive",
"unit": "characters",
"chunk_size": 800,
"chunk_overlap": 100
},
"source": {
"dataset": "hkir-dev/ndl-core-corpus",
"id_field": "identifier"
},
"created_at": "2025-01-01",
"version": "v0.1"
}