Shouvik599 commited on
Commit
214ba79
·
1 Parent(s): da91d6e

Upated README

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -40,7 +40,7 @@ pip install -r requirements.txt
40
  ### 2. Configure Environment
41
  ```bash
42
  cp .env.example .env
43
- # Edit .env and add your GEMINI_API_KEY
44
  ```
45
 
46
  ### 3. Add Your PDF Books
@@ -78,7 +78,6 @@ Open `frontend/index.html` in your browser — no server needed for the UI.
78
 
79
  | Variable | Description |
80
  |---|---|
81
- | `GEMINI_API_KEY` | Your Google Gemini API key |
82
  | `NVIDIA_API_KEY` | Your NVIDIA API key |
83
  | `CHROMA_DB_PATH` | Path to ChromaDB storage (default: `./chroma_db`) |
84
  | `CHUNKS_PER_BOOK` | Number of chunks to retrieve per query (default: `3`) |
@@ -101,7 +100,7 @@ User Query
101
  [Prompt with Context]
102
 
103
 
104
- [Gemini 2.5 Flash Lite] ←── Answer grounded ONLY in retrieved texts
105
 
106
 
107
  Response with source citations (book + chapter/verse)
 
40
  ### 2. Configure Environment
41
  ```bash
42
  cp .env.example .env
43
+ # Edit .env and add your NVIDIA_API_KEY
44
  ```
45
 
46
  ### 3. Add Your PDF Books
 
78
 
79
  | Variable | Description |
80
  |---|---|
 
81
  | `NVIDIA_API_KEY` | Your NVIDIA API key |
82
  | `CHROMA_DB_PATH` | Path to ChromaDB storage (default: `./chroma_db`) |
83
  | `CHUNKS_PER_BOOK` | Number of chunks to retrieve per query (default: `3`) |
 
100
  [Prompt with Context]
101
 
102
 
103
+ [Llama-3.3-70b-instruct] ←── Answer grounded ONLY in retrieved texts
104
 
105
 
106
  Response with source citations (book + chapter/verse)