Hello!
I have configured a default agent through the modelSpecs: prop in my librechat.yml file
modelSpecs:
enforce: false
prioritize: true
addedEndpoints:
- agents
- Mistral
- anthropic
list:
- name:
But I can't find a way to give it access to a knowloedge database. It's not able to "see" the files uploaded in my account.
Through the UI when I upload files into an agent configuration tab it's all fine. So I guess that I'm missing something on how to tell the predefined model/agent what files and where they are.
Any idea?
Thanks!