sivakum4 commited on
Commit
2424f9c
Β·
verified Β·
1 Parent(s): 41b319d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -59,4 +59,18 @@ python main.py --build
59
  # 4. Launch backend + frontend
60
  python main.py --run
61
 
62
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  # 4. Launch backend + frontend
60
  python main.py --run
61
 
62
+ --
63
+
64
+ ## πŸ—οΈ Project Structure
65
+ buffalo_rag/
66
+ β”œβ”€β”€ api/ # Flask routes
67
+ β”œβ”€β”€ embeddings/ # chunker & encoder
68
+ β”œβ”€β”€ frontend/ # Flask templates + static JS
69
+ β”œβ”€β”€ model/ # RAG orchestration (BuffaloRAG)
70
+ β”œβ”€β”€ scraper/ # Playwright/BeautifulSoup crawler
71
+ └── vector_store/ # FAISS DB + hybrid search
72
+ data/
73
+ └── embeddings/ # .pkl + FAISS index (generated)
74
+ Dockerfile
75
+ start.sh
76
+ main.py # CLI pipeline entry-point