Skip to content

Assignment 2#3

Open
dhamijap wants to merge 8 commits into
mainfrom
assignment-2
Open

Assignment 2#3
dhamijap wants to merge 8 commits into
mainfrom
assignment-2

Conversation

@dhamijap

@dhamijap dhamijap commented Mar 2, 2026

Copy link
Copy Markdown
Owner

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

I updated assignment_chat to have a new chat. This chat bot that speaks in the style of Yoda with 3 services: providing advice (via API call), providing science facts and misconceptions (using RAG to search through embeddings of an html), and searches of video game deals using an API with the ability to provide the best game deals available or game deals related to specific games/preferences based on the user.

What did you learn from the changes you have made?

I learned a lot about how to set up a chatbot, setting up the prompts, using tools. It was important how to set up the local chroma db as well.

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of? No.

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

I tried to use the music tool and instead get the chatbot to provide recommendations of albums to avoid. This had mixed results as I struggled to load the large amount of data and was running out of tokens. So I switched to a smaller document and found it easier.

How were these changes tested?

I looked through the html file before trying to use it since I noted it was much easier for me to parse through.

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

@dhamijap dhamijap marked this pull request as ready for review March 2, 2026 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant