MCPcopy Create free account

hub / github.com/asg017/sqlite-vss / functions

Functions182 in github.com/asg017/sqlite-vss

↓ 44 callersFunctionexecute_all
(cursor, sql, args=None)
tests/test-loadable.py:41
↓ 6 callersFunctionconnect
(path=":memory:")
tests/test-loadable.py:10
↓ 6 callersMethodload
(db)
bindings/ruby/lib/sqlite_vss.rb:17
↓ 5 callersFunctionexplain_query_plan
(sql)
tests/test-loadable.py:38
↓ 5 callersFunctionresultVector
src/sqlite-vector.cpp:41
↓ 5 callersFunctionvalueAsVector
src/sqlite-vector.cpp:114
↓ 3 callersFunctionvector_from_json
src/sqlite-vector.cpp:269
↓ 3 callersFunctionvector_length
src/sqlite-vector.cpp:240
↓ 3 callersFunctionvector_to_blob
|Offset | Size | Description |-|-|- |a|a|A */
src/sqlite-vector.cpp:294
↓ 3 callersFunctionvector_to_raw
src/sqlite-vector.cpp:327
↓ 3 callersFunctionvector_value_at
src/sqlite-vector.cpp:211
↓ 3 callersFunctionvss_fvec_add
src/sqlite-vss.cpp:198
↓ 3 callersFunctionvss_fvec_sub
src/sqlite-vss.cpp:228
↓ 2 callersFunctioninit
src/sqlite-vss.cpp:785
↓ 2 callersMethodloadExtension
(file: string, entrypoint?: string | undefined)
bindings/deno/mod.ts:88
↓ 2 callersMethodloadExtension
(file: string, entrypoint?: string | undefined)
bindings/node/sqlite-vss/src/index.d.ts:4
↓ 2 callersMethodload_vector
(db)
bindings/ruby/lib/sqlite_vss.rb:11
↓ 2 callersMethodload_vss
(db)
bindings/ruby/lib/sqlite_vss.rb:14
↓ 2 callersFunctionloadablePathResolver
(name)
bindings/node/sqlite-vss/src/index.js:27
↓ 2 callersFunctionvectorFromBlobValue
src/sqlite-vector.cpp:53
↓ 2 callersFunctionvectorFromRawBlobValue
src/sqlite-vector.cpp:83
↓ 2 callersFunctionvectorFromTextValue
src/sqlite-vector.cpp:98
↓ 2 callersMethodvector_loadable_path
bindings/ruby/lib/sqlite_vss.rb:8
↓ 2 callersFunctionvss_cosine_similarity
src/sqlite-vss.cpp:163
↓ 2 callersFunctionvss_distance_l1
src/sqlite-vss.cpp:57
↓ 2 callersFunctionvss_distance_l2
src/sqlite-vss.cpp:84
↓ 2 callersFunctionvss_distance_linf
src/sqlite-vss.cpp:110
↓ 2 callersFunctionvss_inner_product
src/sqlite-vss.cpp:136
↓ 2 callersMethodvss_loadable_path
bindings/ruby/lib/sqlite_vss.rb:5
↓ 2 callersFunctionwrite_index_insert
src/sqlite-vss.cpp:326
↓ 1 callersFunctioncreate_shadow_tables
src/sqlite-vss.cpp:534
↓ 1 callersFunctiondownload_static_for_platform
( _os: &str, _arch: &str, _version: String, _output_directory: &PathBuf, )
bindings/rust/build.rs:22
↓ 1 callersFunctiondrop_shadow_tables
src/sqlite-vss.cpp:557
↓ 1 callersFunctionextensionSuffix
(platform)
bindings/node/sqlite-vss/src/index.js:17
↓ 1 callersFunctionfvecs_read
(fname)
tests/np.py:11
↓ 1 callersFunctiongetVectorLoadablePath
()
bindings/node/sqlite-vss/src/index.js:53
↓ 1 callersFunctiongetVssLoadablePath
()
bindings/node/sqlite-vss/src/index.js:57
↓ 1 callersFunctionivecs_read
(fname)
tests/np.py:5
↓ 1 callersFunctionloadVector
(db: Db)
bindings/deno/mod.ts:94
↓ 1 callersFunctionloadVector
(db)
bindings/node/sqlite-vss/src/index.js:61
↓ 1 callersFunctionloadVss
(db: Db)
bindings/deno/mod.ts:100
↓ 1 callersFunctionloadVss
(db)
bindings/node/sqlite-vss/src/index.js:64
↓ 1 callersFunctionload_vector
(conn: sqlite3.Connection)
bindings/python/sqlite_vss/__init__.py:12
↓ 1 callersFunctionload_vss
(conn: sqlite3.Connection)
bindings/python/sqlite_vss/__init__.py:15
↓ 1 callersFunctionparse_constructor
src/sqlite-vss.cpp:709
↓ 1 callersFunctionparse_metric_type
src/sqlite-vss.cpp:689
↓ 1 callersFunctionplatformPackageName
(platform, arch)
bindings/node/sqlite-vss/src/index.js:22
↓ 1 callersMethodrange_search
(column, v, d)
tests/test-loadable.py:229
↓ 1 callersFunctionread_index_select
src/sqlite-vss.cpp:499
↓ 1 callersMethodsearch
(column, v, k)
tests/test-loadable.py:226
↓ 1 callersFunctionshadow_data_delete
src/sqlite-vss.cpp:469
↓ 1 callersFunctionshadow_data_insert
src/sqlite-vss.cpp:416
↓ 1 callersFunctionvalidPlatform
(platform, arch)
bindings/node/sqlite-vss/src/index.js:12
↓ 1 callersFunctionvector0_api_from_db
src/sqlite-vss.cpp:1589
↓ 1 callersFunctionvector_loadable_path
()
bindings/python/sqlite_vss/__init__.py:4
↓ 1 callersFunctionvector_to_json
src/sqlite-vector.cpp:255
↓ 1 callersFunctionvssIndexDisconnect
src/sqlite-vss.cpp:918
↓ 1 callersFunctionvssIndexRowid
src/sqlite-vss.cpp:1168
↓ 1 callersFunctionvss_loadable_path
()
bindings/python/sqlite_vss/__init__.py:8
FunctionAuto
Once called, every future new SQLite3 connection created in this process will have the sqlite-vector extension loaded. It will persist until Cancel()
bindings/go/vector/vector.go:15
FunctionAuto
Once called, every future new SQLite3 connection created in this process will have the sqlite-vss extension loaded. It will persist until [Cancel] is
bindings/go/vss/vss.go:19
FunctionCancel
"Cancels" any previous calls to Auto(). Any new SQLite3 connections created will not have the sqlite-vector extension loaded. Calls sqlite3_cancel_au
bindings/go/vector/vector.go:23
FunctionCancel
"Cancels" any previous calls to [Auto]. Any new SQLite3 connections created will not have the sqlite-vss extension loaded. Calls [sqlite3_cancel_auto
bindings/go/vss/vss.go:28
FunctiondelVectorFloat
src/sqlite-vector.cpp:34
FunctiondelVssRangeSearchParams
src/sqlite-vss.cpp:278
FunctiondelVssSearchParams
src/sqlite-vss.cpp:266
Functiondelete_api
src/sqlite-vector.cpp:611
Methoddistance_of
(metric_type, query)
tests/test-loadable.py:591
FunctionfaissMemoryUsageFunc
src/sqlite-vss.cpp:1516
FunctionfvecsEachBestIndex
src/sqlite-vector.cpp:460
FunctionfvecsEachClose
src/sqlite-vector.cpp:453
FunctionfvecsEachColumn
src/sqlite-vector.cpp:546
FunctionfvecsEachConnect
src/sqlite-vector.cpp:410
FunctionfvecsEachDisconnect
src/sqlite-vector.cpp:436
FunctionfvecsEachEof
src/sqlite-vector.cpp:533
FunctionfvecsEachFilter
src/sqlite-vector.cpp:483
FunctionfvecsEachNext
src/sqlite-vector.cpp:513
FunctionfvecsEachOpen
src/sqlite-vector.cpp:443
FunctionfvecsEachRowid
src/sqlite-vector.cpp:539
MethodfvecsEach_cursor
src/sqlite-vector.cpp:379
MethodfvecsEach_vtab
src/sqlite-vector.cpp:362
FunctiongetVectorLoadablePath
()
bindings/deno/mod.ts:76
FunctiongetVssLoadablePath
()
bindings/deno/mod.ts:67
Functioninit
please??
bindings/go/lib.go:10
Functionload
(conn: sqlite3.Connection)
bindings/python/sqlite_vss/__init__.py:18
Functionload
(db: Db)
bindings/deno/mod.ts:107
Functionload
(db)
bindings/node/sqlite-vss/src/index.js:67
Functionload
()
site/project.data.ts:13
Functionmain
()
bindings/rust/build.rs:74
Functionmain
()
examples/rust/build.rs:1
Functionmain
()
examples/rust/demo.rs:4
Functionmain
()
examples/go/demo.go:17
Functionmain
()
examples/go-cybertron/demo-cybertron.go:27
Functionmain
examples/c/demo.c:7
Functionprepare_connection
(conn)
bindings/datasette/datasette_sqlite_vss/__init__.py:5
Functionprepare_connection
(conn)
bindings/sqlite-utils/sqlite_utils_sqlite_vss/__init__.py:8
Functionprepare_connection
(conn)
examples/headlines/plugins/plugin.py:12
Methodraises_small_blob_header
(input)
tests/test-loadable.py:656
Functionsqlite3_vector_init
src/sqlite-vector.cpp:619
Functionsqlite3_vss_init
src/sqlite-vss.cpp:1618
next →1–100 of 182, ranked by callers