Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vrijraj/genkit-rag-local-vector-store
- Owner: vrijraj
- Created: 2024-11-29T10:45:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T11:52:17.000Z (about 2 months ago)
- Last Synced: 2024-11-29T12:31:45.382Z (about 2 months ago)
- Topics: genkit, rag
- Language: TypeScript
- Homepage:
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)