mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-02 07:45:39 +00:00
feat(llm): Ollama LLM-Embeddings decouple + longer keep_alive settings (#1800)
This commit is contained in:
@@ -70,7 +70,7 @@ class EmbeddingComponent:
|
||||
ollama_settings = settings.ollama
|
||||
self.embedding_model = OllamaEmbedding(
|
||||
model_name=ollama_settings.embedding_model,
|
||||
base_url=ollama_settings.api_base,
|
||||
base_url=ollama_settings.embedding_api_base,
|
||||
)
|
||||
case "azopenai":
|
||||
try:
|
||||
|
Reference in New Issue
Block a user