Sentence Similarity
English
txtai
txtai-wikipedia / config.json
davidmezzetti's picture
Update dataset with new algorithm
ffc6fcb
{
"format": "json",
"path": "intfloat/e5-base",
"instructions": {
"query": "query: ",
"data": "passage: "
},
"batch": 8192,
"encodebatch": 128,
"faiss": {
"quantize": true,
"sample": 0.05
},
"content": true,
"dimensions": 768,
"backend": "faiss",
"offset": 6332694,
"build": {
"create": "2025-02-10T20:02:33Z",
"python": "3.9.21",
"settings": {
"components": "IVF2251,SQ8"
},
"system": "Linux (x86_64)",
"txtai": "8.3.0"
},
"update": "2025-02-10T20:02:33Z"
}