Skip to content
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 17 commits into from
Jul 23, 2024
Merged

Release 3.0.0 #134

merged 17 commits into from
Jul 23, 2024

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    7e1755d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b34c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3c27a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request #120 from mindsdb/agents-optimizations

    Don't Use Agent Retrieval Mode by Default
    tmichaeldb authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d96d8c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. bump mindsdb_sql version

    ea-rus committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    884b695 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #129 from mindsdb/sql-version

    Bump mindsdb_sql version
    ea-rus authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ffac45a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    fa5a7e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request #131 from mindsdb/completion-streaming

    Added Streaming to Agents
    tmichaeldb authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    611d9e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    1d44221 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. 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.
    dusvyat committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5936611 View commit details
    Browse the repository at this point in the history
  2. 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`.
    dusvyat committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7c0f4ca View commit details
    Browse the repository at this point in the history
  3. 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
    dusvyat committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4c29c57 View commit details
    Browse the repository at this point in the history
  4. 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.
    dusvyat committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8cbb8ed View commit details
    Browse the repository at this point in the history
  5. Updated example

    tmichaeldb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    91df71d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #132 from mindsdb/mind-data-source-config

    Update create_mind to Use New DataSourceConfig
    tmichaeldb authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e5a1ac4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. 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".
    dusvyat committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f1552bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from mindsdb/fix-sdk-to-support-decoupled-agent

    Changes to improve compatibility with agent and retrieval skill in python_sdk
    tmichaeldb authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9789355 View commit details
    Browse the repository at this point in the history