[BUG] Ingested Files not showing up in the UI even though they are present in Vector DB #2151
Open
9 tasks done
Labels
bug
Something isn't working
Pre-check
Description
Ingested Files not showing up in the UI even though they are present in Vector DB and chatgpt can access the documents and answer accordingly. We are using Qdrant DB
This seems like a UI issue. There are no errors showing up in the logs. This happens in the Class IngestService's function list_ingested which is used in the ui.py. Here its not getting the document names. Could you please help us here as without the documents being shown in the UI, we are not able to see which documents are uploaded even though they are fetched from Qdrant db and accessible by chatgpt
Steps to Reproduce
Expected Behavior
List alll the ingested document names in the UI from QDRANT db
Actual Behavior
Not listing the document names in the UI even though they are present in Qdrant and used by chatgpt
Environment
Linux
Additional Information
No response
Version
No response
Setup Checklist
NVIDIA GPU Setup Checklist
nvidia-smi
to verify).sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi
)The text was updated successfully, but these errors were encountered: