CoolFace
Apppublic

mwalker22/TMD-Open-Source-RAG

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

TMD Open Source RAG

A Retrieval-Augmented Generation (RAG) app using open-source models, FastAPI, and Vite/React.# ๐ŸŒฝ Field of Dream Deploys

_โ€œIf you deploy it, they can use it.โ€_

Welcome to field-of-dream-deploys, a full-stack Retrieval-Augmented Generation (RAG) application powered by open-source models deployed via Hugging Face Inference Endpoints.

This project showcases how to:

  • โ€”Load and embed real-world documents (like essays and engineering philosophies)
  • โ€”Persist them in a vector database
  • โ€”Ask questions through a conversational React frontend
  • โ€”Route responses through your own LLM and embedding endpoints โ€” no OpenAI required

Inspired by Field of Dreams, this app turns deployed endpoints into usable interfaces for real-time insight and discovery.

Built with:

  • โ€”LangChain
  • โ€”FastAPI
  • โ€”React
  • โ€”Qdrant
  • โ€”Hugging Face Inference Endpoints

Step onto the field. Deploy the dream. Let the questions come.

Backend Template (/backend)

This backend provides a reusable scaffold for building LLM-powered applications with FastAPI.

Features

  • โ€”Modular routing with /api
  • โ€”Prompt manager and role-based prompt composition
  • โ€”Plug-and-play vector DB with FAISS
  • โ€”Easily swappable embedding model