logoalt Hacker News

menaerusyesterday at 8:24 AM1 replyview on HN

Even that doesn't make sense. Why would you not build a vector database to complement your RAG engine?


Replies

charcircuityesterday at 8:33 AM

For coding use cases you may want a way to search for symbols themselves or do a plain text exact match for the name of a symbol to find the relevant documents to include. There is more to searching than building a basic similarity search.

show 1 reply