File upload failing - "RAG API is either not running or not reachable" #4587
volcs0
started this conversation in
Help Wanted
Replies: 1 comment 2 replies
-
Hey there, it seems that your librechat.yaml file is missplaced. You can solve this by giving the correct path in the .env file. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I'm trying to sort out why file uploads are failing.
I'm setting my ENV variables in my Docker compose.
I am using the latest version of LibreChat. Do I need to do something else to get the RAG API working?
Here is my error log:
`2024-10-30 08:54:38 info: [Optional] Redis not initialized. Note: Redis support is experimental.
2024-10-30 08:54:40 info: Connected to MongoDB
2024-10-30 08:54:40 error: Config file YAML format is invalid: ENOENT: no such file or directory, open '/app/librechat.yaml'
2024-10-30 08:54:40 info: [deleteNullOrEmptyConversations] Deleted 0 conversations and 0 messages
2024-10-30 08:54:40 warn: RAG API is either not running or not reachable at http://10.0.0.134:3080, you may experience errors with file uploads.
2024-10-30 08:54:40 info: No changes needed for 'USER' role permissions
2024-10-30 08:54:40 info: No changes needed for 'ADMIN' role permissions
2024-10-30 08:54:40 info: Server listening on all interfaces at port 3080. Use http://localhost:3080 to access it
2024-10-30 08:54:48 error: Error embedding file File embedding failed.
2024-10-30 08:54:48 error: [/files] Error processing file: File embedding failed.
`
Beta Was this translation helpful? Give feedback.
All reactions