Upload for File Search not Working #5699
Replies: 9 comments 15 replies
-
Seems related to your file. It's getting a response from the file search tool, related to the file you uploaded. |
Beta Was this translation helpful? Give feedback.
-
It seems to me that the problem is only with pdf files. If I load .docx, doc, txt and even xls files, the file search works normally. |
Beta Was this translation helpful? Give feedback.
-
More details: Demo LC Site: One caveat is that the Demo LC Site is not updated with the latest git repo update. |
Beta Was this translation helpful? Give feedback.
-
Dear @danny-avila @walbercardoso I have the same issue and probably found the cause.
Non-working conditions:
I found, debugging the "rag-api" this message: This is not showing in the "working conditions" while it's probably blocking the other case. |
Beta Was this translation helpful? Give feedback.
-
I'm still having the same problem |
Beta Was this translation helpful? Give feedback.
-
@childotg @parthpat12 i did set both at the .env file not at the docker-compose.override |
Beta Was this translation helpful? Give feedback.
-
Could it be something related to meilisearch? chat-meilisearch | 2025-03-14T18:38:42.827873Z WARN HTTP request{method=GET host="meilisearch:7700" route=/indexes/convos/documents/59ca246a-7d04-4543-b0f6-655869b9ea1f query_parameters= user_agent=node status_code=404 error=Document I always see this error above |
Beta Was this translation helpful? Give feedback.
-
The problem in my case is that it works the first time I try to retrieve information from the document. But if I continue chatting, the next retrieve doesn't work. It says, "No files to search" |
Beta Was this translation helpful? Give feedback.
-
The problem is in tool_resources. Its empty for some reason at second call. 2025-03-15T00:28:12.140Z debug: [fileSearch] primeFiles - tool_resources: {"file_search":{"files":[{"_id":"67d4c99744cb7fdfe8dd418b","file_id":"52c047ce-9c5c-4e9e-a86f- second call: 2025-03-15T00:28:12.140Z debug: [fileSearch] primeFiles - tool_resources: {} I could make it work adding a global cache, but its not the best way to do that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
The Upload for File Search menu option at FileFormWrapper component is not working properly?
When i try to submit a file and ask agent for information, the action to retrieve information is not working:
But when i upload the same file at the Agent Builder, then it works:
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions