sivakum4 commited on
Commit
feb9951
Β·
verified Β·
1 Parent(s): 1fb8e96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -17
README.md CHANGED
@@ -40,7 +40,22 @@ We’re on the free HF hardware tier; first response may take ~30 s while the co
40
 
41
  ---
42
 
43
- ## πŸš€ Quick Start (Local)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  ```bash
46
  git clone https://huggingface.co/spaces/TeamSAS/UB_VSA
@@ -59,19 +74,3 @@ python main.py --build
59
  # 4. Launch backend + frontend
60
  python main.py --run
61
 
62
- ---
63
-
64
- ## Project Structure
65
-
66
- buffalo_rag/
67
- β”œβ”€β”€ api/ # Flask routes
68
- β”œβ”€β”€ embeddings/ # chunker & encoder
69
- β”œβ”€β”€ frontend/ # Flask templates + static JS
70
- β”œβ”€β”€ model/ # RAG orchestration (BuffaloRAG)
71
- β”œβ”€β”€ scraper/ # Playwright/BeautifulSoup crawler
72
- └── vector_store/ # FAISS DB + hybrid search
73
- data/
74
- └── embeddings/ # .pkl + FAISS index (generated)
75
- Dockerfile
76
- start.sh
77
- main.py # CLI pipeline entry-point
 
40
 
41
  ---
42
 
43
+ ## Project Structure
44
+
45
+ buffalo_rag/
46
+ β”œβ”€β”€ api/ # Flask routes
47
+ β”œβ”€β”€ embeddings/ # chunker & encoder
48
+ β”œβ”€β”€ frontend/ # Flask templates + static JS
49
+ β”œβ”€β”€ model/ # RAG orchestration (BuffaloRAG)
50
+ β”œβ”€β”€ scraper/ # Playwright/BeautifulSoup crawler
51
+ └── vector_store/ # FAISS DB + hybrid search
52
+ data/
53
+ └── embeddings/ # .pkl + FAISS index (generated)
54
+ Dockerfile
55
+ start.sh
56
+ main.py # CLI pipeline entry-point
57
+
58
+ ## πŸ—οΈ Quick Start (Local)
59
 
60
  ```bash
61
  git clone https://huggingface.co/spaces/TeamSAS/UB_VSA
 
74
  # 4. Launch backend + frontend
75
  python main.py --run
76