# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/chunk.proto # Protobuf Python Version: 5.26.1 """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\x11proto/chunk.proto\x12\x06\x66inllm\"D\n\x08\x44ocument\x12\x11\n\tfile_path\x18\x01 \x01(\t\x12\x0f\n\x07\x61uthors\x18\x02 \x01(\t\x12\x14\n\x0cpublish_date\x18\x03 \x01(\t\"\xbe\x01\n\x05\x43hunk\x12\x10\n\x08\x63hunk_id\x18\x01 \x01(\t\x12\x12\n\nchunk_text\x18\x02 \x01(\t\x12%\n\nchunk_type\x18\x03 \x01(\x0e\x32\x11.finllm.ChunkType\x12\x13\n\x0b\x63hunk_index\x18\x04 \x01(\x03\x12\x19\n\x0fparent_chunk_id\x18\x05 \x01(\tH\x00\x12$\n\x08\x64ocument\x18\x06 \x01(\x0b\x32\x10.finllm.DocumentH\x00\x42\x12\n\x10parent_reference*k\n\tChunkType\x12\x16\n\x12\x43HUNK_TYPE_UNKNOWN\x10\x00\x12\x17\n\x13\x43HUNK_TYPE_SENTENCE\x10\x01\x12\x18\n\x14\x43HUNK_TYPE_PARAGRAPH\x10\x02\x12\x13\n\x0f\x43HUNK_TYPE_PAGE\x10\x03\x62\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'proto.chunk_pb2', _globals) if not _descriptor._USE_C_DESCRIPTORS: DESCRIPTOR._loaded_options = None _globals['_CHUNKTYPE']._serialized_start=292 _globals['_CHUNKTYPE']._serialized_end=399 _globals['_DOCUMENT']._serialized_start=29 _globals['_DOCUMENT']._serialized_end=97 _globals['_CHUNK']._serialized_start=100 _globals['_CHUNK']._serialized_end=290 # @@protoc_insertion_point(module_scope)