mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 16:04:28 +01:00
vector size test
This commit is contained in:
@@ -1503,6 +1503,10 @@ class RAGModule(BaseModule):
|
|||||||
"bitbox02_faq_local": {
|
"bitbox02_faq_local": {
|
||||||
"dimension": 384,
|
"dimension": 384,
|
||||||
"model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
|
"model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
|
||||||
|
},
|
||||||
|
"bitbox_local_rag": {
|
||||||
|
"dimension": 384,
|
||||||
|
"model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
max_results = max_results or self.config.get("max_results", 10)
|
max_results = max_results or self.config.get("max_results", 10)
|
||||||
|
|||||||
Reference in New Issue
Block a user