2023-11-14 10:53:07 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2023-11-14 11:41:35 +00:00
|
|
|
# source: ai.proto
|
2023-11-14 10:53:07 +00:00
|
|
|
"""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()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-11-14 11:41:35 +00:00
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x08\x61i.proto\"Y\n\x12\x41\x64\x64\x44ocumentRequest\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x0f\n\x07user_id\x18\x02 \x01(\x04\x12\x10\n\x08\x64\x61tabase\x18\x03 \x01(\t\x12\x12\n\ncollection\x18\x04 \x01(\t\"\x1e\n\x10\x41\x64\x64\x44ocumentReply\x12\n\n\x02id\x18\x01 \x01(\t2C\n\x08LLMQuery\x12\x37\n\x0b\x41\x64\x64\x44ocument\x12\x13.AddDocumentRequest\x1a\x11.AddDocumentReply\"\x00\x62\x06proto3')
|
2023-11-14 10:53:07 +00:00
|
|
|
|
|
|
|
_globals = globals()
|
|
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
2023-11-14 11:41:35 +00:00
|
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ai_pb2', _globals)
|
2023-11-14 10:53:07 +00:00
|
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
|
DESCRIPTOR._options = None
|
2023-11-14 11:41:35 +00:00
|
|
|
_globals['_ADDDOCUMENTREQUEST']._serialized_start=12
|
|
|
|
_globals['_ADDDOCUMENTREQUEST']._serialized_end=101
|
|
|
|
_globals['_ADDDOCUMENTREPLY']._serialized_start=103
|
|
|
|
_globals['_ADDDOCUMENTREPLY']._serialized_end=133
|
|
|
|
_globals['_LLMQUERY']._serialized_start=135
|
|
|
|
_globals['_LLMQUERY']._serialized_end=202
|
2023-11-14 10:53:07 +00:00
|
|
|
# @@protoc_insertion_point(module_scope)
|