You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Can also be set via OPENAI_API_KEY environment variable
29
29
# openai_api_key = "sk-..."
30
30
31
-
# Embedding dimension (1536 for jina-code-embeddings-1.5b, 384 for all-MiniLM)
32
-
dimension = 1536
31
+
# Embedding dimension (2048 for jina-embeddings-v4, 384 for all-MiniLM, 1024 for qwen3-embedding:0.6b etc. check your model and what's available in the schema)
32
+
# All mini-minilm:latest (ollama for speed)
33
+
# embeddingsgemma or qwen3-embedding:0.6b or 4b or8b for local SOTA
34
+
# Jina for SOTA accuracy
35
+
dimension = 2048
33
36
34
37
# Batch size for embedding generation (GPU optimization)
0 commit comments