+librechat-dev +litellm
This commit is contained in:
@@ -23,12 +23,8 @@ in {
|
||||
autoStart = true;
|
||||
environment = {
|
||||
RAG_PORT = "8000";
|
||||
# pgvector connection to host Postgres
|
||||
DB_HOST = "10.89.0.1"; # your host on the 'web' network
|
||||
DB_HOST = "10.89.0.1";
|
||||
DB_PORT = "5432";
|
||||
# embeddings: pick one (OpenAI default, or HF/Ollama per docs)
|
||||
# EMBEDDINGS_PROVIDER = "openai";
|
||||
# RAG_OPENAI_API_KEY is read by RAG API (can also use OPENAI_API_KEY).
|
||||
};
|
||||
environmentFiles = [envFile];
|
||||
dependsOn = ["meilisearch"];
|
||||
|
||||
Reference in New Issue
Block a user