mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-27 05:38:51 +01:00
🔨 fix(ToolService): remove userId filter from loadActionSets & Docs Update (#2286)
* fix(ToolService): remove userId filter from `loadActionSets` * docs: updates to rag_api and docker_override explaining key variable conflicts
This commit is contained in:
parent
e66aa280c0
commit
09da05afa1
4 changed files with 37 additions and 2 deletions
|
|
@ -62,7 +62,13 @@ This contrasts Docker, where is already set in the default `docker-compose.yml`
|
|||
|
||||
The RAG API provides several configuration options that can be set using environment variables from an `.env` file accessible to the API. Most of them are optional, asides from the credentials/paths necessary for the provider you configured. In the default setup, only OPENAI_API_KEY is required.
|
||||
|
||||
**Important:** When using the default docker setup, the .env file is shared between LibreChat and the RAG API.
|
||||
> !!! **Important:** When using the default docker setup, the .env file is shared between LibreChat and the RAG API.
|
||||
|
||||
> You will need to utilize the [Docker Compose Override File](../install/configuration/docker_override.md) to set a unique OPENAI_API_KEY value for RAG API, that is different from the one in your `.env` file.
|
||||
|
||||
> This may be necessary if you wish to use OpenAI for vector embeddings, but have set `OPENAI_API_KEY=user_provided`
|
||||
|
||||
> There is an example for this in `docker-compose.override.yml.example`
|
||||
|
||||
Here are some notable configurations:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue