Find answers from the community

Home
Members
lucasmsoares96
l
lucasmsoares96
Offline, last seen 3 months ago
Joined September 25, 2024
Hey guys! I have doubts about modeling a system with RAG. My data comes from a website that I collected using WholeSiteReader, a 100,000-line JSON that comes from an API and possibly an Oracle database.

Using only the vector database I didn't have a good result on my agent, so I decided to try the knowledge graph. But it is taking too long to build this graph (hours) and it is getting very expensive. Is this right? Is there any more efficient way to do this?

I thought about using ReActAgente.from_tools, with a tool for the JSON Query Engine and another for the knowledge graph. Is this a better approach?
3 comments
l
L