Find answers from the community

Updated 3 months ago

Hi, exist some concept in llama index

Hi, exist some concept in llama index that passes the input trought the llm before querying the index?
For example, "found all the ips in the document", IP have standar format like x.x.x.x, maybe processing the input adding ip information helps to get better info from documents?
L
G
5 comments
You could do this yourself right? By calling the llm directly?

Plain Text
refined_query = str(llm.complete("..."))
Yes, of course, I made the question to avoid starting from scratch, maybe this has been discussed before o llamaindex have something
I think from scratch is probably the easiest -- you have full control on the input and output πŸ‘
Thank you Logan
And for the hard work with framework
Add a reply
Sign up and join the conversation on Discord