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

[Bug]: Error when creating agent and Inserting values into Knowledge base #9023

Closed
chandrevdw31 opened this issue Apr 3, 2024 · 1 comment · Fixed by #9140
Closed

[Bug]: Error when creating agent and Inserting values into Knowledge base #9023

chandrevdw31 opened this issue Apr 3, 2024 · 1 comment · Fixed by #9140
Labels
bug Something isn't working

Comments

@chandrevdw31
Copy link
Collaborator

chandrevdw31 commented Apr 3, 2024

Short description of current behavior

User is following the tutorial https://docs.mindsdb.com/mindsdb_sql/agents/agent#agents-with-knowledge-bases-as-skills.

When inserting the values into the knowledge base, an error occurs Collection default_collection does not exist.

When he creates an agent he gets the error 'Identifier' object has no attribute 'split

Video included in slack thread, unable to upload it in the issue due to file type.
Slack thread: https://mindsdbcommunity.slack.com/archives/C01S2T35H18/p1711635220596339?thread_ts=1710534714.332699&cid=C01S2T35H18

@chandrevdw31 chandrevdw31 added the bug Something isn't working label Apr 3, 2024
@ea-rus
Copy link
Contributor

ea-rus commented Apr 3, 2024

Replicated the issue locally.
Knowledge base have to be removed and created once again:

-- 1
create knowledge base kb5 
using model = openai_emb;

-- 2
insert into kb5 (content)
values ('i dring tea');

-- 3
select * from kb5;

-- 4
drop  knowledge base kb5;

-- repeat steps 1-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants