← Back to context

Comment by charcircuit

21 hours ago

Using tools and skills to retrieve data or files is anything but dead.

I think people just mean "using vector databases to enable RAG".

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

    • 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.

      2 replies →