Skip to content

Anurag9901/enterprise-ai-search-system-main

Repository files navigation

Backend — RAG Demo

This folder contains the FastAPI backend for the RAG demo.

Quick start

  1. Create a virtualenv and install deps:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Copy .env.example to .env and adjust settings.

  2. Run the app:

uvicorn backend.app.main:app --reload --port 8000

Notes

  • The FAISS index is in-memory in this demo. For production, persist the index and document metadata.
  • See config.py for environment variables.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors