-
Notifications
You must be signed in to change notification settings - Fork 6.5k
(v0.13.0) delete old agents #19529
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
(v0.13.0) delete old agents #19529
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| raise ValueError( | ||
| "ChatMode.REACT and ChatMode.OPENAI are now deprecated and removed. " | ||
| "Please use the ReActAgent or FunctionAgent classes from llama_index.core.agent.workflow " | ||
| "to create an agent with a query engine tool." |
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.
Out of all the changes here, this will be the most breaking. However, users would have still been getting deprecation messages if they were still using the default .as_chat_engine() method
docs/docs/presentations/materials/2024-06-13-vector-ess-oss-tools.ipynb
Outdated
Show resolved
Hide resolved
adrianlyjak
left a comment
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.
😵💫
damn