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

Add MindsDB SQL Support for CREATE, UPDATE, and DROP Skill #317

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

tmichaeldb
Copy link
Contributor

As part of our LLM Agents design we need SQL support for creating, updating, and dropping skills.

Example Usage

Create

CREATE SKILL my_skill
USING
type = 'knowledge_base',
source = 'my_kb'

Update

UPDATE SKILL my_skill
SET
source = 'new_source'

Drop

DROP SKILL my_skill

@tmichaeldb tmichaeldb requested a review from ea-rus October 27, 2023 00:14
@tmichaeldb tmichaeldb self-assigned this Oct 27, 2023
@tmichaeldb tmichaeldb added the enhancement New feature or request label Oct 27, 2023
@tmichaeldb tmichaeldb requested review from ea-rus and dusvyat October 31, 2023 22:17
Copy link
Contributor

@dusvyat dusvyat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one, lgtm

@ea-rus ea-rus merged commit 96d3d9b into mindsdb:staging Nov 1, 2023
9 of 10 checks passed
@ea-rus ea-rus mentioned this pull request Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants