weaviate.proto.v1 package

Submodules

weaviate.proto.v1.base_pb2 module

Generated protocol buffer code.

weaviate.proto.v1.base_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

weaviate.proto.v1.batch_pb2 module

Generated protocol buffer code.

weaviate.proto.v1.batch_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

weaviate.proto.v1.search_get_pb2 module

Generated protocol buffer code.

weaviate.proto.v1.search_get_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

weaviate.proto.v1.weaviate_pb2 module

Generated protocol buffer code.

weaviate.proto.v1.weaviate_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

class weaviate.proto.v1.weaviate_pb2_grpc.Weaviate[source]

Bases: object

Missing associated documentation comment in .proto file.

static BatchDelete(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static BatchObjects(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static Search(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
class weaviate.proto.v1.weaviate_pb2_grpc.WeaviateServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

BatchDelete(request, context)[source]

Missing associated documentation comment in .proto file.

BatchObjects(request, context)[source]

Missing associated documentation comment in .proto file.

Search(request, context)[source]

Missing associated documentation comment in .proto file.

class weaviate.proto.v1.weaviate_pb2_grpc.WeaviateStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

Constructor.

Args:

channel: A grpc.Channel.

weaviate.proto.v1.weaviate_pb2_grpc.add_WeaviateServicer_to_server(servicer, server)[source]