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

[FEAT]: RAG In-Text Citations like Perplexity #2064

Closed
cw7github opened this issue Aug 7, 2024 · 1 comment
Closed

[FEAT]: RAG In-Text Citations like Perplexity #2064

cw7github opened this issue Aug 7, 2024 · 1 comment
Labels
enhancement New feature or request feature request

Comments

@cw7github
Copy link

What would you like to see?

I know that AnythingLLM already has citations for RAG, but I think having in-text citations like Perplexity would be a big improvement. I think this will be essential for RAG applications going forward, since if you pull in 10+ different chunks for each RAG message, the user doesn't want to have to look through each of those chunks in order to verify if each of the statements in the response make sense. Being able to just hover over each citation at the end of each statement from the LLM would be a game-changer (Google's NotebookLM does this for example).

Here's a reddit thread where they talk about how to implement this:
https://www.reddit.com/r/LocalLLaMA/comments/1e5emhi/want_to_understand_how_citations_of_sources_work/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Here's a description of this feature that's been implemented in deepset:
https://docs.cloud.deepset.ai/docs/referencepredictor

@cw7github cw7github added enhancement New feature or request feature request labels Aug 7, 2024
@timothycarambat
Copy link
Member

Moved to #2827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

2 participants