#azure ai search index per agent (not global index for all agents)

1 messages · Page 1 of 1 (latest)

minor fulcrum
#

LibreChat is missing an important feature related to Azure AI Search and it's each agent should have his own index , not all agents use the same index .
for example i have 2 indexes :
1- HR documents
2-IT documents

and i want to make one agent for IT related questions and another agnet for HR related questions .
if that is implemented in LibreChat will make the agent feature more flexible and powerful

minor fulcrum
#

@dense meteor is it possible that you make this feature in LibreChat ?

minor fulcrum
#

or is it planned to be added ?

smoky citrus
#

I am quite sure that you can create 2 agents with separate Azure AI Search Tool instances pointing to separate indexes. Are you sure this doesn't work?

minor fulcrum
#

because in .env we specify 1 index name

minor fulcrum
#

i see in the latest update on github Repo , .env still has 1 index name

#

so the azure ai search will only use the same index for all agents

vocal estuary
#

we have fixed this but need to make it a bit more merge-friendly so we can put it into a PR. @sweet violet did the work. To be clear, what we have is the AIS Tool will now work with different AIS indexes for each agent. @toxic slate @dense meteor