Versions in this module Expand all Collapse all v0 v0.1.7 Oct 12, 2024 v0.1.6 Oct 12, 2024 Changes in this version + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + DefaultApi *DefaultApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AddEmbedding struct + Documents []string + Embeddings []EmbeddingsInner + Ids []string + Metadatas []map[string]interface{} + func NewAddEmbedding(ids []string) *AddEmbedding + func NewAddEmbeddingWithDefaults() *AddEmbedding + func (o *AddEmbedding) GetDocuments() []string + func (o *AddEmbedding) GetDocumentsOk() ([]string, bool) + func (o *AddEmbedding) GetEmbeddings() []EmbeddingsInner + func (o *AddEmbedding) GetEmbeddingsOk() ([]EmbeddingsInner, bool) + func (o *AddEmbedding) GetIds() []string + func (o *AddEmbedding) GetIdsOk() ([]string, bool) + func (o *AddEmbedding) GetMetadatas() []map[string]interface{} + func (o *AddEmbedding) GetMetadatasOk() ([]map[string]interface{}, bool) + func (o *AddEmbedding) HasDocuments() bool + func (o *AddEmbedding) HasEmbeddings() bool + func (o *AddEmbedding) HasMetadatas() bool + func (o *AddEmbedding) SetDocuments(v []string) + func (o *AddEmbedding) SetEmbeddings(v []EmbeddingsInner) + func (o *AddEmbedding) SetIds(v []string) + func (o *AddEmbedding) SetMetadatas(v []map[string]interface{}) + func (o AddEmbedding) MarshalJSON() ([]byte, error) + func (o AddEmbedding) ToMap() (map[string]interface{}, error) + type ApiAddRequest struct + ApiService *DefaultApiService + func (r ApiAddRequest) AddEmbedding(addEmbedding AddEmbedding) ApiAddRequest + func (r ApiAddRequest) Execute() (bool, *http.Response, error) + type ApiCountCollectionsRequest struct + ApiService *DefaultApiService + func (r ApiCountCollectionsRequest) Database(database string) ApiCountCollectionsRequest + func (r ApiCountCollectionsRequest) Execute() (int32, *http.Response, error) + func (r ApiCountCollectionsRequest) Tenant(tenant string) ApiCountCollectionsRequest + type ApiCountRequest struct + ApiService *DefaultApiService + func (r ApiCountRequest) Execute() (int32, *http.Response, error) + type ApiCreateCollectionRequest struct + ApiService *DefaultApiService + func (r ApiCreateCollectionRequest) CreateCollection(createCollection CreateCollection) ApiCreateCollectionRequest + func (r ApiCreateCollectionRequest) Database(database string) ApiCreateCollectionRequest + func (r ApiCreateCollectionRequest) Execute() (*Collection, *http.Response, error) + func (r ApiCreateCollectionRequest) Tenant(tenant string) ApiCreateCollectionRequest + type ApiCreateDatabaseRequest struct + ApiService *DefaultApiService + func (r ApiCreateDatabaseRequest) CreateDatabase(createDatabase CreateDatabase) ApiCreateDatabaseRequest + func (r ApiCreateDatabaseRequest) Execute() (*Database, *http.Response, error) + func (r ApiCreateDatabaseRequest) Tenant(tenant string) ApiCreateDatabaseRequest + type ApiCreateTenantRequest struct + ApiService *DefaultApiService + func (r ApiCreateTenantRequest) CreateTenant(createTenant CreateTenant) ApiCreateTenantRequest + func (r ApiCreateTenantRequest) Execute() (*Tenant, *http.Response, error) + type ApiDeleteCollectionRequest struct + ApiService *DefaultApiService + func (r ApiDeleteCollectionRequest) Database(database string) ApiDeleteCollectionRequest + func (r ApiDeleteCollectionRequest) Execute() (*Collection, *http.Response, error) + func (r ApiDeleteCollectionRequest) Tenant(tenant string) ApiDeleteCollectionRequest + type ApiDeleteRequest struct + ApiService *DefaultApiService + func (r ApiDeleteRequest) DeleteEmbedding(deleteEmbedding DeleteEmbedding) ApiDeleteRequest + func (r ApiDeleteRequest) Execute() ([]string, *http.Response, error) + type ApiGetCollectionRequest struct + ApiService *DefaultApiService + func (r ApiGetCollectionRequest) Database(database string) ApiGetCollectionRequest + func (r ApiGetCollectionRequest) Execute() (*Collection, *http.Response, error) + func (r ApiGetCollectionRequest) Tenant(tenant string) ApiGetCollectionRequest + type ApiGetDatabaseRequest struct + ApiService *DefaultApiService + func (r ApiGetDatabaseRequest) Execute() (*Database, *http.Response, error) + func (r ApiGetDatabaseRequest) Tenant(tenant string) ApiGetDatabaseRequest + type ApiGetNearestNeighborsRequest struct + ApiService *DefaultApiService + func (r ApiGetNearestNeighborsRequest) Execute() (*QueryResult, *http.Response, error) + func (r ApiGetNearestNeighborsRequest) QueryEmbedding(queryEmbedding QueryEmbedding) ApiGetNearestNeighborsRequest + type ApiGetRequest struct + ApiService *DefaultApiService + func (r ApiGetRequest) Execute() (*GetResult, *http.Response, error) + func (r ApiGetRequest) GetEmbedding(getEmbedding GetEmbedding) ApiGetRequest + type ApiGetTenantRequest struct + ApiService *DefaultApiService + func (r ApiGetTenantRequest) Execute() (*Tenant, *http.Response, error) + type ApiHeartbeatRequest struct + ApiService *DefaultApiService + func (r ApiHeartbeatRequest) Execute() (map[string]float32, *http.Response, error) + type ApiListCollectionsRequest struct + ApiService *DefaultApiService + func (r ApiListCollectionsRequest) Database(database string) ApiListCollectionsRequest + func (r ApiListCollectionsRequest) Execute() ([]Collection, *http.Response, error) + func (r ApiListCollectionsRequest) Tenant(tenant string) ApiListCollectionsRequest + type ApiPreFlightChecksRequest struct + ApiService *DefaultApiService + func (r ApiPreFlightChecksRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiResetRequest struct + ApiService *DefaultApiService + func (r ApiResetRequest) Execute() (bool, *http.Response, error) + type ApiRootRequest struct + ApiService *DefaultApiService + func (r ApiRootRequest) Execute() (map[string]float32, *http.Response, error) + type ApiUpdateCollectionRequest struct + ApiService *DefaultApiService + func (r ApiUpdateCollectionRequest) Execute() (*Collection, *http.Response, error) + func (r ApiUpdateCollectionRequest) UpdateCollection(updateCollection UpdateCollection) ApiUpdateCollectionRequest + type ApiUpdateRequest struct + ApiService *DefaultApiService + func (r ApiUpdateRequest) Execute() (bool, *http.Response, error) + func (r ApiUpdateRequest) UpdateEmbedding(updateEmbedding UpdateEmbedding) ApiUpdateRequest + type ApiUpsertRequest struct + ApiService *DefaultApiService + func (r ApiUpsertRequest) AddEmbedding(addEmbedding AddEmbedding) ApiUpsertRequest + func (r ApiUpsertRequest) Execute() (bool, *http.Response, error) + type ApiVersionRequest struct + ApiService *DefaultApiService + func (r ApiVersionRequest) Execute() (string, *http.Response, error) + type BasicAuth struct + Password string + UserName string + type Collection struct + Id string + Metadata *map[string]Metadata + Name string + func NewCollection(name string, id string) *Collection + func NewCollectionWithDefaults() *Collection + func (o *Collection) GetId() string + func (o *Collection) GetIdOk() (*string, bool) + func (o *Collection) GetMetadata() map[string]Metadata + func (o *Collection) GetMetadataOk() (*map[string]Metadata, bool) + func (o *Collection) GetName() string + func (o *Collection) GetNameOk() (*string, bool) + func (o *Collection) HasMetadata() bool + func (o *Collection) SetId(v string) + func (o *Collection) SetMetadata(v map[string]Metadata) + func (o *Collection) SetName(v string) + func (o Collection) MarshalJSON() ([]byte, error) + func (o Collection) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type CreateCollection struct + GetOrCreate *bool + Metadata map[string]interface{} + Name string + func NewCreateCollection(name string) *CreateCollection + func NewCreateCollectionWithDefaults() *CreateCollection + func (o *CreateCollection) GetGetOrCreate() bool + func (o *CreateCollection) GetGetOrCreateOk() (*bool, bool) + func (o *CreateCollection) GetMetadata() map[string]interface{} + func (o *CreateCollection) GetMetadataOk() (map[string]interface{}, bool) + func (o *CreateCollection) GetName() string + func (o *CreateCollection) GetNameOk() (*string, bool) + func (o *CreateCollection) HasGetOrCreate() bool + func (o *CreateCollection) HasMetadata() bool + func (o *CreateCollection) SetGetOrCreate(v bool) + func (o *CreateCollection) SetMetadata(v map[string]interface{}) + func (o *CreateCollection) SetName(v string) + func (o CreateCollection) MarshalJSON() ([]byte, error) + func (o CreateCollection) ToMap() (map[string]interface{}, error) + type CreateDatabase struct + Name string + func NewCreateDatabase(name string) *CreateDatabase + func NewCreateDatabaseWithDefaults() *CreateDatabase + func (o *CreateDatabase) GetName() string + func (o *CreateDatabase) GetNameOk() (*string, bool) + func (o *CreateDatabase) SetName(v string) + func (o CreateDatabase) MarshalJSON() ([]byte, error) + func (o CreateDatabase) ToMap() (map[string]interface{}, error) + type CreateTenant struct + Name string + func NewCreateTenant(name string) *CreateTenant + func NewCreateTenantWithDefaults() *CreateTenant + func (o *CreateTenant) GetName() string + func (o *CreateTenant) GetNameOk() (*string, bool) + func (o *CreateTenant) SetName(v string) + func (o CreateTenant) MarshalJSON() ([]byte, error) + func (o CreateTenant) ToMap() (map[string]interface{}, error) + type Database struct + Id *string + Name *string + Tenant *string + func NewDatabase() *Database + func NewDatabaseWithDefaults() *Database + func (o *Database) GetId() string + func (o *Database) GetIdOk() (*string, bool) + func (o *Database) GetName() string + func (o *Database) GetNameOk() (*string, bool) + func (o *Database) GetTenant() string + func (o *Database) GetTenantOk() (*string, bool) + func (o *Database) HasId() bool + func (o *Database) HasName() bool + func (o *Database) HasTenant() bool + func (o *Database) SetId(v string) + func (o *Database) SetName(v string) + func (o *Database) SetTenant(v string) + func (o Database) MarshalJSON() ([]byte, error) + func (o Database) ToMap() (map[string]interface{}, error) + type DefaultApiService service + func (a *DefaultApiService) Add(ctx context.Context, collectionId string) ApiAddRequest + func (a *DefaultApiService) AddExecute(r ApiAddRequest) (bool, *http.Response, error) + func (a *DefaultApiService) Count(ctx context.Context, collectionId string) ApiCountRequest + func (a *DefaultApiService) CountCollections(ctx context.Context) ApiCountCollectionsRequest + func (a *DefaultApiService) CountCollectionsExecute(r ApiCountCollectionsRequest) (int32, *http.Response, error) + func (a *DefaultApiService) CountExecute(r ApiCountRequest) (int32, *http.Response, error) + func (a *DefaultApiService) CreateCollection(ctx context.Context) ApiCreateCollectionRequest + func (a *DefaultApiService) CreateCollectionExecute(r ApiCreateCollectionRequest) (*Collection, *http.Response, error) + func (a *DefaultApiService) CreateDatabase(ctx context.Context) ApiCreateDatabaseRequest + func (a *DefaultApiService) CreateDatabaseExecute(r ApiCreateDatabaseRequest) (*Database, *http.Response, error) + func (a *DefaultApiService) CreateTenant(ctx context.Context) ApiCreateTenantRequest + func (a *DefaultApiService) CreateTenantExecute(r ApiCreateTenantRequest) (*Tenant, *http.Response, error) + func (a *DefaultApiService) Delete(ctx context.Context, collectionId string) ApiDeleteRequest + func (a *DefaultApiService) DeleteCollection(ctx context.Context, collectionName string) ApiDeleteCollectionRequest + func (a *DefaultApiService) DeleteCollectionExecute(r ApiDeleteCollectionRequest) (*Collection, *http.Response, error) + func (a *DefaultApiService) DeleteExecute(r ApiDeleteRequest) ([]string, *http.Response, error) + func (a *DefaultApiService) Get(ctx context.Context, collectionId string) ApiGetRequest + func (a *DefaultApiService) GetCollection(ctx context.Context, collectionName string) ApiGetCollectionRequest + func (a *DefaultApiService) GetCollectionExecute(r ApiGetCollectionRequest) (*Collection, *http.Response, error) + func (a *DefaultApiService) GetDatabase(ctx context.Context, database string) ApiGetDatabaseRequest + func (a *DefaultApiService) GetDatabaseExecute(r ApiGetDatabaseRequest) (*Database, *http.Response, error) + func (a *DefaultApiService) GetExecute(r ApiGetRequest) (*GetResult, *http.Response, error) + func (a *DefaultApiService) GetNearestNeighbors(ctx context.Context, collectionId string) ApiGetNearestNeighborsRequest + func (a *DefaultApiService) GetNearestNeighborsExecute(r ApiGetNearestNeighborsRequest) (*QueryResult, *http.Response, error) + func (a *DefaultApiService) GetTenant(ctx context.Context, tenant string) ApiGetTenantRequest + func (a *DefaultApiService) GetTenantExecute(r ApiGetTenantRequest) (*Tenant, *http.Response, error) + func (a *DefaultApiService) Heartbeat(ctx context.Context) ApiHeartbeatRequest + func (a *DefaultApiService) HeartbeatExecute(r ApiHeartbeatRequest) (map[string]float32, *http.Response, error) + func (a *DefaultApiService) ListCollections(ctx context.Context) ApiListCollectionsRequest + func (a *DefaultApiService) ListCollectionsExecute(r ApiListCollectionsRequest) ([]Collection, *http.Response, error) + func (a *DefaultApiService) PreFlightChecks(ctx context.Context) ApiPreFlightChecksRequest + func (a *DefaultApiService) PreFlightChecksExecute(r ApiPreFlightChecksRequest) (map[string]interface{}, *http.Response, error) + func (a *DefaultApiService) Reset(ctx context.Context) ApiResetRequest + func (a *DefaultApiService) ResetExecute(r ApiResetRequest) (bool, *http.Response, error) + func (a *DefaultApiService) Root(ctx context.Context) ApiRootRequest + func (a *DefaultApiService) RootExecute(r ApiRootRequest) (map[string]float32, *http.Response, error) + func (a *DefaultApiService) Update(ctx context.Context, collectionId string) ApiUpdateRequest + func (a *DefaultApiService) UpdateCollection(ctx context.Context, collectionId string) ApiUpdateCollectionRequest + func (a *DefaultApiService) UpdateCollectionExecute(r ApiUpdateCollectionRequest) (*Collection, *http.Response, error) + func (a *DefaultApiService) UpdateExecute(r ApiUpdateRequest) (bool, *http.Response, error) + func (a *DefaultApiService) Upsert(ctx context.Context, collectionId string) ApiUpsertRequest + func (a *DefaultApiService) UpsertExecute(r ApiUpsertRequest) (bool, *http.Response, error) + func (a *DefaultApiService) Version(ctx context.Context) ApiVersionRequest + func (a *DefaultApiService) VersionExecute(r ApiVersionRequest) (string, *http.Response, error) + type DeleteEmbedding struct + Ids []string + Where map[string]interface{} + WhereDocument map[string]interface{} + func NewDeleteEmbedding() *DeleteEmbedding + func NewDeleteEmbeddingWithDefaults() *DeleteEmbedding + func (o *DeleteEmbedding) GetIds() []string + func (o *DeleteEmbedding) GetIdsOk() ([]string, bool) + func (o *DeleteEmbedding) GetWhere() map[string]interface{} + func (o *DeleteEmbedding) GetWhereDocument() map[string]interface{} + func (o *DeleteEmbedding) GetWhereDocumentOk() (map[string]interface{}, bool) + func (o *DeleteEmbedding) GetWhereOk() (map[string]interface{}, bool) + func (o *DeleteEmbedding) HasIds() bool + func (o *DeleteEmbedding) HasWhere() bool + func (o *DeleteEmbedding) HasWhereDocument() bool + func (o *DeleteEmbedding) SetIds(v []string) + func (o *DeleteEmbedding) SetWhere(v map[string]interface{}) + func (o *DeleteEmbedding) SetWhereDocument(v map[string]interface{}) + func (o DeleteEmbedding) MarshalJSON() ([]byte, error) + func (o DeleteEmbedding) ToMap() (map[string]interface{}, error) + type EmbeddingsInner struct + ArrayOfFloat32 *[]float32 + ArrayOfInt32 *[]int32 + func (dst *EmbeddingsInner) UnmarshalJSON(data []byte) error + func (src *EmbeddingsInner) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GetEmbedding struct + Ids []string + Include []IncludeInner + Limit *int32 + Offset *int32 + Sort *string + Where map[string]interface{} + WhereDocument map[string]interface{} + func NewGetEmbedding() *GetEmbedding + func NewGetEmbeddingWithDefaults() *GetEmbedding + func (o *GetEmbedding) GetIds() []string + func (o *GetEmbedding) GetIdsOk() ([]string, bool) + func (o *GetEmbedding) GetInclude() []IncludeInner + func (o *GetEmbedding) GetIncludeOk() ([]IncludeInner, bool) + func (o *GetEmbedding) GetLimit() int32 + func (o *GetEmbedding) GetLimitOk() (*int32, bool) + func (o *GetEmbedding) GetOffset() int32 + func (o *GetEmbedding) GetOffsetOk() (*int32, bool) + func (o *GetEmbedding) GetSort() string + func (o *GetEmbedding) GetSortOk() (*string, bool) + func (o *GetEmbedding) GetWhere() map[string]interface{} + func (o *GetEmbedding) GetWhereDocument() map[string]interface{} + func (o *GetEmbedding) GetWhereDocumentOk() (map[string]interface{}, bool) + func (o *GetEmbedding) GetWhereOk() (map[string]interface{}, bool) + func (o *GetEmbedding) HasIds() bool + func (o *GetEmbedding) HasInclude() bool + func (o *GetEmbedding) HasLimit() bool + func (o *GetEmbedding) HasOffset() bool + func (o *GetEmbedding) HasSort() bool + func (o *GetEmbedding) HasWhere() bool + func (o *GetEmbedding) HasWhereDocument() bool + func (o *GetEmbedding) SetIds(v []string) + func (o *GetEmbedding) SetInclude(v []IncludeInner) + func (o *GetEmbedding) SetLimit(v int32) + func (o *GetEmbedding) SetOffset(v int32) + func (o *GetEmbedding) SetSort(v string) + func (o *GetEmbedding) SetWhere(v map[string]interface{}) + func (o *GetEmbedding) SetWhereDocument(v map[string]interface{}) + func (o GetEmbedding) MarshalJSON() ([]byte, error) + func (o GetEmbedding) ToMap() (map[string]interface{}, error) + type GetResult struct + Documents []string + Embeddings []EmbeddingsInner + Ids []string + Metadatas []map[string]interface{} + func NewGetResult(ids []string, embeddings []EmbeddingsInner, documents []string, ...) *GetResult + func NewGetResultWithDefaults() *GetResult + func (o *GetResult) GetDocuments() []string + func (o *GetResult) GetDocumentsOk() ([]string, bool) + func (o *GetResult) GetEmbeddings() []EmbeddingsInner + func (o *GetResult) GetEmbeddingsOk() ([]EmbeddingsInner, bool) + func (o *GetResult) GetIds() []string + func (o *GetResult) GetIdsOk() ([]string, bool) + func (o *GetResult) GetMetadatas() []map[string]interface{} + func (o *GetResult) GetMetadatasOk() ([]map[string]interface{}, bool) + func (o *GetResult) SetDocuments(v []string) + func (o *GetResult) SetEmbeddings(v []EmbeddingsInner) + func (o *GetResult) SetIds(v []string) + func (o *GetResult) SetMetadatas(v []map[string]interface{}) + func (o GetResult) MarshalJSON() ([]byte, error) + func (o GetResult) ToMap() (map[string]interface{}, error) + type HTTPValidationError struct + Detail []ValidationError + func NewHTTPValidationError() *HTTPValidationError + func NewHTTPValidationErrorWithDefaults() *HTTPValidationError + func (o *HTTPValidationError) GetDetail() []ValidationError + func (o *HTTPValidationError) GetDetailOk() ([]ValidationError, bool) + func (o *HTTPValidationError) HasDetail() bool + func (o *HTTPValidationError) SetDetail(v []ValidationError) + func (o HTTPValidationError) MarshalJSON() ([]byte, error) + func (o HTTPValidationError) ToMap() (map[string]interface{}, error) + type IncludeInner struct + String *string + func (dst *IncludeInner) UnmarshalJSON(data []byte) error + func (src *IncludeInner) MarshalJSON() ([]byte, error) + type LocationInner struct + Int32 *int32 + String *string + func (dst *LocationInner) UnmarshalJSON(data []byte) error + func (src *LocationInner) MarshalJSON() ([]byte, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type Metadata struct + Bool *bool + Float32 *float32 + Int32 *int32 + String *string + func (dst *Metadata) UnmarshalJSON(data []byte) error + func (src *Metadata) MarshalJSON() ([]byte, error) + type NullableAddEmbedding struct + func NewNullableAddEmbedding(val *AddEmbedding) *NullableAddEmbedding + func (v *NullableAddEmbedding) Set(val *AddEmbedding) + func (v *NullableAddEmbedding) UnmarshalJSON(src []byte) error + func (v *NullableAddEmbedding) Unset() + func (v NullableAddEmbedding) Get() *AddEmbedding + func (v NullableAddEmbedding) IsSet() bool + func (v NullableAddEmbedding) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCollection struct + func NewNullableCollection(val *Collection) *NullableCollection + func (v *NullableCollection) Set(val *Collection) + func (v *NullableCollection) UnmarshalJSON(src []byte) error + func (v *NullableCollection) Unset() + func (v NullableCollection) Get() *Collection + func (v NullableCollection) IsSet() bool + func (v NullableCollection) MarshalJSON() ([]byte, error) + type NullableCreateCollection struct + func NewNullableCreateCollection(val *CreateCollection) *NullableCreateCollection + func (v *NullableCreateCollection) Set(val *CreateCollection) + func (v *NullableCreateCollection) UnmarshalJSON(src []byte) error + func (v *NullableCreateCollection) Unset() + func (v NullableCreateCollection) Get() *CreateCollection + func (v NullableCreateCollection) IsSet() bool + func (v NullableCreateCollection) MarshalJSON() ([]byte, error) + type NullableCreateDatabase struct + func NewNullableCreateDatabase(val *CreateDatabase) *NullableCreateDatabase + func (v *NullableCreateDatabase) Set(val *CreateDatabase) + func (v *NullableCreateDatabase) UnmarshalJSON(src []byte) error + func (v *NullableCreateDatabase) Unset() + func (v NullableCreateDatabase) Get() *CreateDatabase + func (v NullableCreateDatabase) IsSet() bool + func (v NullableCreateDatabase) MarshalJSON() ([]byte, error) + type NullableCreateTenant struct + func NewNullableCreateTenant(val *CreateTenant) *NullableCreateTenant + func (v *NullableCreateTenant) Set(val *CreateTenant) + func (v *NullableCreateTenant) UnmarshalJSON(src []byte) error + func (v *NullableCreateTenant) Unset() + func (v NullableCreateTenant) Get() *CreateTenant + func (v NullableCreateTenant) IsSet() bool + func (v NullableCreateTenant) MarshalJSON() ([]byte, error) + type NullableDatabase struct + func NewNullableDatabase(val *Database) *NullableDatabase + func (v *NullableDatabase) Set(val *Database) + func (v *NullableDatabase) UnmarshalJSON(src []byte) error + func (v *NullableDatabase) Unset() + func (v NullableDatabase) Get() *Database + func (v NullableDatabase) IsSet() bool + func (v NullableDatabase) MarshalJSON() ([]byte, error) + type NullableDeleteEmbedding struct + func NewNullableDeleteEmbedding(val *DeleteEmbedding) *NullableDeleteEmbedding + func (v *NullableDeleteEmbedding) Set(val *DeleteEmbedding) + func (v *NullableDeleteEmbedding) UnmarshalJSON(src []byte) error + func (v *NullableDeleteEmbedding) Unset() + func (v NullableDeleteEmbedding) Get() *DeleteEmbedding + func (v NullableDeleteEmbedding) IsSet() bool + func (v NullableDeleteEmbedding) MarshalJSON() ([]byte, error) + type NullableEmbeddingsInner struct + func NewNullableEmbeddingsInner(val *EmbeddingsInner) *NullableEmbeddingsInner + func (v *NullableEmbeddingsInner) Set(val *EmbeddingsInner) + func (v *NullableEmbeddingsInner) UnmarshalJSON(src []byte) error + func (v *NullableEmbeddingsInner) Unset() + func (v NullableEmbeddingsInner) Get() *EmbeddingsInner + func (v NullableEmbeddingsInner) IsSet() bool + func (v NullableEmbeddingsInner) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGetEmbedding struct + func NewNullableGetEmbedding(val *GetEmbedding) *NullableGetEmbedding + func (v *NullableGetEmbedding) Set(val *GetEmbedding) + func (v *NullableGetEmbedding) UnmarshalJSON(src []byte) error + func (v *NullableGetEmbedding) Unset() + func (v NullableGetEmbedding) Get() *GetEmbedding + func (v NullableGetEmbedding) IsSet() bool + func (v NullableGetEmbedding) MarshalJSON() ([]byte, error) + type NullableGetResult struct + func NewNullableGetResult(val *GetResult) *NullableGetResult + func (v *NullableGetResult) Set(val *GetResult) + func (v *NullableGetResult) UnmarshalJSON(src []byte) error + func (v *NullableGetResult) Unset() + func (v NullableGetResult) Get() *GetResult + func (v NullableGetResult) IsSet() bool + func (v NullableGetResult) MarshalJSON() ([]byte, error) + type NullableHTTPValidationError struct + func NewNullableHTTPValidationError(val *HTTPValidationError) *NullableHTTPValidationError + func (v *NullableHTTPValidationError) Set(val *HTTPValidationError) + func (v *NullableHTTPValidationError) UnmarshalJSON(src []byte) error + func (v *NullableHTTPValidationError) Unset() + func (v NullableHTTPValidationError) Get() *HTTPValidationError + func (v NullableHTTPValidationError) IsSet() bool + func (v NullableHTTPValidationError) MarshalJSON() ([]byte, error) + type NullableIncludeInner struct + func NewNullableIncludeInner(val *IncludeInner) *NullableIncludeInner + func (v *NullableIncludeInner) Set(val *IncludeInner) + func (v *NullableIncludeInner) UnmarshalJSON(src []byte) error + func (v *NullableIncludeInner) Unset() + func (v NullableIncludeInner) Get() *IncludeInner + func (v NullableIncludeInner) IsSet() bool + func (v NullableIncludeInner) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableLocationInner struct + func NewNullableLocationInner(val *LocationInner) *NullableLocationInner + func (v *NullableLocationInner) Set(val *LocationInner) + func (v *NullableLocationInner) UnmarshalJSON(src []byte) error + func (v *NullableLocationInner) Unset() + func (v NullableLocationInner) Get() *LocationInner + func (v NullableLocationInner) IsSet() bool + func (v NullableLocationInner) MarshalJSON() ([]byte, error) + type NullableMetadata struct + func NewNullableMetadata(val *Metadata) *NullableMetadata + func (v *NullableMetadata) Set(val *Metadata) + func (v *NullableMetadata) UnmarshalJSON(src []byte) error + func (v *NullableMetadata) Unset() + func (v NullableMetadata) Get() *Metadata + func (v NullableMetadata) IsSet() bool + func (v NullableMetadata) MarshalJSON() ([]byte, error) + type NullableQueryEmbedding struct + func NewNullableQueryEmbedding(val *QueryEmbedding) *NullableQueryEmbedding + func (v *NullableQueryEmbedding) Set(val *QueryEmbedding) + func (v *NullableQueryEmbedding) UnmarshalJSON(src []byte) error + func (v *NullableQueryEmbedding) Unset() + func (v NullableQueryEmbedding) Get() *QueryEmbedding + func (v NullableQueryEmbedding) IsSet() bool + func (v NullableQueryEmbedding) MarshalJSON() ([]byte, error) + type NullableQueryResult struct + func NewNullableQueryResult(val *QueryResult) *NullableQueryResult + func (v *NullableQueryResult) Set(val *QueryResult) + func (v *NullableQueryResult) UnmarshalJSON(src []byte) error + func (v *NullableQueryResult) Unset() + func (v NullableQueryResult) Get() *QueryResult + func (v NullableQueryResult) IsSet() bool + func (v NullableQueryResult) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTenant struct + func NewNullableTenant(val *Tenant) *NullableTenant + func (v *NullableTenant) Set(val *Tenant) + func (v *NullableTenant) UnmarshalJSON(src []byte) error + func (v *NullableTenant) Unset() + func (v NullableTenant) Get() *Tenant + func (v NullableTenant) IsSet() bool + func (v NullableTenant) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUpdateCollection struct + func NewNullableUpdateCollection(val *UpdateCollection) *NullableUpdateCollection + func (v *NullableUpdateCollection) Set(val *UpdateCollection) + func (v *NullableUpdateCollection) UnmarshalJSON(src []byte) error + func (v *NullableUpdateCollection) Unset() + func (v NullableUpdateCollection) Get() *UpdateCollection + func (v NullableUpdateCollection) IsSet() bool + func (v NullableUpdateCollection) MarshalJSON() ([]byte, error) + type NullableUpdateEmbedding struct + func NewNullableUpdateEmbedding(val *UpdateEmbedding) *NullableUpdateEmbedding + func (v *NullableUpdateEmbedding) Set(val *UpdateEmbedding) + func (v *NullableUpdateEmbedding) UnmarshalJSON(src []byte) error + func (v *NullableUpdateEmbedding) Unset() + func (v NullableUpdateEmbedding) Get() *UpdateEmbedding + func (v NullableUpdateEmbedding) IsSet() bool + func (v NullableUpdateEmbedding) MarshalJSON() ([]byte, error) + type NullableValidationError struct + func NewNullableValidationError(val *ValidationError) *NullableValidationError + func (v *NullableValidationError) Set(val *ValidationError) + func (v *NullableValidationError) UnmarshalJSON(src []byte) error + func (v *NullableValidationError) Unset() + func (v NullableValidationError) Get() *ValidationError + func (v NullableValidationError) IsSet() bool + func (v NullableValidationError) MarshalJSON() ([]byte, error) + type QueryEmbedding struct + Include []IncludeInner + NResults *int32 + QueryEmbeddings []EmbeddingsInner + Where map[string]interface{} + WhereDocument map[string]interface{} + func NewQueryEmbedding(queryEmbeddings []EmbeddingsInner) *QueryEmbedding + func NewQueryEmbeddingWithDefaults() *QueryEmbedding + func (o *QueryEmbedding) GetInclude() []IncludeInner + func (o *QueryEmbedding) GetIncludeOk() ([]IncludeInner, bool) + func (o *QueryEmbedding) GetNResults() int32 + func (o *QueryEmbedding) GetNResultsOk() (*int32, bool) + func (o *QueryEmbedding) GetQueryEmbeddings() []EmbeddingsInner + func (o *QueryEmbedding) GetQueryEmbeddingsOk() ([]EmbeddingsInner, bool) + func (o *QueryEmbedding) GetWhere() map[string]interface{} + func (o *QueryEmbedding) GetWhereDocument() map[string]interface{} + func (o *QueryEmbedding) GetWhereDocumentOk() (map[string]interface{}, bool) + func (o *QueryEmbedding) GetWhereOk() (map[string]interface{}, bool) + func (o *QueryEmbedding) HasInclude() bool + func (o *QueryEmbedding) HasNResults() bool + func (o *QueryEmbedding) HasWhere() bool + func (o *QueryEmbedding) HasWhereDocument() bool + func (o *QueryEmbedding) SetInclude(v []IncludeInner) + func (o *QueryEmbedding) SetNResults(v int32) + func (o *QueryEmbedding) SetQueryEmbeddings(v []EmbeddingsInner) + func (o *QueryEmbedding) SetWhere(v map[string]interface{}) + func (o *QueryEmbedding) SetWhereDocument(v map[string]interface{}) + func (o QueryEmbedding) MarshalJSON() ([]byte, error) + func (o QueryEmbedding) ToMap() (map[string]interface{}, error) + type QueryResult struct + Distances [][]float32 + Documents [][]string + Embeddings [][]EmbeddingsInner + Ids [][]string + Metadatas [][]map[string]interface{} + func NewQueryResult(ids [][]string, embeddings [][]EmbeddingsInner, documents [][]string, ...) *QueryResult + func NewQueryResultWithDefaults() *QueryResult + func (o *QueryResult) GetDistances() [][]float32 + func (o *QueryResult) GetDistancesOk() ([][]float32, bool) + func (o *QueryResult) GetDocuments() [][]string + func (o *QueryResult) GetDocumentsOk() ([][]string, bool) + func (o *QueryResult) GetEmbeddings() [][]EmbeddingsInner + func (o *QueryResult) GetEmbeddingsOk() ([][]EmbeddingsInner, bool) + func (o *QueryResult) GetIds() [][]string + func (o *QueryResult) GetIdsOk() ([][]string, bool) + func (o *QueryResult) GetMetadatas() [][]map[string]interface{} + func (o *QueryResult) GetMetadatasOk() ([][]map[string]interface{}, bool) + func (o *QueryResult) SetDistances(v [][]float32) + func (o *QueryResult) SetDocuments(v [][]string) + func (o *QueryResult) SetEmbeddings(v [][]EmbeddingsInner) + func (o *QueryResult) SetIds(v [][]string) + func (o *QueryResult) SetMetadatas(v [][]map[string]interface{}) + func (o QueryResult) MarshalJSON() ([]byte, error) + func (o QueryResult) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type Tenant struct + Name *string + func NewTenant() *Tenant + func NewTenantWithDefaults() *Tenant + func (o *Tenant) GetName() string + func (o *Tenant) GetNameOk() (*string, bool) + func (o *Tenant) HasName() bool + func (o *Tenant) SetName(v string) + func (o Tenant) MarshalJSON() ([]byte, error) + func (o Tenant) ToMap() (map[string]interface{}, error) + type UpdateCollection struct + NewMetadata map[string]interface{} + NewName *string + func NewUpdateCollection() *UpdateCollection + func NewUpdateCollectionWithDefaults() *UpdateCollection + func (o *UpdateCollection) GetNewMetadata() map[string]interface{} + func (o *UpdateCollection) GetNewMetadataOk() (map[string]interface{}, bool) + func (o *UpdateCollection) GetNewName() string + func (o *UpdateCollection) GetNewNameOk() (*string, bool) + func (o *UpdateCollection) HasNewMetadata() bool + func (o *UpdateCollection) HasNewName() bool + func (o *UpdateCollection) SetNewMetadata(v map[string]interface{}) + func (o *UpdateCollection) SetNewName(v string) + func (o UpdateCollection) MarshalJSON() ([]byte, error) + func (o UpdateCollection) ToMap() (map[string]interface{}, error) + type UpdateEmbedding struct + Documents []string + Embeddings []EmbeddingsInner + Ids []string + Metadatas []map[string]interface{} + func NewUpdateEmbedding(ids []string) *UpdateEmbedding + func NewUpdateEmbeddingWithDefaults() *UpdateEmbedding + func (o *UpdateEmbedding) GetDocuments() []string + func (o *UpdateEmbedding) GetDocumentsOk() ([]string, bool) + func (o *UpdateEmbedding) GetEmbeddings() []EmbeddingsInner + func (o *UpdateEmbedding) GetEmbeddingsOk() ([]EmbeddingsInner, bool) + func (o *UpdateEmbedding) GetIds() []string + func (o *UpdateEmbedding) GetIdsOk() ([]string, bool) + func (o *UpdateEmbedding) GetMetadatas() []map[string]interface{} + func (o *UpdateEmbedding) GetMetadatasOk() ([]map[string]interface{}, bool) + func (o *UpdateEmbedding) HasDocuments() bool + func (o *UpdateEmbedding) HasEmbeddings() bool + func (o *UpdateEmbedding) HasMetadatas() bool + func (o *UpdateEmbedding) SetDocuments(v []string) + func (o *UpdateEmbedding) SetEmbeddings(v []EmbeddingsInner) + func (o *UpdateEmbedding) SetIds(v []string) + func (o *UpdateEmbedding) SetMetadatas(v []map[string]interface{}) + func (o UpdateEmbedding) MarshalJSON() ([]byte, error) + func (o UpdateEmbedding) ToMap() (map[string]interface{}, error) + type ValidationError struct + Loc []LocationInner + Msg string + Type string + func NewValidationError(loc []LocationInner, msg string, type_ string) *ValidationError + func NewValidationErrorWithDefaults() *ValidationError + func (o *ValidationError) GetLoc() []LocationInner + func (o *ValidationError) GetLocOk() ([]LocationInner, bool) + func (o *ValidationError) GetMsg() string + func (o *ValidationError) GetMsgOk() (*string, bool) + func (o *ValidationError) GetType() string + func (o *ValidationError) GetTypeOk() (*string, bool) + func (o *ValidationError) SetLoc(v []LocationInner) + func (o *ValidationError) SetMsg(v string) + func (o *ValidationError) SetType(v string) + func (o ValidationError) MarshalJSON() ([]byte, error) + func (o ValidationError) ToMap() (map[string]interface{}, error)