-
Notifications
You must be signed in to change notification settings - Fork 204
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
Add notebook to demonstrate small LLM usage #642
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Kelly Abuelsaad <[email protected]>
Signed-off-by: Kelly Abuelsaad <[email protected]>
Signed-off-by: Kelly Abuelsaad <[email protected]>
Signed-off-by: Kelly Abuelsaad <[email protected]>
Ready for review! |
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.
LGTM! Thank you!
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.
Please fix the spelling errors:
Idenfiy documents to ingest
The Worflow
Signed-off-by: Kelly Abuelsaad <[email protected]>
@davorrunje Ah, thank you |
Thanks @kellyaa, love having more on local and smaller models! Have you had a chance to try it using the AG2 Ollama client instead of the AG2 OpenAI client? e.g. "api_type"="ollama" and using the client_host for the path?
|
Signed-off-by: Kelly Abuelsaad <[email protected]>
@marklysze |
Why are these changes needed?
Most AG2 examples do not work well with small LLMs (as stated in the docs). However, AG2 can be used with small models given the right techniques. This notebook demonstrates a tactic that can be used to get high performance out of small models in a dynamic RAG workflow.
Related issue number
n/a
Checks