llamaindex update + unpacking archives in data
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
# Model Strategy Configuration
|
||||
CHAT_STRATEGY=ollama
|
||||
EMBEDDING_STRATEGY=ollama
|
||||
|
||||
# Ollama Configuration
|
||||
OLLAMA_EMBEDDING_MODEL=MODEL
|
||||
OLLAMA_CHAT_MODEL=MODEL
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user