mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: embedding router
This commit is contained in:
+1
-10
@@ -39,14 +39,5 @@ timeout_seconds = 10
|
||||
[qdrant]
|
||||
base_url = "http://127.0.0.1:6334"
|
||||
api_key = ""
|
||||
collection = "mem0"
|
||||
timeout_seconds = 10
|
||||
|
||||
## Embeddings configuration
|
||||
[embeddings]
|
||||
provider = "openai"
|
||||
openai_api_key = ""
|
||||
openai_base_url = "https://api.openai.com/v1"
|
||||
model = "text-embedding-3-small"
|
||||
dimensions = 1536
|
||||
collection = "memory"
|
||||
timeout_seconds = 10
|
||||
Reference in New Issue
Block a user