Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
A **Retrieval-Augmented Generation (RAG)** system designed to help students study by answering questions **strictly using their own course materials** (notes, slides, textbooks, PDFs).
The system prioritizes correctness, grounding, and explainability over generic LLM responses.


## How to Run
Run Chromadb.sh for DB

---

Expand Down
5 changes: 5 additions & 0 deletions scripts/chromadb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# This script is used to start the chromadb server and create the necessary collections.


docker run -p 8000:8000 chromadb/chroma