Files
letta-server/configs/embedding_model_configs/ollama.json
Sarah Wooders 97ef8ba022 feat: Ollama embeddings api + Ollama tests (#1433)
Co-authored-by: Krishna Mandal <krishna@mandal.us>
2024-06-04 20:49:20 -07:00

8 lines
199 B
JSON

{
"embedding_endpoint_type": "ollama",
"embedding_endpoint": "http://127.0.0.1:11434",
"embedding_model": "mxbai-embed-large",
"embedding_dim": 512,
"embedding_chunk_size": 200
}