slovlo-v1 / config_sentence_transformers.json
rokn's picture
Integrate with Sentence Transformers (+ third parties like LlamaIndex/LangChain, etc.) (#1)
dcec8fc verified
raw
history blame
No virus
261 Bytes
{
"__version__": {
"sentence_transformers": "3.0.1",
"transformers": "4.41.2",
"pytorch": "2.3.1+cu121"
},
"prompts": {
"document": "document: ",
"query": "query: "
},
"default_prompt_name": null,
"similarity_fn_name": "cosine"
}