-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New starter notebook #881
New starter notebook #881
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with comments.
Nit - I find the name a bit ugly. Could we do something a little different than all-caps START_HERE.ipynb ? Perhaps just Chroma_101 or Start_Here?
Will rename to start_here.ipynb |
@HammadB @jeffchuber I've added a minimal chat-your-docs application to point the notebook to, PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a bunch of improvements and i think one bug (doesnt use openai)
it uses the OpenAI LLM but not their embeddings. I think that's fine. |
Description of changes
This PR creates a new starter notebook intended to familiarize people with the very basic, core functionality of embedding retrieval with Chroma. It's self-contained, and hopefully straightforward and easy to understand.
There is also a minor fix to the experimental notebook.
Test plan
Ran the notebook, also via Colab.
Documentation Changes
None.
TODO