Update README.md
This commit is contained in:
parent
bc8f70b1da
commit
641fbea532
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ You'll need the following API keys:
|
||||||
|
|
||||||
3. **Run the Application:**
|
3. **Run the Application:**
|
||||||
```bash
|
```bash
|
||||||
streamlit run agentic_rag.py
|
streamlit run rag_reasoning_agent.py
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Configure API Keys:**
|
4. **Configure API Keys:**
|
||||||
|
|
@ -96,4 +96,4 @@ The application uses a sophisticated RAG pipeline:
|
||||||
### UI Flow
|
### UI Flow
|
||||||
- Enter API keys → Add knowledge sources → Ask questions
|
- Enter API keys → Add knowledge sources → Ask questions
|
||||||
- Reasoning process and answer generation displayed side-by-side
|
- Reasoning process and answer generation displayed side-by-side
|
||||||
- Sources cited for transparency and verification
|
- Sources cited for transparency and verification
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue