CoolFace
Apppublic

ETFogle/engineering-knowledge-bot

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Engineering Knowledge Bot (Hugging Face–Only Version)

This is a self-contained Retrieval-Augmented Generation (RAG) system that runs entirely inside Hugging Face Spaces.

πŸš€ Features

  • β€”Upload your documents directly into data/raw_docs/
  • β€”Automatic FAISS vector database building
  • β€”Llama 3 inference via Hugging Face API
  • β€”Streamlit UI

πŸ“ Add Your Documents

Place all .txt, .pdf, .docx, etc. files into:

data/raw_docs/

They will be parsed and indexed automatically.

▢️ Run

Just open the Space β€” everything builds automatically.