ragflow in the repository, with codex-created yandex disk plugin JUST IN CASE, also llamaindex enrichment with yandex disk predefined data
This commit is contained in:
@@ -6,9 +6,21 @@ EMBEDDING_STRATEGY=ollama
|
||||
OLLAMA_EMBEDDING_MODEL=MODEL
|
||||
OLLAMA_CHAT_MODEL=MODEL
|
||||
|
||||
# Qdrant Configuration
|
||||
QDRANT_HOST=localhost
|
||||
QDRANT_REST_PORT=6333
|
||||
QDRANT_GRPC_PORT=6334
|
||||
|
||||
# OpenAI Configuration (for reference - uncomment and configure when using OpenAI strategy)
|
||||
# OPENAI_CHAT_URL=https://api.openai.com/v1
|
||||
# OPENAI_CHAT_KEY=your_openai_api_key_here
|
||||
# OPENAI_EMBEDDING_MODEL=text-embedding-3-small
|
||||
# OPENAI_EMBEDDING_BASE_URL=https://api.openai.com/v1
|
||||
# OPENAI_EMBEDDING_API_KEY=your_openai_api_key_here
|
||||
|
||||
# Yandex Disk + Prefect (Phase 9)
|
||||
YADISK_TOKEN=your_yadisk_token_here
|
||||
PREFECT_API_URL=https://your-prefect-server.example/api
|
||||
QDRANT_HOST=HOST
|
||||
QDRANT_REST_PORT=PORT
|
||||
QDRANT_GRPC_PORT=PORT
|
||||
|
||||
Reference in New Issue
Block a user