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

Struct CreateCollectionRequest

pkg/qdrant/collection.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type CreateCollectionRequest struct {
15 Vectors Vectors `json:"vectors"`
16}
17type Vectors struct {
18 Size int `json:"size"`
19 Distance string `json:"distance"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected