run-llama / rags

Build ChatGPT over your data, all with natural language
MIT License
6.28k stars 642 forks source link

If multiple PDF agents can be defined ? #16

Open snassimr opened 11 months ago

snassimr commented 11 months ago

Hi ,

I succeeded to create some PDF documnet agent . I wonder if it's possible to create agent on several PDFs or create agent per PDF and reference them by name or similar way in "Generated RAG Agent" chat ?

jerryjliu commented 11 months ago

i'm working on an upgrade to rags that should address your second point :)

snassimr commented 11 months ago

@jerryjliu Spectacular !!! Thanks a lot . If the upgrade will tackle multi-pdf as multi-document problem or each agent would be responsible for its own PDF ? Optionality for multi-document ?

Just to make clear at Home page it's possible to load second PDF 👍

image

But agent (at "Generated RAG Agent" page) is aware only first PDF is loaded for questions

image

dil-ssoage commented 11 months ago

has this been added?

smach commented 10 months ago

It would be great to be able to use this to add and store multiple documents, not just one file or web page.