--- title: FAR Chatbot emoji: 🏛️ colorFrom: blue colorTo: indigo sdk: docker pinned: false license: mit --- # 🏛️ FAR Chatbot An AI-powered assistant for the Federal Acquisition Regulation (FAR). ## Features - **RAG-powered answers**: Uses vector search to find relevant FAR sections - **Clickable citations**: All FAR references link to acquisition.gov - **GPT-4 Turbo**: Generates accurate, well-cited responses - **Conversation memory**: Maintains context across questions ## Login - Username: `testuser` - Password: `farbot2025` ## How It Works 1. Your question is converted to embeddings 2. FAISS searches 3,893 FAR sections for relevant content 3. GPT-4 Turbo generates a response using the actual FAR text 4. Citations are linked to official acquisition.gov sources ## Built With - Sentence Transformers (paraphrase-MiniLM-L6-v2) - FAISS vector database - OpenAI GPT-4 Turbo - Streamlit