Spaces:
Sleeping
Sleeping
# -*- coding: utf-8 -*- | |
# Generated by the protocol buffer compiler. DO NOT EDIT! | |
# source: proto/entity.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\x12proto/entity.proto\x12\x06\x66inllm\"0\n\x06\x45ntity\x12\x11\n\tentity_id\x18\x01 \x01(\t\x12\x13\n\x0b\x65ntity_name\x18\x02 \x01(\t\"\x99\x01\n\x0cRelationship\x12\x17\n\x0frelationship_id\x18\x01 \x01(\t\x12\x12\n\nstart_date\x18\x02 \x01(\t\x12\x10\n\x08\x65nd_date\x18\x03 \x01(\t\x12\x13\n\x0bsource_text\x18\x04 \x01(\t\x12\x35\n\x12predicted_movement\x18\x05 \x01(\x0e\x32\x19.finllm.PredictedMovement\"\x88\x01\n\x12\x45ntityRelationship\x12#\n\x0b\x66rom_entity\x18\x01 \x01(\x0b\x32\x0e.finllm.Entity\x12*\n\x0crelationship\x18\x02 \x01(\x0b\x32\x14.finllm.Relationship\x12!\n\tto_entity\x18\x03 \x01(\x0b\x32\x0e.finllm.Entity\"P\n\x14\x45ntityKnowledgeGraph\x12\x38\n\x14\x65ntity_relationships\x18\x01 \x03(\x0b\x32\x1a.finllm.EntityRelationship*\x99\x01\n\x11PredictedMovement\x12\"\n\x1ePREDICTED_MOVEMENT_UNSPECIFIED\x10\x00\x12\x1e\n\x1aPREDICTED_MOVEMENT_NEUTRAL\x10\x01\x12\x1f\n\x1bPREDICTED_MOVEMENT_INCREASE\x10\x02\x12\x1f\n\x1bPREDICTED_MOVEMENT_DECREASE\x10\x03\x62\x06proto3') | |
_globals = globals() | |
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) | |
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'proto.entity_pb2', _globals) | |
if not _descriptor._USE_C_DESCRIPTORS: | |
DESCRIPTOR._loaded_options = None | |
_globals['_PREDICTEDMOVEMENT']._serialized_start=458 | |
_globals['_PREDICTEDMOVEMENT']._serialized_end=611 | |
_globals['_ENTITY']._serialized_start=30 | |
_globals['_ENTITY']._serialized_end=78 | |
_globals['_RELATIONSHIP']._serialized_start=81 | |
_globals['_RELATIONSHIP']._serialized_end=234 | |
_globals['_ENTITYRELATIONSHIP']._serialized_start=237 | |
_globals['_ENTITYRELATIONSHIP']._serialized_end=373 | |
_globals['_ENTITYKNOWLEDGEGRAPH']._serialized_start=375 | |
_globals['_ENTITYKNOWLEDGEGRAPH']._serialized_end=455 | |
# @@protoc_insertion_point(module_scope) | |