MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / Vectors

Struct Vectors

pkg/qdrant/collection.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 Vectors Vectors `json:"vectors"`
16}
17type Vectors struct {
18 Size int `json:"size"`
19 Distance string `json:"distance"`
20}
21
22func init() {
23 err := GetCollection(common.GlobalObject.Qdrant.CollectionName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected