infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
22.93k stars 2.25k forks source link

[Feature Request]: Showing document_id and name during retrieval testing #2377

Open Said-Apollo opened 2 months ago

Said-Apollo commented 2 months ago

Is there an existing issue for the same feature request?

Is your feature request related to a problem?

When doing the retrieval testing in the knowledge base, it would be great to know from which document those chunks were retrieved.

Describe the feature you'd like

How it currently looks (version 0.8): image

Describe implementation you've considered

The document_id should be known for each chunk already (during parsing and chunking process). The document_id/name could be shown next to the similarity_scores or below the "image" of each chunk

Documentation, adoption, use case

No response

Additional information

No response

Anushka-N12 commented 2 months ago

Working on this, sorry I accidently unassigned myself so plz add me back (first time contributing)