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

https://github.com/mukundakatta/rag-knowledge-base

RAG knowledge base with FastAPI, ChromaDB, and Claude API streaming with citations
https://github.com/mukundakatta/rag-knowledge-base

ai api claude fastapi rag typescript

Last synced: 2 months ago
JSON representation

RAG knowledge base with FastAPI, ChromaDB, and Claude API streaming with citations

Awesome Lists containing this project

README

          

# RAG Knowledge Base

Retrieval-Augmented Generation knowledge base with vector search and AI-powered responses.

## About
RAG Knowledge Base is a document-grounded AI application that combines vector search with large language models to answer questions from your own data. It ingests documents, stores embeddings in a vector database, and retrieves relevant context to generate accurate, cited responses.

## Tech Stack
- Python, FastAPI
- ChromaDB (vector storage)
- Claude API
- React (frontend)

## Status
Active development - core architecture and project structure established.