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

Feature request: citations for RAG #630

Open
sdjd93dj opened this issue Feb 8, 2025 · 3 comments
Open

Feature request: citations for RAG #630

sdjd93dj opened this issue Feb 8, 2025 · 3 comments

Comments

@sdjd93dj
Copy link

sdjd93dj commented Feb 8, 2025

Currently the solution is able to retrieve documents via the database and return messages from the LLMs based on the retrieved context. But it does not generate citations of the specific documents used to generate the messages. Note that cited documents are usually a subset of the context and not simply the entire context fed into the model.

@maryamkhidir
Copy link
Collaborator

@sdjd93dj What do you mean subset of the context, can you share a sample doc of this?
Also, you can view the documents used for context in the metadata response of the LLM.

@sdjd93dj
Copy link
Author

sdjd93dj commented Feb 12, 2025 via email

@sdjd93dj
Copy link
Author

sdjd93dj commented Feb 12, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants