Find answers from the community

Updated 3 months ago

I want to have my chatbot link its

I want to have my chatbot link its sources (from a custom knowledge base and google drive) similar to how perplexity does it. Any idea how might I go about doing this? (Newbie question)
L
R
3 comments
The response object has the nodes that were used to create the response

Plain Text
print(response.source_nodes)


If you want the exact text, you could use this llamapack
https://llamahub.ai/l/llama_packs-fuzzy_citation?from=all
Is it possible for me to have it return a link to the drive file?
I'm guessing I could do that by taking the file name and then using gdrive API to get a link to that
Add a reply
Sign up and join the conversation on Discord