-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release 3.0.0 #134
Merged
Merged
Release 3.0.0 #134
Conversation
This file contains 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
Don't Use Agent Retrieval Mode by Default
Bump mindsdb_sql version
Added Streaming to Agents
The Agent model now includes a provider attribute allowing different providers for model creation. Additionally, a check for the provider has been added before using API keys in embeddings in the Agents and the model creation logic has been updated to return the model name instead of the Model object.
The model parameter in the `mindsdb_sql_agent` creation has been refactored to use 'gpt-4' instead of a dictionary. The query for average rental price has been changed to a query for the sales of three-bedroom houses in 2008. Additionally, a default 'prompt_template' is set in `mindsdb_sdk/agents.py`.
…gent # Conflicts: # examples/using_agents_with_text2sql.py # mindsdb_sdk/connectors/rest_api.py
The 'provider' field has been added throughout the MindsDB SDK testing. This change reflects recent updates to the agent model within the SDK, accommodating for new data required for agent instantiation and manipulation. Modification is done in codebase, while maintaining existing functionality and ensuring compatibility with newer versions.
Update create_mind to Use New DataSourceConfig
A typo in the description of the added file in 'using_agents_with_retrieval.py' was corrected. The board game name was changed from "takaido" to the correct form "Tokaido".
Changes to improve compatibility with agent and retrieval skill in python_sdk
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.
This release requires bumping a major version since we have backwards incompatible changes with the
create_mind
function.Changelog