Skip to content

Commit

Permalink
🧹 chore: Update README example for RAG_AZURE_OPENAI_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila authored Apr 9, 2024
1 parent 8a7bbc2 commit fa90e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following environment variables are required to run the application:
- `RAG_AZURE_OPENAI_API_KEY`: (Optional) The API key for Azure OpenAI service.
- Note: `AZURE_OPENAI_API_KEY` will work but `RAG_AZURE_OPENAI_API_KEY` will override it in order to not conflict with LibreChat setting.
- `RAG_AZURE_OPENAI_ENDPOINT`: (Optional) The endpoint URL for Azure OpenAI service, including the resource.
- Example: `https://example-resource.azure.openai.com`.
- Example: `https://YOUR_RESOURCE_NAME.openai.azure.com`.
- Note: `AZURE_OPENAI_ENDPOINT` will work but `RAG_AZURE_OPENAI_ENDPOINT` will override it in order to not conflict with LibreChat setting.
- `HF_TOKEN`: (Optional) if needed for `huggingface` option.
- `OLLAMA_BASE_URL`: (Optional) defaults to `http://ollama:11434`.
Expand Down Expand Up @@ -102,4 +102,4 @@ In order to setup RDS Postgres with RAG API, you can follow these steps:

Notes:
* Even though you're logging with a Master user, it doesn't have all the super user privileges, that's why we cannot use the command: ```create role x with superuser;```
* If you do not enable the extension, rag_api service will throw an error that it cannot create the extension due to the note above.
* If you do not enable the extension, rag_api service will throw an error that it cannot create the extension due to the note above.

0 comments on commit fa90e15

Please sign in to comment.