Retrieval
Retrieval Augmented Generation with Astra and Mongoose – Beragampengetahuan
Retrieval augmented generation, or RAG for short, is a technique that injects additional relevant context into an LLM prompt in order to get better results. For example, if you were to ask ChatGPT to write a tweet about a new blog post describing how to work with vector databases in Node.js, you might get the […]
Generative Retrieval For Ranking Answers – Beragampengetahuan
Microsoft announced a new conversational question answering model that outperforms other methods, answering questions faster and accurately while using significantly less resources. What is proposed is a new way to rank passages from content using what they call Generative Retrieval For Conversational Question Answering, which they named GCoQA. The researchers write that the next direction […]