Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/zvec
/ functions
Functions
11,660 in github.com/alibaba/zvec
⨍
Functions
11,660
◇
Types & classes
1,906
↳
Endpoints
50
↓ 14 callers
Function
seconds
Retrieve the elapsed time in seconds
src/include/zvec/ailego/utility/time_helper.h:157
↓ 14 callers
Method
set_reformer
src/core/framework/index_flow.cc:66
↓ 14 callers
Method
trained_count
Retrieve count of documents trained
src/include/zvec/core/framework/index_runner.h:180
↓ 14 callers
Function
transform
src/include/zvec/ailego/pattern/expected.hpp:1519
↓ 14 callers
Function
zvec_docs_free
src/binding/c/c_api.cc:2975
↓ 14 callers
Function
zvec_vector_query_create
src/binding/c/c_api.cc:5549
↓ 13 callers
Function
NotSupported
src/include/zvec/db/status.h:165
↓ 13 callers
Function
PermissionDenied
src/include/zvec/db/status.h:151
↓ 13 callers
Function
Status
src/include/zvec/db/status.h:66
↓ 13 callers
Function
ToFP32
Convert FP16 to FP32 with normalization
src/include/zvec/ailego/utility/float_helper.h:46
↓ 13 callers
Method
_validate
(self)
python/zvec/model/param/query.py:147
↓ 13 callers
Method
as_stl_string
Retrieve value as a STL string
src/include/zvec/ailego/encoding/json/mod_json_plus.h:950
↓ 13 callers
Method
batch_distance
Retrieve distance function for query
src/core/metric/cosine_metric.cc:202
↓ 13 callers
Function
cleanup_temp_directory
Cross-platform helper function to clean up temporary directories
tests/c/c_api_test.c:56
↓ 13 callers
Function
convert_to_cpp_doc
(doc: Doc, collection_schema: CollectionSchema)
python/zvec/model/convert.py:20
↓ 13 callers
Method
create_provider
src/core/algorithm/ivf/ivf_streamer.cc:301
↓ 13 callers
Method
data
src/core/algorithm/vamana/vamana_index_provider.h:77
↓ 13 callers
Method
data
Retrieve pointer of data
src/ailego/container/vector_array.h:328
↓ 13 callers
Method
flush
Force all pending writes to disk. Ensures durability of recent inserts/updates.
python/zvec/model/collection.py:178
↓ 13 callers
Method
get_forward_field
src/db/index/common/schema.cc:524
↓ 13 callers
Method
get_key
src/core/algorithm/hnsw_rabitq/hnsw_rabitq_streamer_entity.cc:215
↓ 13 callers
Function
handle_expected_result
src/binding/c/c_api.cc:818
↓ 13 callers
Method
load
tools/core/flow.h:277
↓ 13 callers
Method
max_doc_id
src/db/index/common/meta.h:80
↓ 13 callers
Method
mount
src/core/algorithm/cluster/kmeans_cluster.cc:423
↓ 13 callers
Method
mutable_discarded_count
Retrieve count of documents discarded (mutable)
src/include/zvec/core/framework/index_runner.h:290
↓ 13 callers
Function
remove
src/include/zvec/db/doc.h:259
↓ 13 callers
Method
reset
Reset context
src/core/algorithm/diskann/diskann_context.h:269
↓ 13 callers
Method
seal
src/db/index/column/fts_column/fts_indexer.cc:271
↓ 13 callers
Method
set_trained_count
Set count of documents trained
src/include/zvec/core/framework/index_runner.h:90
↓ 13 callers
Method
set_type
src/db/index/common/meta.h:68
↓ 13 callers
Method
sparse_unit_size
Retrieve sparse unit size
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:309
↓ 13 callers
Function
zvec_index_params_set_invert_params
* @brief Set Invert index parameters * @param params Index parameters (must be INVERT type) * @param enable_range_opt Enable range optimization * @
src/binding/c/c_api.cc:1949
↓ 13 callers
Function
zvec_vector_query_destroy
src/binding/c/c_api.cc:5558
↓ 12 callers
Function
ExtraDimension
tests/core/metric/cosine_metric_test.cc:59
↓ 12 callers
Function
MakePath
Make directories' path
src/include/zvec/ailego/io/file.h:221
↓ 12 callers
Method
alter_column
Rename a column, update its schema. This method supports three atomic operations: 1. Rename only (when `field_schema` is None).
python/zvec/model/collection.py:268
↓ 12 callers
Method
clone
src/core/interface/index_param.cc:39
↓ 12 callers
Method
contain_column
src/db/index/common/meta.h:113
↓ 12 callers
Method
data
Retrieve pointer of data
src/core/algorithm/ivf_rabitq/ivf_rabitq_index_provider.h:85
↓ 12 callers
Method
dist
Returns distance
src/core/algorithm/hnsw_sparse/hnsw_sparse_dist_calculator.h:62
↓ 12 callers
Function
distance
( vec1, vec2, metric: MetricType, data_type: DataType, quantize_type: QuantizeType = Quant
python/tests/detail/distance_helper.py:200
↓ 12 callers
Method
dumped_count
Retrieve total dumped vector count
src/core/algorithm/ivf/ivf_dumper.h:217
↓ 12 callers
Method
embed
Generate sparse embedding vector for the input text. This method calls the DashScope TextEmbedding API with sparse output type to con
python/zvec/extension/qwen_embedding_function.py:425
↓ 12 callers
Method
fetch
tests/db/sqlengine/mock_segment.h:315
↓ 12 callers
Function
flush
Synchronize memory with physical storage
src/include/zvec/ailego/io/mmap_file.h:141
↓ 12 callers
Method
forward_fields
src/db/index/common/schema.cc:566
↓ 12 callers
Method
group_by_query
Perform group-by vector search. Groups results by a scalar field value, returning the top-k documents within each group, ordered by s
python/zvec/model/collection.py:567
↓ 12 callers
Method
id
tests/db/sqlengine/mock_segment.h:311
↓ 12 callers
Method
is_valid
Test if the iterator is valid
src/core/algorithm/diskann/diskann_holder.h:102
↓ 12 callers
Method
is_valid
src/core/algorithm/cluster/kmeans_cluster.cc:605
↓ 12 callers
Method
list_size
src/core/algorithm/diskann/diskann_context.h:154
↓ 12 callers
Function
mod_json_token_parser
src/ailego/encoding/json/mod_json.c:3139
↓ 12 callers
Method
mutable_added_count
Retrieve count of documents added (mutable)
src/include/zvec/core/framework/index_runner.h:285
↓ 12 callers
Method
mutable_docs
src/include/zvec/core/framework/index_document.h:323
↓ 12 callers
Method
rbegin
Retrieve a reverse iterator pointing to the last element
src/include/zvec/ailego/encoding/json/mod_json_plus.h:1702
↓ 12 callers
Method
reset
Reset state to zero, and the params is untouched
src/core/algorithm/hnsw_rabitq/hnsw_rabitq_entity.h:124
↓ 12 callers
Method
rotate
src/core/quantizer/rotator/rotator.cc:212
↓ 12 callers
Method
set_loaded_costtime
Retrieve loaded costtime
src/include/zvec/core/framework/index_runner.h:155
↓ 12 callers
Method
set_right
src/db/sqlengine/common/generic_node.h:75
↓ 12 callers
Method
start
Start profiler
src/db/common/profiler.h:65
↓ 12 callers
Method
update
src/db/collection.cc:1530
↓ 12 callers
Function
zvec_collection_query
src/binding/c/c_api.cc:7380
↓ 12 callers
Function
zvec_test_delete_dir
* @brief Delete directory and all its contents (wrapper function) * * @param dir_path Directory path * @return int 0 for success, -1 for failure *
tests/c/utils.c:957
↓ 12 callers
Function
zvec_vector_query_set_field_name
src/binding/c/c_api.cc:5580
↓ 12 callers
Function
zvec_vector_query_set_topk
src/binding/c/c_api.cc:5564
↓ 11 callers
Function
FlatIndexParam
src/include/zvec/core/interface/index_param.h:361
↓ 11 callers
Method
Insert
tests/db/sqlengine/mock_segment.h:488
↓ 11 callers
Method
_get_object
(self)
python/zvec/model/schema/field_schema.py:262
↓ 11 callers
Method
append
src/db/index/storage/wal/local_wal_file.cc:29
↓ 11 callers
Method
apply
src/db/index/common/version_manager.cc:255
↓ 11 callers
Method
built_count
Retrieve count of documents built
src/include/zvec/core/framework/index_runner.h:185
↓ 11 callers
Method
clear
Clear the context
src/ailego/algorithm/kmeans.h:711
↓ 11 callers
Method
count
Retrieve feature count
src/ailego/algorithm/kmeans.h:689
↓ 11 callers
Method
count
tests/core/algorithm/ivf_rabitq/ivf_rabitq_streamer_test.cc:110
↓ 11 callers
Method
data_type
Retrieve type of vector
src/core/algorithm/flat/flat_searcher_provider.h:58
↓ 11 callers
Method
dimension
Retrieve dimension
src/core/quantizer/mips_converter.cc:153
↓ 11 callers
Method
distance
src/turbo/quantizer/quantizer.h:130
↓ 11 callers
Method
element_size
Retrieve element size in bytes
src/core/quantizer/mips_converter.cc:163
↓ 11 callers
Method
feature
Retrieve feature pointer
src/include/zvec/core/framework/index_cluster.h:175
↓ 11 callers
Method
fetch
src/db/index/segment/segment.cc:2533
↓ 11 callers
Method
field_names
Get the list of all scalar field names in this document. Returns: list[str]: A list of field names. Empty if no fields.
python/zvec/model/doc.py:130
↓ 11 callers
Method
flush
src/db/collection.cc:471
↓ 11 callers
Method
get_key
src/core/algorithm/hnsw_sparse/hnsw_sparse_builder_entity.cc:144
↓ 11 callers
Method
get_vector_field
src/db/index/common/schema.cc:543
↓ 11 callers
Method
is_finished
Check if the group is finished
src/include/zvec/ailego/parallel/thread_pool.h:91
↓ 11 callers
Method
iter_docs
Iterate over all documents in the collection. Streams documents one by one using an isolated snapshot taken at call time: memory usag
python/zvec/model/collection.py:456
↓ 11 callers
Function
mod_json_parser_insert
src/ailego/encoding/json/mod_json.c:3061
↓ 11 callers
Function
mod_json_token_depth
src/ailego/encoding/json/mod_json.c:2066
↓ 11 callers
Method
schema
src/db/index/storage/lazy_record_batch_reader.h:46
↓ 11 callers
Method
serialize
src/db/index/common/doc.cc:672
↓ 11 callers
Method
set_dumped_costtime
Retrieve update time
src/include/zvec/core/framework/index_runner.h:170
↓ 11 callers
Method
set_fetch_vector
src/core/algorithm/hnsw/hnsw_context.h:393
↓ 11 callers
Method
set_left
src/db/sqlengine/common/generic_node.h:68
↓ 11 callers
Method
set_writing_forward_block
src/db/index/common/meta.h:260
↓ 11 callers
Method
try_lock_shared
Try locking (shared)
src/ailego/io/file_lock.h:48
↓ 11 callers
Function
zvec_collection_options_destroy
src/binding/c/c_api.cc:1184
↓ 11 callers
Function
zvec_get_last_error
src/binding/c/c_api.cc:1149
↓ 11 callers
Function
zvec_vector_query_set_query_vector
src/binding/c/c_api.cc:5598
↓ 10 callers
Method
Open
src/db/index/segment/segment.cc:477
← previous
next →
301–400 of 11,660, ranked by callers