Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vrijraj/genkit-rag-local-vector-store

Genkit RAG implementation with Local Vector Store
https://github.com/vrijraj/genkit-rag-local-vector-store

genkit rag

Last synced: about 1 month ago
JSON representation

Genkit RAG implementation with Local Vector Store

Awesome Lists containing this project

README

        

# Genkit RAG implementation with Local Vector Store

![image](https://github.com/user-attachments/assets/749b07e7-e0f8-4d61-89e7-ff4ecd72df1f)

In this code lab, you'll learn to use Firebase Genkit to integrate generative AI into your app with RAG using local vector store.
Firebase Genkit is an open-source framework that helps you build, deploy, and monitor production-ready AI-powered apps.

Here, We'll use a PDF file having Avengers (comics) info and use RAG.

Codelab: https://gradus.dev/labs/retrieval-augmented-generation-(rag)-with-genkit-1B4vN2

## Resources:
1. [Getting Started with Genkit](https://gradus.dev/labs/getting-started-with-genkit-(version-0.9)-XmKjXD)
2. [Offical Doc](https://firebase.google.com/docs/genkit/rag)
3. [Genkit RAG Codelab](https://gradus.dev/labs/retrieval-augmented-generation-(rag)-with-genkit-1B4vN2)