From 718025dbeae88fc6645d548b7cd16f4831172963 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 21 Aug 2025 17:55:04 +0800 Subject: [PATCH] Update embedding configuration docs and add aws_bedrock option --- env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/env.example b/env.example index 5d47a7bf..765d0b62 100644 --- a/env.example +++ b/env.example @@ -176,9 +176,8 @@ OLLAMA_LLM_NUM_CTX=32768 #################################################################################### ### Embedding Configuration (Should not be changed after the first file processed) +### EMBEDDING_BINDING: ollama, openai, azure_openai, jina, lollms, aws_bedrock #################################################################################### -### Embedding Binding type: ollama, openai, azure_openai, jina, lollms - ### see also env.ollama-binding-options.example for fine tuning ollama EMBEDDING_BINDING=ollama EMBEDDING_MODEL=bge-m3:latest