| 1234567891011121314151617181920212223242526272829303132 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: grpc_m/vector_service.proto
- # Protobuf Python Version: 4.25.0
- """Generated protocol buffer code."""
- from google.protobuf import descriptor as _descriptor
- from google.protobuf import descriptor_pool as _descriptor_pool
- from google.protobuf import symbol_database as _symbol_database
- from google.protobuf.internal import builder as _builder
- # @@protoc_insertion_point(imports)
- _sym_db = _symbol_database.Default()
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bgrpc_m/vector_service.proto\x12\x06grpc_m\"M\n\x16SaveDocToVectorRequest\x12\x13\n\x0b\x63\x61tegory_id\x18\x01 \x01(\t\x12\x1e\n\x16user_doc_relative_path\x18\x02 \x01(\t\"<\n\x17SaveDocToVectorResponse\x12!\n\x06status\x18\x01 \x01(\x0e\x32\x11.grpc_m.ErrorCode*H\n\tErrorCode\x12\x0b\n\x07SUCCESS\x10\x00\x12\x15\n\x11\x44OC_CONVERT_ERROR\x10\x01\x12\x17\n\x13VECTOR_SERVER_ERROR\x10\x02\x32\x65\n\rVectorService\x12T\n\x0fSaveDocToVector\x12\x1e.grpc_m.SaveDocToVectorRequest\x1a\x1f.grpc_m.SaveDocToVectorResponse\"\x00\x62\x06proto3')
- _globals = globals()
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'grpc_m.vector_service_pb2', _globals)
- if _descriptor._USE_C_DESCRIPTORS == False:
- DESCRIPTOR._options = None
- _globals['_ERRORCODE']._serialized_start=180
- _globals['_ERRORCODE']._serialized_end=252
- _globals['_SAVEDOCTOVECTORREQUEST']._serialized_start=39
- _globals['_SAVEDOCTOVECTORREQUEST']._serialized_end=116
- _globals['_SAVEDOCTOVECTORRESPONSE']._serialized_start=118
- _globals['_SAVEDOCTOVECTORRESPONSE']._serialized_end=178
- _globals['_VECTORSERVICE']._serialized_start=254
- _globals['_VECTORSERVICE']._serialized_end=355
- # @@protoc_insertion_point(module_scope)
|