Auto-generated code for 8.15 (#2359)
This commit is contained in:
22
docs/doc_examples/9326e323f7ffde678fa04d2d1de3d3bc.asciidoc
Normal file
22
docs/doc_examples/9326e323f7ffde678fa04d2d1de3d3bc.asciidoc
Normal file
@ -0,0 +1,22 @@
|
||||
// This file is autogenerated, DO NOT EDIT
|
||||
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
||||
|
||||
[source, js]
|
||||
----
|
||||
const response = await client.search({
|
||||
index: "alibabacloud-ai-search-embeddings",
|
||||
knn: {
|
||||
field: "content_embedding",
|
||||
query_vector_builder: {
|
||||
text_embedding: {
|
||||
model_id: "alibabacloud_ai_search_embeddings",
|
||||
model_text: "Calculate fuel cost",
|
||||
},
|
||||
},
|
||||
k: 10,
|
||||
num_candidates: 100,
|
||||
},
|
||||
_source: ["id", "content"],
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user