Skip to content

Commit a1ab889

Browse files
authored
Update API.md
1 parent db12b95 commit a1ab889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ SELECT llm_context_create('n_ctx=2048');
107107
**Description:**
108108
Creates a new inference context specifically set for embedding generation.
109109

110-
It is equivalent to `SELECT llm_context_create('generate_embedding=1,normalize_embedding=1,pooling_type=last');`
110+
It is equivalent to `SELECT llm_context_create('generate_embedding=1,normalize_embedding=1,pooling_type=mean');`
111111

112112
Context must explicitly created before performing any AI operation!
113113

0 commit comments

Comments
 (0)