rag_api setup documentation suggestion #7303
jamesyc
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 1 reply
-
So not a bug?
if you really think so, make a PR. This is a community built project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
RAG api setup doc:
https://www.librechat.ai/docs/configuration/rag_api
The problem is, port 8000 isn't exposed on the host side.
See the
docker ps
output:Technically this documention still works... since the
environment:
section in the docker compose file overridesenv_file
and thus adding the RAG_API_URL line to .env is useless, but overall this is terrible documentation practice.LibreChat/docker-compose.yml
Line 17 in f7777a2
LibreChat/deploy-compose.yml
Line 19 in f7777a2
Version Information
Whatever the latest
docker compose pull
version is, but honestly the docker compose file hasn't been touched in so long it doesn't matter muchSteps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
Just update the RAG api documentation.
Or update the docker compose files to expose port 8000 to host by default, although this is a bad idea because port 8000 is commonly conflicting with other programs that might be using that port on the server. Might be a good idea to change the RAG api away from port 8000 anyways.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions