Skip to content

Commit dd06fae

Browse files
docs -- support for embedding models from snowflake with kbs (#11782)
1 parent 2335985 commit dd06fae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/mindsdb_sql/knowledge_bases/create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ When choosing `bedrock` as the model provider, users should define the following
121121

122122
#### `provider = 'snowflake'`
123123

124-
This provider is supported for `reranking_model`. Note that Snowflake Cortex AI does not offer embedding models as of now.
124+
This provider is supported for both `embedding_model` and `reranking_model`.
125125

126126
When choosing `snowflake` as the model provider, users should choose one of the available models from [Snowflake Cortex AI](https://www.snowflake.com/en/product/features/cortex/) and define the following model parameters.
127127

docs/sdks/python/knowledge_bases/create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ When choosing `bedrock` as the model provider, users should define the following
102102

103103
#### `provider = 'snowflake'`
104104

105-
This provider is supported for `reranking_model`. Note that Snowflake Cortex AI does not offer embedding models as of now.
105+
This provider is supported for both `embedding_model` and `reranking_model`.
106106

107107
When choosing `snowflake` as the model provider, users should choose one of the available models from [Snowflake Cortex AI](https://www.snowflake.com/en/product/features/cortex/) and define the following model parameters.
108108

0 commit comments

Comments
 (0)