RAGstack Quickstart
The self-managed DataStax Enterprise (DSE) can do Retrieval Augmented Generation (RAG) using the DataStax RAGStack.
RAGStack is a combination of a retriever and a generator. The retriever finds relevant documents from a large corpus of text, while the generator creates text based on the documents it retrieves.
Go visit the RAGStack documentation to see how to use a basic RAG pattern using RAGStack and the vector-enabled DSE 6.9 database.