We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db12b95 commit a1ab889Copy full SHA for a1ab889
API.md
@@ -107,7 +107,7 @@ SELECT llm_context_create('n_ctx=2048');
107
**Description:**
108
Creates a new inference context specifically set for embedding generation.
109
110
-It is equivalent to `SELECT llm_context_create('generate_embedding=1,normalize_embedding=1,pooling_type=last');`
+It is equivalent to `SELECT llm_context_create('generate_embedding=1,normalize_embedding=1,pooling_type=mean');`
111
112
Context must explicitly created before performing any AI operation!
113
0 commit comments