LlmLaraHub / larallama

This is version 2 of LaraChain.io ream more at https://LaraLlama.io
MIT License
73 stars 12 forks source link

How do I create a Chatbot that retrieves specific documents that a user requests for? #22

Open alnutile opened 3 weeks ago

alnutile commented 3 weeks ago

Discussed in https://github.com/orgs/LlmLaraHub/discussions/21

Originally posted by **RobertoGongora** June 14, 2024 I have a collection of misc documents that can span from legal requirements to event brochures for meetups. I want to provide my users with a chatbot interface where they can request specific documents in natural language, like: "I want to download the event brochure for the September meetup" -- and get either a summary with a download URL or a list of URLs if there are multiple results. The download URL is stored as part of each document's metadata in the collection.