Merge upstream/dev into feature/tiktok-scraper

Sync with the advanced dev tip so the PR compares against current dev
(drops already-merged commits from the diff). No history rewritten.
This commit is contained in:
CREDO23 2026-07-09 20:15:20 +02:00
commit 867e940911
11 changed files with 292 additions and 6 deletions

View file

@ -209,6 +209,10 @@ COMPOSIO_REDIRECT_URI=http://localhost:8000/api/v1/auth/composio/connector/callb
# # Get Cohere embeddings
# embeddings = AutoEmbeddings.get_embeddings("cohere://embed-english-light-v3.0", api_key="...")
EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
# Optional: use a separate endpoint for Chonkie/LiteLLM embedding models, for
# example EMBEDDING_MODEL=litellm://ollama/nomic-embed-text.
# EMBEDDING_BASE_URL=http://host.docker.internal:11434
# OLLAMA_EMBEDDING_BASE_URL=http://host.docker.internal:11434
# Rerankers Config
RERANKERS_ENABLED=TRUE or FALSE(Default: FALSE)