Kareman commited on
Commit
ade181c
Β·
1 Parent(s): ef21bff

fix(readme)

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -44,14 +44,15 @@ It allows users to:
44
  - ChromaDB
45
 
46
  - SQLModel
47
- - - for user database
48
 
49
  - HuggingFace Embeddings
50
 
51
  - OpenRouter
52
- - - (for LLM access)
53
 
54
  ## πŸ“‚ Project Structure
 
55
  app/
56
  β”œβ”€β”€ main.py # FastAPI routes & entrypoint
57
  β”œβ”€β”€ rag.py # RAG pipeline (embeddings, vector store, QA chain)
@@ -61,6 +62,7 @@ app/
61
  └── config.py # Settings & constants
62
  uploads/ # User uploaded files (ignored in Git)
63
  chroma_db/ # Vector DB storage (ignored in Git)
 
64
 
65
  ## βš™οΈ Setup & Installation
66
  1️⃣ Clone the repo
 
44
  - ChromaDB
45
 
46
  - SQLModel
47
+ - for user database
48
 
49
  - HuggingFace Embeddings
50
 
51
  - OpenRouter
52
+ - (for LLM access)
53
 
54
  ## πŸ“‚ Project Structure
55
+ ````` ```````
56
  app/
57
  β”œβ”€β”€ main.py # FastAPI routes & entrypoint
58
  β”œβ”€β”€ rag.py # RAG pipeline (embeddings, vector store, QA chain)
 
62
  └── config.py # Settings & constants
63
  uploads/ # User uploaded files (ignored in Git)
64
  chroma_db/ # Vector DB storage (ignored in Git)
65
+ ````` ```````
66
 
67
  ## βš™οΈ Setup & Installation
68
  1️⃣ Clone the repo