Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectorDB-NTU/RaBitQ-Library
/ read_fvecs
Function
read_fvecs
python/utils/io.py:13–14 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
11
return
a.reshape(-1, d + 1)[:, 1:]
12
13
14
def
read_fvecs(filename):
15
return
read_ivecs(filename).view(
"float32"
)
16
17
Callers
1
ivf.py
File · 0.90
Calls
1
read_ivecs
Function · 0.70
Tested by
no test coverage detected