Assignment 2 - #2
Open
moecui22 wants to merge 2 commits into
Open
Conversation
added 2 commits
February 8, 2026 12:29
Owner
Author
|
Hi, Main app: FAQ: README: Thank you:) |
x-rojas-io
approved these changes
Feb 25, 2026
x-rojas-io
left a comment
There was a problem hiding this comment.
Hi Mo,
Thanks for submitting Assignment 2,
Marked completed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
I implemented a chat-based AI system for Assignment 2 inside 05_src/assignment_chat.
What did you learn from the changes you have made?
Connect a public API and transform the JSON response into readable text; Use ChromaDB with a persistent client to store and query embeddings.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
I considered using a real embedding model for the semantic search.
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
One challenge was making sure ChromaDB persistence worked correctly.
How were these changes tested?
e.g., weather in Toronto
A reference to a related issue in your repository (if applicable)
NA
Checklist