Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rupamthxt/VectraDB
/ types & classes
Types & classes
31 in github.com/Rupamthxt/VectraDB
⨍
Functions
76
◇
Types & classes
31
Struct
Cluster
internal/store/shard.go:15
Struct
Command
Command is what we replicate across the network
internal/cluster/fsm.go:13
Struct
DeleteRequest
internal/http/dto.go:24
Struct
DiskStore
DiskStore is a simple disk-based storage system that allows appending data and reading it back using the FileLocation.
internal/store/disk.go:19
Struct
FSM
internal/cluster/fsm.go:20
Struct
FileLocation
FileLocation holds the location of a vector in the disk in terms of offset and length
internal/store/disk.go:12
Struct
HNSWIndex
internal/store/hnsw.go:25
Struct
HNSWNode
internal/store/hnsw.go:17
Struct
Handler
internal/http/handler.go:16
Struct
InsertRequest
internal/http/dto.go:3
Struct
InsertRequest
Data Structures matching your Server API
cmd/loadtest/main.go:22
Struct
JoinRequest
internal/http/dto.go:28
Struct
Match
internal/store/heap.go:3
TypeAlias
MinHeap
internal/store/heap.go:8
Struct
QuantizedVector
internal/store/quantize.go:5
Struct
RaftNode
internal/cluster/node.go:21
Struct
SearchRequest
internal/http/dto.go:9
Struct
SearchRequest
cmd/loadtest/main.go:28
Struct
SearchResponse
internal/http/dto.go:14
Struct
SearchResult
internal/http/dto.go:18
Struct
ShardGroup
cmd/node/main.go:27
Interface
ShardHandler
internal/store/shard.go:9
Struct
VectorArena
4MB
internal/store/arena.go:11
Struct
VectorRecord
Represents the data we are saving
internal/cluster/snapshot.go:10
Struct
VectraDB
internal/store/db.go:15
Struct
VectroRecord
internal/store/db.go:9
Struct
fsmSnapshot
Implements raft.FSMSnapshot interface
internal/cluster/snapshot.go:16
Interface
leaderAwareShard
internal/http/handler.go:20
Struct
nodeDist
internal/store/hnsw.go:34
Struct
shardGroup
cmd/benchmark/main.go:33
Struct
shardGroup
cmd/server/main.go:24