feat: embedding router

This commit is contained in:
Ran
2026-01-26 05:10:53 +07:00
parent c332ce7749
commit 3ff0e2c4dd
22 changed files with 2572 additions and 392 deletions
+1 -10
View File
@@ -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