Sentence Similarity
English
txtai
txtai-wikipedia / config.json
davidmezzetti's picture
April 2026 data update
32d216e
raw
history blame contribute delete
752 Bytes
{
"format": "json",
"path": "intfloat/e5-base",
"instructions": {
"query": "query: ",
"data": "passage: "
},
"batch": 8192,
"encodebatch": 128,
"faiss": {
"quantize": true,
"sample": 0.05
},
"content": true,
"columns": {
"store": [
"percentile",
"domain"
]
},
"expressions": [
{
"name": "percentile",
"index": true
},
{
"name": "domain",
"index": true
}
],
"dimensions": 768,
"backend": "faiss",
"offset": 6527334,
"build": {
"create": "2026-04-19T04:36:14Z",
"python": "3.10.20",
"settings": {
"components": "IVF2285,SQ8"
},
"system": "Linux (x86_64)",
"txtai": "9.8.0"
},
"update": "2026-04-19T04:36:14Z"
}