Find answers from the community

Updated 2 months ago

Unless you create a graph over your

Unless you create a graph over your indexes, you'll need one tool per index.

Be careful though, you'll run out of prompt space around 30ish tools
p
L
6 comments
Sorry, what do you mean?
Ahh. I see. You mean, when setting an initial state for an agent, we provide a prompt like:

Plain Text
You have access to the following tools:

.....

and If I will have too many of them, I could run out of token limit, right?
How to handle such a situation? In future I might have more than 100+ pdfs.
I think you'd need to consider using a graph index to hold a few indexes. To limit the number of tools
Or even a vector index to retrieve tools based on the query text lol
Add a reply
Sign up and join the conversation on Discord