Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 8 months ago
0
Follow
How can we chat with the obtained data
How can we chat with the obtained data
Inactive
0
Follow
a
afshinblue
8 months ago
ยท
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
Share
Open in Discord
L
Logan M
8 months ago
I think you'd have to use an agent that uses some customt tool to interact with selenium somehow to answer requests
a
afshinblue
8 months ago
Thanks for the response.
So there is not a simple chat with text in LlamaIndex? like HuggingFace?
L
Logan M
8 months ago
I mean, you can chat directly with an LLM using SimpleChatEngine -- but this doesnt interact with any outside data
L
Logan M
8 months ago
Otherwise you need to index it, or create a tool that accesses data
a
afshinblue
8 months ago
Got it thanks!
Add a reply
Sign up and join the conversation on Discord
Join on Discord