feat: add more embed models that Ollama supports recently (#3641)

Signed-off-by: Yi Lin <teroincn@gmail.com>
This commit is contained in:
niliy01
2024-08-30 19:58:01 +08:00
committed by GitHub
parent 1ef83a8554
commit 89e1c4f29c
2 changed files with 8 additions and 0 deletions

View File

@@ -260,6 +260,10 @@ setup-config-prompts:
echo " - nomic-embed-text"; \
echo " - all-minilm"; \
echo " - stable-code"; \
echo " - bge-m3"; \
echo " - bge-large"; \
echo " - paraphrase-multilingual"; \
echo " - snowflake-arctic-embed"; \
echo " - Leave blank to default to 'BAAI/bge-small-en-v1.5' via huggingface"; \
read -p "> " llm_embedding_model; \
echo "embedding_model=\"$$llm_embedding_model\"" >> $(CONFIG_FILE).tmp; \