Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Ingested Files not showing up in the UI even though they are present in Vector DB #2151

Open
9 tasks done
rrajaram7991-afk opened this issue Feb 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rrajaram7991-afk
Copy link

Pre-check

  • I have searched the existing issues and none cover this bug.

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

Image

Image

Steps to Reproduce

  1. Upload the documents via UI
  2. The uploaded file names are not getting populated in the UI

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

  • Confirm that you have followed the installation instructions in the project’s documentation.
  • Check that you are using the latest version of the project.
  • Verify disk space availability for model storage and data processing.
  • Ensure that you have the necessary permissions to run the project.

NVIDIA GPU Setup Checklist

  • Check that the all CUDA dependencies are installed and are compatible with your GPU (refer to CUDA's documentation)
  • Ensure an NVIDIA GPU is installed and recognized by the system (run nvidia-smi to verify).
  • Ensure proper permissions are set for accessing GPU resources.
  • Docker users - Verify that the NVIDIA Container Toolkit is configured correctly (e.g. run sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi)
@rrajaram7991-afk rrajaram7991-afk added the bug Something isn't working label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant