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
↓ 39 callers
Method
sort
src/core/algorithm/diskann/diskann_util.h:212
↓ 39 callers
Method
type
src/db/index/common/meta.h:64
↓ 38 callers
Method
close
tests/ailego/parallel/lock_test.cc:86
↓ 38 callers
Method
key
Retrieve primary key
tools/core/vecs_index_holder.h:74
↓ 38 callers
Method
size
src/core/algorithm/ivf/ivf_dumper.h:85
↓ 37 callers
Method
dimension
Retrieve dimension
tools/core/vecs_index_holder.h:136
↓ 37 callers
Method
empty
src/db/index/column/fts_column/fts_indexer.h:76
↓ 37 callers
Method
length
Retrieve the length of string
src/include/zvec/ailego/encoding/json/mod_json_plus.h:335
↓ 37 callers
Method
reset
src/db/index/column/fts_column/tokenizer/jieba_tokenizer.cc:120
↓ 37 callers
Method
train
tests/core/algorithm/ivf/ivf_searcher_test.cc:44
↓ 36 callers
Method
Finish
src/db/index/column/vector_column/combined_vector_column_indexer.cc:169
↓ 36 callers
Method
create
tests/core/algorithm/hnsw/hnsw_streamer_test.cc:2050
↓ 36 callers
Method
id
src/db/index/segment/segment.cc:607
↓ 36 callers
Method
size
Retrieve count of bits in set
src/ailego/container/bitmap.h:272
↓ 36 callers
Method
threshold
Get quantization threshold
src/ailego/algorithm/binary_quantizer.h:53
↓ 35 callers
Function
create
Create a local file
src/include/zvec/ailego/io/file.h:127
↓ 35 callers
Method
data
Retrieve pointer of data
src/core/algorithm/diskann/diskann_holder.h:95
↓ 34 callers
Function
CreateMetric
tests/core/metric/uniform_uint8_metric_test.cc:85
↓ 34 callers
Method
element_size
Retrieve element size in bytes
src/core/algorithm/diskann/diskann_holder.h:236
↓ 34 callers
Method
execute
src/db/sqlengine/sqlengine_impl.cc:59
↓ 33 callers
Method
reserve
Request a change in capacity
tests/ailego/container/heap_test.cc:381
↓ 33 callers
Function
zvec_index_params_create
* @brief Create index parameters of specified type * @param index_type Type of index to create * @return New index params handle, or NULL on failure
src/binding/c/c_api.cc:1335
↓ 32 callers
Method
clear
src/db/index/storage/parquet_buffer_pool.cc:127
↓ 32 callers
Method
delete
(self, ids: str)
python/zvec/model/collection.py:397
↓ 32 callers
Function
zvec_field_schema_create
src/binding/c/c_api.cc:2074
↓ 31 callers
Method
capacity
src/core/algorithm/ivf/ivf_dumper.h:89
↓ 31 callers
Method
meta
tests/db/sqlengine/mock_segment.h:377
↓ 31 callers
Method
set_threshold
Set quantization threshold
src/ailego/algorithm/binary_quantizer.h:48
↓ 31 callers
Method
size
src/core/algorithm/diskann/diskann_util.h:189
↓ 31 callers
Method
size
Retrieve size
src/include/zvec/core/framework/index_dumper.h:56
↓ 31 callers
Method
transform
Transform a query
src/core/algorithm/ivf/ivf_entity.cc:124
↓ 31 callers
Method
update
(self, docs: Doc)
python/zvec/model/collection.py:370
↓ 30 callers
Method
LA
src/db/sqlengine/parser/case_changing_charstream.h:44
↓ 30 callers
Method
clear
Clear all fields to init value
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:114
↓ 30 callers
Method
stats
src/db/collection.cc:499
↓ 30 callers
Function
zvec_collection_create_and_open
src/binding/c/c_api.cc:4776
↓ 30 callers
Function
zvec_index_params_destroy
* @brief Destroy index parameters and free memory * @param params Index params to destroy (can be NULL) */
src/binding/c/c_api.cc:1412
↓ 29 callers
Function
NotFound
src/include/zvec/db/status.h:131
↓ 29 callers
Method
clear
src/core/algorithm/diskann/diskann_builder_entity.cc:23
↓ 29 callers
Method
create_context
tools/core/flow.h:153
↓ 29 callers
Method
create_iterator
tests/db/sqlengine/mock_segment.h:48
↓ 29 callers
Method
data_type
Retrieve type information
tools/core/vecs_index_holder.h:141
↓ 29 callers
Method
next
tests/db/sqlengine/mock_segment.h:64
↓ 29 callers
Method
score
tests/db/sqlengine/mock_segment.h:60
↓ 29 callers
Function
zvec_collection_destroy
src/binding/c/c_api.cc:4855
↓ 28 callers
Method
close
tests/core/algorithm/hnsw/hnsw_streamer_test.cc:2056
↓ 28 callers
Method
data_type
src/db/sqlengine/analyzer/query_info.h:83
↓ 28 callers
Function
zvec_free
* @brief Free memory allocated by zvec_malloc * @param ptr Pointer to memory to free (can be NULL) * * @note Use zvec_free instead of free to ensu
src/binding/c/c_api.cc:957
↓ 27 callers
Method
_get_object
(self)
python/zvec/model/schema/field_schema.py:133
↓ 27 callers
Method
distance_matrix
Retrieve distance function for index features
src/core/metric/cosine_metric.cc:194
↓ 27 callers
Method
field
src/db/index/common/manifest/pb_wire.h:162
↓ 27 callers
Method
has_field
Check if the document contains a scalar field with the given name. Args: name (str): Name of the field to check. Returns
python/zvec/model/doc.py:78
↓ 27 callers
Method
open
src/db/collection.cc:364
↓ 27 callers
Method
set_metric
src/core/framework/index_flow.cc:82
↓ 27 callers
Method
wait
Wait until task finished
src/include/zvec/ailego/parallel/thread_pool.h:301
↓ 26 callers
Method
back
Access last element
src/include/zvec/ailego/container/vector.h:519
↓ 26 callers
Method
clear
src/core/algorithm/ivf/ivf_dumper.h:76
↓ 26 callers
Method
data
src/core/algorithm/hnsw/hnsw_entity.h:186
↓ 26 callers
Method
get_field
src/db/index/common/schema.cc:507
↓ 26 callers
Method
search
tests/db/sqlengine/mock_segment.h:131
↓ 26 callers
Function
zvec_collection_schema_create
src/binding/c/c_api.cc:2352
↓ 25 callers
Function
AlignSize
tools/core/local_builder.cc:269
↓ 25 callers
Function
Concat
Concatenation of arbitrary number of std::string, c-string, integers, floating point numbers with one memory allocation. E.g. auto s = Concat("foo", 1
src/include/zvec/ailego/utility/string_helper.h:225
↓ 25 callers
Method
is_valid
Test if the iterator is valid
tools/core/vecs_index_holder.h:69
↓ 25 callers
Method
search_impl
src/core/framework/index_flow.cc:307
↓ 25 callers
Method
set_topk
tools/core/flow.h:120
↓ 25 callers
Function
zvec_collection_schema_add_field
src/binding/c/c_api.cc:2402
↓ 25 callers
Function
zvec_index_params_set_metric_type
* @brief Set metric type for vector index parameters * @param params Index parameters (must be vector index type) * @param metric_type Metric type t
src/binding/c/c_api.cc:1424
↓ 24 callers
Method
Append
src/ailego/utility/string_helper.cc:76
↓ 24 callers
Function
batchdoc_and_check
( collection: Collection, multiple_docs, doc_num, operator="insert" )
python/tests/detail/test_collection_dql.py:37
↓ 24 callers
Method
clear
Clear all fields to init value
src/core/algorithm/hnsw_rabitq/hnsw_rabitq_entity.h:131
↓ 24 callers
Method
front
Access first element
src/include/zvec/ailego/container/vector.h:559
↓ 24 callers
Method
make_group
Make a task group
src/include/zvec/core/framework/index_threads.h:147
↓ 24 callers
Method
score
src/db/index/column/fts_column/bm25_scorer.cc:104
↓ 24 callers
Method
set_name
Set name of module
src/include/zvec/core/framework/index_module.h:51
↓ 24 callers
Method
submit
src/core/algorithm/diskann/diskann_file_reader.cc:740
↓ 24 callers
Function
type
src/include/zvec/db/query_params.h:34
↓ 23 callers
Method
add_field
src/db/index/common/schema.cc:431
↓ 23 callers
Method
count
Retrieve count of elements in holder
tools/core/vecs_index_holder.h:129
↓ 23 callers
Method
data
Retrieve pointer of data
src/core/quantizer/mips_converter.cc:92
↓ 23 callers
Method
doc_cnt
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:150
↓ 23 callers
Method
quantize_type
Retrieve quantize type
src/include/zvec/core/framework/index_meta.h:710
↓ 23 callers
Method
reset
src/ailego/io/file.cc:204
↓ 23 callers
Function
set
src/include/zvec/db/doc.h:112
↓ 23 callers
Function
zvec_doc_add_field_by_value
src/binding/c/c_api.cc:3200
↓ 23 callers
Function
zvec_doc_set_pk
src/binding/c/c_api.cc:2989
↓ 23 callers
Function
zvec_index_params_set_hnsw_params
* @brief Set HNSW-specific parameters * @param params Index parameters (must be HNSW type) * @param m Graph connectivity parameter * @param ef_cons
src/binding/c/c_api.cc:1590
↓ 22 callers
Method
add_column
Add a new column to the collection. The column is populated using the provided expression (e.g., SQL-like formula). Args:
python/zvec/model/collection.py:238
↓ 22 callers
Function
close
Close the memory mapping file
src/include/zvec/ailego/io/mmap_file.h:131
↓ 22 callers
Method
data_type
Retrieve type information
src/core/quantizer/mips_converter.cc:158
↓ 22 callers
Function
generate_vectordict_random
(schema: CollectionSchema)
python/tests/detail/doc_helper.py:367
↓ 22 callers
Method
min_doc_id
src/db/index/common/meta.h:72
↓ 22 callers
Method
read
tests/ailego/parallel/lock_test.cc:70
↓ 22 callers
Method
set_id
src/db/index/common/meta.h:60
↓ 22 callers
Function
zvec_field_schema_set_index_params
src/binding/c/c_api.cc:2293
↓ 21 callers
Function
IsExist
Retrieve non-zero if the path exists
src/include/zvec/ailego/io/file.h:251
↓ 21 callers
Method
load
src/core/framework/index_flow.cc:93
↓ 21 callers
Method
op
src/db/sqlengine/common/generic_node.h:47
↓ 21 callers
Method
set
src/ailego/container/bitmap.cc:138
↓ 20 callers
Method
at
Retrieve pointer of data
src/ailego/container/vector_array.h:338
← previous
next →
101–200 of 11,660, ranked by callers