Spaces:
Sleeping
Sleeping
metadata
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
- Your question is converted to embeddings
- FAISS searches 3,893 FAR sections for relevant content
- GPT-4 Turbo generates a response using the actual FAR text
- Citations are linked to official acquisition.gov sources
Built With
- Sentence Transformers (paraphrase-MiniLM-L6-v2)
- FAISS vector database
- OpenAI GPT-4 Turbo
- Streamlit