mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Switch from embeddinggemma:300m to qwen3-embedding:0.6b
This commit is contained in:
+4
-4
@@ -168,12 +168,12 @@ class Settings(BaseSettings):
|
||||
|
||||
# Default models
|
||||
default_embedding_model: str = Field(
|
||||
default="embeddinggemma:300m",
|
||||
description="Embedding model (Ollama). embeddinggemma:300m for quality.",
|
||||
default="qwen3-embedding:0.6b",
|
||||
description="Embedding model. Qwen3 Embedding for quality + 32K context.",
|
||||
)
|
||||
embedding_dimensions: int = Field(
|
||||
default=768,
|
||||
description="Embedding dimensions (768 for embeddinggemma/nomic-embed-text)",
|
||||
default=1024,
|
||||
description="Embedding dimensions (1024 for qwen3-embedding)",
|
||||
)
|
||||
|
||||
# Local LLM for RAG (HyDE, reranking, etc.)
|
||||
|
||||
Reference in New Issue
Block a user