File size: 909 Bytes
ea523d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
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