Skip to content

Commit 85be83c

Browse files
committed
Docs edit
1 parent 318edec commit 85be83c

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Yuhasa - History Tutor Chatbot
1+
# Histronaut - History Tutor Chatbot
22

33
This project implements a Retrieval-Augmented Generation (RAG) chatbot focused on answering questions about a Grade 11 History textbook. It uses Google's Gemini AI for language understanding and generation, and FAISS for efficient information retrieval from the textbook content. The project intentionally uses minimal dependencies (Flask, FAISS, Gemini, PyPDF) for simplicity, speed, and maintainability.
44

@@ -63,19 +63,6 @@ There seem to be multiple ways to interact with the chatbot:
6363
```
6464
* Interact with the bot directly in your terminal. Type 'exit' or 'quit' to end the session.
6565
66-
## Project Structure Overview
66+
## Project Overview
6767
68-
* `web.py`: Runs the Flask web server for the GUI.
69-
* `cli_chat.py`: Provides a command-line interface.
70-
* `config.py`: Handles configuration (like API keys).
71-
* `faiss_store.py`: Manages the creation and querying of the FAISS vector store.
72-
* `gemini_utils.py`: Contains helper functions for interacting with the Gemini API.
73-
* `pdf_chunker.py`: Responsible for reading and splitting the PDF document.
74-
* `agents/`: Directory containing different components (agents) of the RAG pipeline (Retriever, Generator, Orchestrator, etc.).
75-
* `templates/index.html`: The HTML structure for the web interface.
76-
* `chats/`: Stores conversation history (JSON files).
77-
* `grade-11-history-text-book.pdf`: The source document.
78-
* `faiss_index.index`, `faiss_metadata.pkl`: The generated vector store files.
79-
* `requirements.txt`: Lists the project dependencies.
80-
* `README.md`: This file.
81-
* `PROJECT_EXPLANATION.md`: Detailed explanation of the project architecture.
68+
[[Read the Project Overview](https://github.com/Developers-RCCS/codejam-by-cse/blob/main/PROJECT_EXPLANATION.md)]

0 commit comments

Comments
 (0)