| 15 | Vectors Vectors `json:"vectors"` |
| 16 | } |
| 17 | type Vectors struct { |
| 18 | Size int `json:"size"` |
| 19 | Distance string `json:"distance"` |
| 20 | } |
| 21 | |
| 22 | func init() { |
| 23 | err := GetCollection(common.GlobalObject.Qdrant.CollectionName) |
nothing calls this directly
no outgoing calls
no test coverage detected