Skip to content

Commit f6a0789

Browse files
Fixed the Name of the Knowledge Base Used in the Documentation (mindsdb#10737)
1 parent c477d76 commit f6a0789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mindsdb_sql/knowledge-bases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MindsDB stores objects, such as models or knowledge bases, inside projects. Lear
2020
</Note>
2121

2222
```sql
23-
CREATE KNOWLEDGE_BASE test_kb_ms_teams
23+
CREATE KNOWLEDGE_BASE my_kb
2424
USING
2525
embedding_model = {
2626
"provider": "openai", -- choose one of openai or azure_openai

0 commit comments

Comments
 (0)