This repository contains a small RAG-style agent that:
- Indexes local JSON game files under /games folder into a ChromaDB 1.3.x
- Retrieves relevant documents using SentenceTransformer embeddings
- Agent initialized with pre-defined tools to answer questions about the games.
- Run the cells inside
Udaplay_01_starter_project.ipynbnotebook to set up the vector database with game data. - Run the cells inside
Udaplay_02_starter_project.ipynbnotebook to build and test the AI agent.