fix: release http embedding (#214)

This commit is contained in:
N3ko
2025-07-29 19:44:02 +08:00
committed by GitHub
parent 53345f58c2
commit 4ca3e597ff
7 changed files with 26 additions and 47 deletions

View File

@@ -115,6 +115,7 @@ export OLLAMA_EMBEDDING_DIMS=""
# http embedding
export HTTP_EMBEDDING_ADDR="http://127.0.0.1:6543"
export HTTP_EMBEDDING_DIMS=1024
# Settings for OCR
# If you want to use the OCR-related functions in the knowledge base featureYou need to set up the OCR configuration.