Replies: 2 comments 6 replies
|
I think all the parts are somewhere under typeagent/knowpro (which contains the core algorithms). Search for I'd recommend caching the knowledge extracted by Structured RAG so that you incur the cost of knowledge extraction at most once per document. I think you won't get the ultimate benefit of Structured RAG, because you are still limited by the ~60% recall that apparently plagues all vectorbases. |
6 replies
|
(Also sorry for the late response. I need to tweak my notification settings...) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Not an issue, but I don't know where else I can submit this. I love this project, and I'm considering using it for my backend. I use traditional RAG for semantic search. To use structured RAG for the whole thing would become a bit costly, but a hybrid application could be very useful:
What do you think?
All reactions