Find answers from the community

Updated 6 months ago

I implemented RAG using Retriever, and

At a glance

The community member implemented RAG using Retriever and would like to receive an answer about the weather in Seoul when asking the question "Tell me the weather in Seoul." They are asking how to implement this functionality beyond just specific words or documents. The comments suggest that a weather API could be used to provide the weather information, and there is a specific integration mentioned that may be helpful. However, the community members are also interested in how to implement providing information other than just weather or documents.

Useful resources
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