Find answers from the community

Updated 8 months ago

How can we chat with the obtained data

How can we chat with the obtained data from a website using Selenium in LlamaIndex without storing and indexing that data? I mean chat on the air with the obtained data via the other part of the code?
L
a
5 comments
I think you'd have to use an agent that uses some customt tool to interact with selenium somehow to answer requests
Thanks for the response.
So there is not a simple chat with text in LlamaIndex? like HuggingFace?
I mean, you can chat directly with an LLM using SimpleChatEngine -- but this doesnt interact with any outside data
Otherwise you need to index it, or create a tool that accesses data
Add a reply
Sign up and join the conversation on Discord