We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260ff0d commit 23950d3Copy full SHA for 23950d3
1 file changed
sdk/cpp/sample/main.cpp
@@ -386,7 +386,7 @@ int main() {
386
// 5. Tool calling (define tools, let the model call them, feed results back)
387
ChatWithToolCalling(manager, "phi-3.5-mini");
388
389
- // 6. Embeddings (uncomment and set a valid embedding model alias)
+ // 6. Embeddings — generate single and batch embeddings
390
GenerateEmbeddings(manager, "qwen3-embedding-0.6b");
391
392
Manager::Destroy();
0 commit comments