Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderabbit214/document-ai
/ PointRequest
Struct
PointRequest
pkg/qdrant/point.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
PointRequest
struct
{
17
Points []Point `json:
"points"
`
18
}
19
20
type
Point
struct
{
21
ID string `json:
"id"
`
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected