New Blog: Adding Retrieval-Augmented Generation (RAG) to Your GraphQL API

At the moment, I’m in the middle of preparing a talk for CityJS Athens on generative AI (GenAI) for front-end and full-stack developers. I have been curious about how GenAI would fit in the context of a GraphQL API.

One company that does this well natively is Weaviate, an open-source vector database. Scanning through their documentation, I noticed their Generative search documentation mentioned a generate resolver that can be called with a custom prompt. As far as I can tell, this is availab...

Read it: Adding Retrieval-Augmented Generation (RAG) to Your GraphQL API