-
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
Release 3.0.0 #134
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e1755d - Browse repository at this point
Copy the full SHA 7e1755dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b34c6 - Browse repository at this point
Copy the full SHA 60b34c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c27a6 - Browse repository at this point
Copy the full SHA b3c27a6View commit details
Commits on Jul 8, 2024
-
Merge pull request #120 from mindsdb/agents-optimizations
Don't Use Agent Retrieval Mode by Default
Configuration menu - View commit details
-
Copy full SHA for d96d8c7 - Browse repository at this point
Copy the full SHA d96d8c7View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 884b695 - Browse repository at this point
Copy the full SHA 884b695View commit details -
Merge pull request #129 from mindsdb/sql-version
Bump mindsdb_sql version
Configuration menu - View commit details
-
Copy full SHA for ffac45a - Browse repository at this point
Copy the full SHA ffac45aView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa5a7e8 - Browse repository at this point
Copy the full SHA fa5a7e8View commit details
Commits on Jul 16, 2024
-
Merge pull request #131 from mindsdb/completion-streaming
Added Streaming to Agents
Configuration menu - View commit details
-
Copy full SHA for 611d9e6 - Browse repository at this point
Copy the full SHA 611d9e6View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d44221 - Browse repository at this point
Copy the full SHA 1d44221View commit details
Commits on Jul 22, 2024
-
Add provider attribute to Agent model
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.
Configuration menu - View commit details
-
Copy full SHA for 5936611 - Browse repository at this point
Copy the full SHA 5936611View commit details -
Update agent model and question in text2sql example
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`.
Configuration menu - View commit details
-
Copy full SHA for 7c0f4ca - Browse repository at this point
Copy the full SHA 7c0f4caView commit details -
Merge branch 'refs/heads/staging' into fix-sdk-to-support-decoupled-a…
…gent # Conflicts: # examples/using_agents_with_text2sql.py # mindsdb_sdk/connectors/rest_api.py
Configuration menu - View commit details
-
Copy full SHA for 4c29c57 - Browse repository at this point
Copy the full SHA 4c29c57View commit details -
Add 'provider' field to agent test cases
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.
Configuration menu - View commit details
-
Copy full SHA for 8cbb8ed - Browse repository at this point
Copy the full SHA 8cbb8edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91df71d - Browse repository at this point
Copy the full SHA 91df71dView commit details -
Merge pull request #132 from mindsdb/mind-data-source-config
Update create_mind to Use New DataSourceConfig
Configuration menu - View commit details
-
Copy full SHA for e5a1ac4 - Browse repository at this point
Copy the full SHA e5a1ac4View commit details
Commits on Jul 23, 2024
-
Correct typo in board game name in file description
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".
Configuration menu - View commit details
-
Copy full SHA for f1552bc - Browse repository at this point
Copy the full SHA f1552bcView commit details -
Merge pull request #133 from mindsdb/fix-sdk-to-support-decoupled-agent
Changes to improve compatibility with agent and retrieval skill in python_sdk
Configuration menu - View commit details
-
Copy full SHA for 9789355 - Browse repository at this point
Copy the full SHA 9789355View commit details