[GH-ISSUE #2977] RAG works for Wav, Mp3 and Mp4 but not for png, jpg #1902

Closed
opened 2026-02-22 18:27:08 -05:00 by yindo · 1 comment
Owner

Originally created by @nannib on GitHub (Jan 16, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2977

Hi,
it's a strange behavior of the RAG system, because I can embed some binary files, like wav, mp3 and mp4, but not png, jpg, because they are not text files...why?
Using LLama multimodal model, I can upload a jpg or png in the chat windows and the model can describe its content, but I cannot use it in the RAG.
At the end, the RAG system can transcribe the mp3 or wav file, if I ask the content of the file "audio1.mp3" the LLM answers the right message I can ear in the audio file.

Thanks for all folks! :-)

Originally created by @nannib on GitHub (Jan 16, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2977 Hi, it's a strange behavior of the RAG system, because I can embed some binary files, like wav, mp3 and mp4, but not png, jpg, because they are not text files...why? Using LLama multimodal model, I can upload a jpg or png in the chat windows and the model can describe its content, but I cannot use it in the RAG. At the end, the RAG system can transcribe the mp3 or wav file, if I ask the content of the file "audio1.mp3" the LLM answers the right message I can ear in the audio file. Thanks for all folks! :-)
yindo closed this issue 2026-02-22 18:27:08 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 16, 2025):

We dont have the ability to upload images because they need to be embedded with a special embedder and/or OCR'd or described. This process is different from uploading an image during a chat

@timothycarambat commented on GitHub (Jan 16, 2025): We dont have the ability to upload images because they need to be embedded with a special embedder and/or OCR'd or described. This process is different from uploading an image during a chat
yindo changed title from RAG works for Wav, Mp3 and Mp4 but not for png, jpg to [GH-ISSUE #2977] RAG works for Wav, Mp3 and Mp4 but not for png, jpg 2026-06-05 14:43:21 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1902