Auto-generated code for 8.15 (#2359)
This commit is contained in:
22
docs/doc_examples/20179a8889e949d6a8ee5fbf2ba35c96.asciidoc
Normal file
22
docs/doc_examples/20179a8889e949d6a8ee5fbf2ba35c96.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: "google-vertex-ai-embeddings",
|
||||
knn: {
|
||||
field: "content_embedding",
|
||||
query_vector_builder: {
|
||||
text_embedding: {
|
||||
model_id: "google_vertex_ai_embeddings",
|
||||
model_text: "Calculate fuel cost",
|
||||
},
|
||||
},
|
||||
k: 10,
|
||||
num_candidates: 100,
|
||||
},
|
||||
_source: ["id", "content"],
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user