Lemonade integration (#5077)

* lemonade integration

* lemonade embedder

* log

* load model

* readme updates

* update embedder privacy entry
This commit is contained in:
Timothy Carambat
2026-02-27 11:02:38 -08:00
committed by GitHub
parent fc29461718
commit a6ba5a4034
33 changed files with 1728 additions and 27 deletions

View File

@@ -239,6 +239,11 @@ GID='1000'
# EMBEDDING_MODEL_PREF='baai/bge-m3'
# OPENROUTER_API_KEY=''
# EMBEDDING_ENGINE='lemonade'
# EMBEDDING_BASE_PATH='http://127.0.0.1:8000'
# EMBEDDING_MODEL_PREF='Qwen3-embedder'
# EMBEDDING_MODEL_MAX_CHUNK_LENGTH=8192
###########################################
######## Vector Database Selection ########
###########################################