mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
🔧 fix: Catch deleteVectors
Errors & Update RAG API docs (#2299)
* fix(deleteVectors): handle errors gracefully * chore: update docs based on new alternate env vars prefixed with RAG to avoid conflicts with LibreChat keys
This commit is contained in:
parent
e3c236ba3b
commit
e418edd3dc
3 changed files with 13 additions and 22 deletions
|
@ -101,16 +101,6 @@ version: '3.4'
|
|||
# rag_api:
|
||||
# image: ghcr.io/danny-avila/librechat-rag-api-dev:latest
|
||||
|
||||
# # USE RAG API IMAGE WITH A DIFFERENT OPENAI API KEY FROM THE ENV FILE
|
||||
# rag_api:
|
||||
# environment:
|
||||
# - OPENAI_API_KEY=sk-your_openai_api_key
|
||||
|
||||
# # OR, USE A CUSTOM ENVIRONMENT VARIABLE TO AVOID HARD-CODING IT
|
||||
# rag_api:
|
||||
# environment:
|
||||
# - OPENAI_API_KEY=${OPENAI_EMBEDDINGS_API_KEY}
|
||||
|
||||
# # ADD OLLAMA
|
||||
# ollama:
|
||||
# image: ollama/ollama:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue