Hacker News new | ask | show | jobs
by bryan0 888 days ago
This is really cool, I'm surprised I never heard of this project before. The examples look really clean.

Most RAG tools seem to start with the LLM and add Vector building and retrieval around it, while this tool seems like it started with Vector / Graph building and retrieval, then added LLM support later.

1 comments

Thanks, that's an accurate assessment. The main reason for this approach is that txtai has been around since 2020 before the LLM era.