Find answers from the community

Updated 3 months ago

I implemented RAG using Retriever, and

I implemented RAG using Retriever, and in addition to the documentation, I would like to receive an answer about the weather in that area when I ask the question "Tell me the weather in Seoul."

How should I implement this if I want to hear an answer when asking a question other than a specific word or document like above? Weather API call?
T
๊ถŒ
3 comments
Yeah you could make a tool that calls a weather API. It also seems like there is an integration for this: https://docs.llamaindex.ai/en/stable/api_reference/readers/weather/?h=weather
Wow, thank you. And if it's not the weather, how should this be implemented?
Not the weather, but information other than documents or other things.
Add a reply
Sign up and join the conversation on Discord