From ebb9a1b10278f12c9b7217e3f8dba94d798f1b9d Mon Sep 17 00:00:00 2001 From: chinu0609 Date: Wed, 22 Oct 2025 21:36:53 +0530 Subject: [PATCH] fix: change /api/embeddings to /api/embed in .env.template --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 7fd3ba9e8..0bf06af57 100644 --- a/.env.template +++ b/.env.template @@ -249,7 +249,7 @@ LITELLM_LOG="ERROR" #LLM_ENDPOINT="http://localhost:11434/v1" #EMBEDDING_PROVIDER="ollama" #EMBEDDING_MODEL="avr/sfr-embedding-mistral:latest" -#EMBEDDING_ENDPOINT="http://localhost:11434/api/embeddings" +#EMBEDDING_ENDPOINT="http://localhost:11434/api/embed" #EMBEDDING_DIMENSIONS=4096 #HUGGINGFACE_TOKENIZER="Salesforce/SFR-Embedding-Mistral"