Entrypoint and core classes for the client.
-
Inserts a single document into the collection as an atomic operation, ensuring that the
document is added in a single, indivisible step.
Collection.insertOne(T document,
float[] embeddings)
Inserts a single document into the collection in an atomic operation, similar to the
Collection.insertOne(Object)
method, but with the additional capability to include vector embeddings.
Inserts a single document into the collection in an atomic operation, similar to the
Collection.insertOne(Object)
method, but with the additional capability to include vector embeddings.
Inserts a single document into the collection as an atomic operation, ensuring that the
document is added in a single, indivisible step.
Inserts a single document into the collection in an atomic operation, extending the base functionality of
the
Collection.insertOne(Object)
method by adding the capability to compute and include a vector of embeddings
directly within the document.
Inserts a single document into the collection in an atomic operation, extending the base functionality of
the
Collection.insertOne(Object)
method by adding the capability to compute and include a vector of embeddings
directly within the document.
Asynchronously inserts a single document into the collection.
Asynchronously inserts a single document into the collection with vector embeddings.
Asynchronously inserts a single document into the collection with a vectorization expression.