brk-code

weaviate-python-client の API リファレンス

weaviate-python-client (weaviate/weaviate-python-client) の公開 API 102 件 —— クラス 80、関数 12、メソッド 10。実際のソースを静的解析して抽出した正確なシグネチャを掲載しています。

リポジトリ: weaviate/weaviate-python-client

種別件数
クラス80
関数12
メソッド10

API 一覧

classweaviate.aliases.alias.AliasReturn
Returned aliases from Weaviate.
classweaviate.backup.backup.BackupListReturn
Return type of the backup list method.
classweaviate.backup.backup.BackupReturn
Return type of the backup creation and restore methods.
classweaviate.backup.backup.BackupStatus
The status of a backup.
classweaviate.backup.backup.BackupStatusReturn
Return type of the backup status methods.
classweaviate.backup.backup.BackupStorage
Which backend should be used to write the backup to.
classweaviate.backup.backup_location.BackupLocation
The dynamic path of a backup.
classweaviate.cluster.models.NodeStatistics
RAFT cluster statistics for a single node.
classweaviate.cluster.models.RaftStats
RAFT consensus statistics for a node.
classweaviate.cluster.models.ReplicateOperationState
Enum for replication operation states.
classweaviate.cluster.models.ReplicationType
Enum for replication types.
classweaviate.cluster.models.ShardReplicas
Class representing a shard replica.
classweaviate.cluster.models.ShardingState
Class representing the sharding state of a collection.
methodweaviate.collections.batch.base.BatchRequest.aadd(item:TBatchInput) -> None
Asynchronously add an item to the BatchRequest.
methodweaviate.collections.batch.base.BatchRequest.add(item:TBatchInput) -> None
Add an item to the BatchRequest.
methodweaviate.collections.batch.base.BatchRequest.prepend(item:List[TBatchInput]) -> None
Add items to the front of the BatchRequest.
classweaviate.collections.classes.aggregate.AggregateBoolean
The aggregation result for a boolean property.
classweaviate.collections.classes.aggregate.AggregateDate
The aggregation result for a date property.
classweaviate.collections.classes.aggregate.AggregateInteger
The aggregation result for an int property.
classweaviate.collections.classes.aggregate.AggregateNumber
The aggregation result for a number property.
classweaviate.collections.classes.aggregate.AggregateReturn
The aggregation result for a collection.
classweaviate.collections.classes.aggregate.AggregateText
The aggregation result for a text property.
classweaviate.collections.classes.aggregate.GroupedBy
The property that the collection was grouped by.
classweaviate.collections.classes.aggregate.TopOccurrence
The top occurrence of a text property.
classweaviate.collections.classes.batch.BatchObject
A Weaviate object to be added to the database.
classweaviate.collections.classes.batch.BatchReference
A reference between two objects in Weaviate.
classweaviate.collections.classes.cluster.Node
The properties of a single node in the cluster.
classweaviate.collections.classes.cluster.Shard
The properties of a single shard of a collection.
classweaviate.collections.classes.cluster.Stats
The statistics of a collection.
classweaviate.collections.classes.config.DataType
The available primitive data types in Weaviate.
classweaviate.collections.classes.config.Rerankers
The available reranker modules in Weaviate.
classweaviate.collections.classes.config.StopwordsPreset
Preset stopwords to use in the `Stopwords` class.
classweaviate.collections.classes.config_vector_index.PQEncoderDistribution
Distribution of the PQ encoder.
classweaviate.collections.classes.config_vector_index.PQEncoderType
Type of the PQ encoder.
classweaviate.collections.classes.config_vector_index.VectorIndexType
The available vector index types in Weaviate.
methodweaviate.collections.classes.filters.Filter.not_(filter_:_Filters) -> _Filters
Negate the filter with a NOT operator.
classweaviate.collections.classes.grpc.BM25OperatorAnd
Define the 'And' operator for keyword queries.
classweaviate.collections.classes.grpc.BM25OperatorOr
Define the 'Or' operator for keyword queries.
methodweaviate.collections.classes.grpc.Sort.by_creation_time(ascending:bool=True) -> Sorting
Sort by an object's creation time.
methodweaviate.collections.classes.grpc.Sort.by_id(ascending:bool=True) -> Sorting
Sort by an object's ID in the collection.
methodweaviate.collections.classes.grpc.Sort.by_property(name:str, ascending:bool=True) -> Sorting
Sort by an object property in the collection.
methodweaviate.collections.classes.grpc.Sort.by_update_time(ascending:bool=True) -> Sorting
Sort by an object's last update time.
classweaviate.collections.classes.internal.Group
A group of objects returned in a group by query.
classweaviate.collections.classes.internal.MetadataReturn
Metadata of an object returned by a query.
classweaviate.collections.classes.internal.ShardProfileReturn
Profiling data for a single shard.
classweaviate.collections.classes.tenants.Tenant
Tenant class used to describe a tenant in Weaviate.
classweaviate.collections.classes.tenants.TenantOutput
Wrapper around Tenant for output purposes.
classweaviate.collections.classes.types.GeoCoordinate
Input for the geo-coordinate datatype.
classweaviate.collections.classes.types.PhoneNumber
Input for the phone number datatype.
methodweaviate.collections.collection.sync.Collection.exists() -> bool
Check if the collection exists in Weaviate.
classweaviate.config.Timeout
Timeouts for the different operations in the client.
classweaviate.exceptions.AdditionalPropertiesError
Additional properties were provided multiple times.
classweaviate.exceptions.AuthenticationFailedError
Authentication Failed Exception.
classweaviate.exceptions.BackupCanceledError
Backup canceled Exception.
classweaviate.exceptions.BackupFailedError
Backup Failed Exception.
classweaviate.exceptions.ExportCanceledError
Export Canceled Exception.
classweaviate.exceptions.ExportFailedError
Export Failed Exception.
classweaviate.exceptions.MissingScopeError
Scope was not provided with client credential flow.
classweaviate.exceptions.ObjectAlreadyExistsError
Object Already Exists Exception.
classweaviate.exceptions.SchemaValidationError
Schema Validation Exception.
classweaviate.exceptions.WeaviateAddInvalidPropertyError
Is raised when adding an invalid new property.
classweaviate.exceptions.WeaviateBaseError
Weaviate base exception that all Weaviate exceptions should inherit from.
classweaviate.exceptions.WeaviateBatchValidationError
Is raised when a batch validation error occurs.
classweaviate.exceptions.WeaviateConnectionError
Is raised when the connection to Weaviate fails.
classweaviate.exceptions.WeaviateEmbeddedInvalidVersionError
Invalid version provided to Weaviate embedded.
classweaviate.exceptions.WeaviateInsertInvalidPropertyError
Is raised when inserting an invalid property.
classweaviate.exceptions.WeaviateInsertManyAllFailedError
Is raised when all objects fail to be inserted.
classweaviate.exceptions.WeaviateInvalidInputError
Is raised if the input to a function is invalid.
classweaviate.exceptions.WeaviateTimeoutError
Is raised when a request to Weaviate times out.
classweaviate.export.export.ExportCreateReturn
Return type of the export creation method.
classweaviate.export.export.ExportFileFormat
Which file format should be used for the export.
classweaviate.export.export.ExportStatus
The status of an export.
classweaviate.export.export.ExportStatusReturn
Return type of the export status method.
classweaviate.export.export.ShardExportStatus
The status of an individual shard export.
classweaviate.export.export.ShardProgress
Progress of a single shard export.
classweaviate.gql.filter.Filter
A base abstract class for all filters.
classweaviate.gql.filter.NearAudio
NearAudio class used to filter weaviate objects.
classweaviate.gql.filter.NearDepth
NearDepth class used to filter weaviate objects.
classweaviate.gql.filter.NearIMU
NearIMU class used to filter weaviate objects.
classweaviate.gql.filter.NearImage
NearImage class used to filter weaviate objects.
classweaviate.gql.filter.NearObject
NearObject class used to filter weaviate objects.
classweaviate.gql.filter.NearText
NearText class used to filter weaviate objects.
classweaviate.gql.filter.NearThermal
NearThermal class used to filter weaviate objects.
classweaviate.gql.filter.NearVector
NearVector class used to filter weaviate objects.
classweaviate.gql.filter.NearVideo
NearVideo class used to filter weaviate objects.
classweaviate.gql.filter.Sort
Sort filter class used to sort weaviate objects.
methodweaviate.gql.filter.Sort.add(content:Union[dict, list]) -> None
Add more sort clauses to the already existing sort clauses.
classweaviate.gql.filter.Where
Where filter class used to filter weaviate objects.
classweaviate.rbac.models.RoleScope
Scope of the role permission.
classweaviate.tokenization.models.TokenizeResult
Result of a tokenization operation.
funcweaviate.util.check_batch_result(results:Optional[List[Dict[str, Any]]]) -> None
Check batch results for errors.
funcweaviate.util.docstring_deprecated(details:str='', deprecated_in:str='') -> Callable
Stdlib replacement for ``deprecation.deprecated``.
funcweaviate.util.file_decoder_b64(encoded_file:str) -> bytes
Decode file from a Weaviate format image.
funcweaviate.util.file_encoder_b64(file_or_file_path:Union[str, Path, io.BufferedReader]) -> str
Encode a file in a Weaviate understandable format.
funcweaviate.util.get_domain_from_weaviate_url(url:str) -> str
Get the domain from a weaviate URL.
funcweaviate.util.get_valid_uuid(uuid:Union[str, uuid_lib.UUID]) -> str
Validate and extract the UUID.
funcweaviate.util.get_vector(vector:Sequence) -> Sequence[float]
Get weaviate compatible format of the embedding vector.
funcweaviate.util.image_decoder_b64(encoded_image:str) -> bytes
Decode image from a Weaviate format image.
funcweaviate.util.is_object_url(url:str) -> bool
Validates an Weaviater object URL.
funcweaviate.util.is_weaviate_object_url(url:str) -> bool
Checks if the input follows a normal Weaviate 'beacon'.
funcweaviate.util.parse_blob(media:BLOB_INPUT) -> str
Parse a blob input to a base64 encoded string.
funcweaviate.util.parse_version_string(ver_str:str) -> tuple
Parse a version string into a float.

この情報について

掲載しているシグネチャは weaviate/weaviate-python-client の公開ソースコードを Python の ast モジュールで静的解析し、引数名・デフォルト値・ 型注釈・戻り値型をそのまま抽出したものです。実装コードは保存していません。 詳しくは仕組みの解説をご覧ください。

収録ライブラリ一覧(全 805 件)へ戻る