Vector
Methods related to CRUD operations within a collection.
Highlighter [READ MORE]
A `Highlighter` instance configures post-processing term highlighting for text fields in search results. There are two types of highlighters, namely lexical highlighters and semantic highlighters.
delete() [READ MORE]
This operation deletes entities by their IDs or with a boolean expression.
FunctionScore [READ MORE]
A `FunctionScore` instance is a list of `Function` instances used as rerankers.
get() [READ MORE]
This operation gets specific entities by their IDs.
hybridSearch() [READ MORE]
This operation performs multi-vector search on a collection and returns search results after reranking.
insert() [READ MORE]
This operation inserts data into a specific collection.
query() [READ MORE]
This operation conducts a scalar filtering with a specified boolean expression.
queryIterator() [READ MORE]
This method returns a query iterator to iterate data.
search() [READ MORE]
This operation conducts a vector similarity search with an optional scalar filtering expression.
searchIterator() [READ MORE]
This method returns a search iterator to iterate search results.
upsert() [READ MORE]
This operation inserts or updates data in a specific collection.
runAnalyzer() [READ MORE]
This operation processes the input data and generates tokenized output.
SearchIteratorV2() [READ MORE]
This operation creates an iterator for you to iterate over the search results. It is useful, especially when the search result contains a large volume of data.