nucliadb-protos 6.3.7.post4114__py3-none-any.whl → 6.3.7.post4119__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- build.py +0 -3
- nucliadb_protos/audit_pb2.py +25 -38
- nucliadb_protos/audit_pb2.pyi +8 -2
- nucliadb_protos/knowledgebox_pb2.py +91 -97
- nucliadb_protos/knowledgebox_pb2.pyi +41 -20
- nucliadb_protos/train_pb2.py +0 -32
- nucliadb_protos/train_pb2.pyi +3 -1
- nucliadb_protos/train_pb2_grpc.pyi +3 -1
- nucliadb_protos/writer_pb2.py +135 -155
- nucliadb_protos/writer_pb2.pyi +4 -53
- nucliadb_protos/writer_pb2_grpc.pyi +3 -27
- {nucliadb_protos-6.3.7.post4114.dist-info → nucliadb_protos-6.3.7.post4119.dist-info}/METADATA +1 -1
- nucliadb_protos-6.3.7.post4119.dist-info/RECORD +37 -0
- nucliadb_protos/nodereader_pb2.py +0 -179
- nucliadb_protos/nodereader_pb2.pyi +0 -1523
- nucliadb_protos/nodereader_pb2_grpc.py +0 -579
- nucliadb_protos/nodereader_pb2_grpc.pyi +0 -288
- nucliadb_protos/noderesources_pb2.py +0 -155
- nucliadb_protos/noderesources_pb2.pyi +0 -993
- nucliadb_protos/nodewriter_pb2.py +0 -90
- nucliadb_protos/nodewriter_pb2.pyi +0 -348
- nucliadb_protos/nodewriter_pb2_grpc.py +0 -571
- nucliadb_protos/nodewriter_pb2_grpc.pyi +0 -256
- nucliadb_protos-6.3.7.post4114.dist-info/RECORD +0 -47
- {nucliadb_protos-6.3.7.post4114.dist-info → nucliadb_protos-6.3.7.post4119.dist-info}/WHEEL +0 -0
- {nucliadb_protos-6.3.7.post4114.dist-info → nucliadb_protos-6.3.7.post4119.dist-info}/entry_points.txt +0 -0
nucliadb_protos/writer_pb2.py
CHANGED
@@ -23,29 +23,12 @@ _sym_db = _symbol_database.Default()
|
|
23
23
|
|
24
24
|
|
25
25
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
26
|
-
from nucliadb_protos import noderesources_pb2 as nucliadb__protos_dot_noderesources__pb2
|
27
|
-
try:
|
28
|
-
nucliadb__protos_dot_utils__pb2 = nucliadb__protos_dot_noderesources__pb2.nucliadb__protos_dot_utils__pb2
|
29
|
-
except AttributeError:
|
30
|
-
nucliadb__protos_dot_utils__pb2 = nucliadb__protos_dot_noderesources__pb2.nucliadb_protos.utils_pb2
|
31
26
|
from nucliadb_protos import resources_pb2 as nucliadb__protos_dot_resources__pb2
|
32
27
|
try:
|
33
28
|
nucliadb__protos_dot_utils__pb2 = nucliadb__protos_dot_resources__pb2.nucliadb__protos_dot_utils__pb2
|
34
29
|
except AttributeError:
|
35
30
|
nucliadb__protos_dot_utils__pb2 = nucliadb__protos_dot_resources__pb2.nucliadb_protos.utils_pb2
|
36
31
|
from nucliadb_protos import knowledgebox_pb2 as nucliadb__protos_dot_knowledgebox__pb2
|
37
|
-
try:
|
38
|
-
nucliadb__protos_dot_utils__pb2 = nucliadb__protos_dot_knowledgebox__pb2.nucliadb__protos_dot_utils__pb2
|
39
|
-
except AttributeError:
|
40
|
-
nucliadb__protos_dot_utils__pb2 = nucliadb__protos_dot_knowledgebox__pb2.nucliadb_protos.utils_pb2
|
41
|
-
try:
|
42
|
-
nucliadb__protos_dot_nodewriter__pb2 = nucliadb__protos_dot_knowledgebox__pb2.nucliadb__protos_dot_nodewriter__pb2
|
43
|
-
except AttributeError:
|
44
|
-
nucliadb__protos_dot_nodewriter__pb2 = nucliadb__protos_dot_knowledgebox__pb2.nucliadb_protos.nodewriter_pb2
|
45
|
-
try:
|
46
|
-
nucliadb__protos_dot_noderesources__pb2 = nucliadb__protos_dot_knowledgebox__pb2.nucliadb__protos_dot_noderesources__pb2
|
47
|
-
except AttributeError:
|
48
|
-
nucliadb__protos_dot_noderesources__pb2 = nucliadb__protos_dot_knowledgebox__pb2.nucliadb_protos.noderesources_pb2
|
49
32
|
try:
|
50
33
|
nucliadb__protos_dot_utils__pb2 = nucliadb__protos_dot_knowledgebox__pb2.nucliadb__protos_dot_utils__pb2
|
51
34
|
except AttributeError:
|
@@ -53,13 +36,12 @@ except AttributeError:
|
|
53
36
|
from nucliadb_protos import audit_pb2 as nucliadb__protos_dot_audit__pb2
|
54
37
|
from nucliadb_protos import backups_pb2 as nucliadb__protos_dot_backups__pb2
|
55
38
|
|
56
|
-
from nucliadb_protos.noderesources_pb2 import *
|
57
39
|
from nucliadb_protos.resources_pb2 import *
|
58
40
|
from nucliadb_protos.knowledgebox_pb2 import *
|
59
41
|
from nucliadb_protos.audit_pb2 import *
|
60
42
|
from nucliadb_protos.backups_pb2 import *
|
61
43
|
|
62
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cnucliadb_protos/writer.proto\x12\tfdbwriter\x1a\x1fgoogle/protobuf/timestamp.proto\x1a#nucliadb_protos/noderesources.proto\x1a\x1fnucliadb_protos/resources.proto\x1a\"nucliadb_protos/knowledgebox.proto\x1a\x1bnucliadb_protos/audit.proto\x1a\x1dnucliadb_protos/backups.proto\"\xd9\x02\n\x05\x41udit\x12\x0c\n\x04user\x18\x01 \x01(\t\x12(\n\x04when\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06origin\x18\x03 \x01(\t\x12\'\n\x06source\x18\x04 \x01(\x0e\x32\x17.fdbwriter.Audit.Source\x12\x0c\n\x04kbid\x18\x05 \x01(\t\x12\x0c\n\x04uuid\x18\x06 \x01(\t\x12>\n\x0emessage_source\x18\x07 \x01(\x0e\x32&.fdbwriter.BrokerMessage.MessageSource\x12*\n\x0e\x66ield_metadata\x18\x08 \x03(\x0b\x32\x12.resources.FieldID\x12\'\n\x0c\x61udit_fields\x18\t \x03(\x0b\x32\x11.audit.AuditField\".\n\x06Source\x12\x08\n\x04HTTP\x10\x00\x12\r\n\tDASHBOARD\x10\x01\x12\x0b\n\x07\x44\x45SKTOP\x10\x02\"\xb2\x01\n\tGenerator\x12\x33\n\tprocessor\x18\x01 \x01(\x0b\x32\x1e.fdbwriter.Generator.ProcessorH\x00\x12\x42\n\x11\x64\x61ta_augmentation\x18\x02 \x01(\x0b\x32%.fdbwriter.Generator.DataAugmentationH\x00\x1a\x0b\n\tProcessor\x1a\x12\n\x10\x44\x61taAugmentationB\x0b\n\tgenerator\"\xef\x01\n\x05\x45rror\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12(\n\nfield_type\x18\x02 \x01(\x0e\x32\x14.resources.FieldType\x12\r\n\x05\x65rror\x18\x03 \x01(\t\x12(\n\x04\x63ode\x18\x04 \x01(\x0e\x32\x1a.fdbwriter.Error.ErrorCode\x12*\n\x0cgenerated_by\x18\x05 \x01(\x0b\x32\x14.fdbwriter.Generator\"H\n\tErrorCode\x12\x0b\n\x07GENERIC\x10\x00\x12\x0b\n\x07\x45XTRACT\x10\x01\x12\x0b\n\x07PROCESS\x10\x02\x12\x14\n\x10\x44\x41TAAUGMENTATION\x10\x03\"\xd8\x0f\n\rBrokerMessage\x12\x0c\n\x04kbid\x18\x01 \x01(\t\x12\x0c\n\x04uuid\x18\x03 \x01(\t\x12\x0c\n\x04slug\x18\x04 \x01(\t\x12\x1f\n\x05\x61udit\x18\x05 \x01(\x0b\x32\x10.fdbwriter.Audit\x12\x32\n\x04type\x18\x06 \x01(\x0e\x32$.fdbwriter.BrokerMessage.MessageType\x12\x0f\n\x07multiid\x18\x07 \x01(\t\x12\x1f\n\x05\x62\x61sic\x18\x08 \x01(\x0b\x32\x10.resources.Basic\x12!\n\x06origin\x18\t \x01(\x0b\x32\x11.resources.Origin\x12\x31\n\x0euser_relations\x18+ \x01(\x0b\x32\x14.resources.RelationsH\x00\x88\x01\x01\x12\x42\n\rconversations\x18\x0b \x03(\x0b\x32+.fdbwriter.BrokerMessage.ConversationsEntry\x12\x32\n\x05texts\x18\r \x03(\x0b\x32#.fdbwriter.BrokerMessage.TextsEntry\x12\x32\n\x05links\x18\x10 \x03(\x0b\x32#.fdbwriter.BrokerMessage.LinksEntry\x12\x32\n\x05\x66iles\x18\x11 \x03(\x0b\x32#.fdbwriter.BrokerMessage.FilesEntry\x12\x39\n\x13link_extracted_data\x18\x12 \x03(\x0b\x32\x1c.resources.LinkExtractedData\x12\x39\n\x13\x66ile_extracted_data\x18\x13 \x03(\x0b\x32\x1c.resources.FileExtractedData\x12\x37\n\x0e\x65xtracted_text\x18\x14 \x03(\x0b\x32\x1f.resources.ExtractedTextWrapper\x12?\n\x0e\x66ield_metadata\x18\x15 \x03(\x0b\x32\'.resources.FieldComputedMetadataWrapper\x12\x39\n\rfield_vectors\x18\x16 \x03(\x0b\x32\".resources.ExtractedVectorsWrapper\x12\x45\n\x14\x66ield_large_metadata\x18\x17 \x03(\x0b\x32\'.resources.LargeComputedMetadataWrapper\x12)\n\rdelete_fields\x18\x18 \x03(\x0b\x32\x12.resources.FieldID\x12\x12\n\norigin_seq\x18\x19 \x01(\x05\x12\x1c\n\x14slow_processing_time\x18\x1a \x01(\x02\x12\x1b\n\x13pre_processing_time\x18\x1c \x01(\x02\x12-\n\tdone_time\x18\x1d \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x07txseqid\x18\x1e \x01(\x03\x42\x02\x18\x01\x12 \n\x06\x65rrors\x18\x1f \x03(\x0b\x32\x10.fdbwriter.Error\x12\x15\n\rprocessing_id\x18 \x01(\t\x12\x36\n\x06source\x18! \x01(\x0e\x32&.fdbwriter.BrokerMessage.MessageSource\x12\x13\n\x0b\x61\x63\x63ount_seq\x18\" \x01(\x03\x12\x33\n\x0cuser_vectors\x18# \x03(\x0b\x32\x1d.resources.UserVectorsWrapper\x12\x0f\n\x07reindex\x18$ \x01(\x08\x12\x1f\n\x05\x65xtra\x18% \x01(\x0b\x32\x10.resources.Extra\x12?\n\x10question_answers\x18& \x03(\x0b\x32%.resources.FieldQuestionAnswerWrapper\x12!\n\x08security\x18\' \x01(\x0b\x32\x0f.utils.Security\x12*\n\x0cgenerated_by\x18( \x03(\x0b\x32\x14.fdbwriter.Generator\x12\x30\n\x0e\x66ield_statuses\x18) \x03(\x0b\x32\x18.fdbwriter.FieldIDStatus\x12\x33\n\x17\x64\x65lete_question_answers\x18* \x03(\x0b\x32\x12.resources.FieldID\x1aM\n\x12\x43onversationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.resources.Conversation:\x02\x38\x01\x1a\x42\n\nTextsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.FieldText:\x02\x38\x01\x1a\x42\n\nLinksEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.FieldLink:\x02\x38\x01\x1a\x42\n\nFilesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.FieldFile:\x02\x38\x01\"N\n\x0bMessageType\x12\x0e\n\nAUTOCOMMIT\x10\x00\x12\t\n\x05MULTI\x10\x01\x12\n\n\x06\x43OMMIT\x10\x02\x12\x0c\n\x08ROLLBACK\x10\x03\x12\n\n\x06\x44\x45LETE\x10\x04\"*\n\rMessageSource\x12\n\n\x06WRITER\x10\x00\x12\r\n\tPROCESSOR\x10\x01\x42\x11\n\x0f_user_relationsJ\x04\x08\x02\x10\x03J\x04\x08\n\x10\x0bJ\x04\x08\x0c\x10\rJ\x04\x08\x0e\x10\x0fJ\x04\x08\x0f\x10\x10J\x04\x08\x1b\x10\x1c\"M\n\x1a\x42rokerMessageBlobReference\x12\x0c\n\x04kbid\x18\x01 \x01(\t\x12\x0c\n\x04uuid\x18\x02 \x01(\t\x12\x13\n\x0bstorage_key\x18\x03 \x01(\t\"\x97\x01\n\x14WriterStatusResponse\x12\x16\n\x0eknowledgeboxes\x18\x01 \x03(\t\x12\x39\n\x05msgid\x18\x02 \x03(\x0b\x32*.fdbwriter.WriterStatusResponse.MsgidEntry\x1a,\n\nMsgidEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\"\x15\n\x13WriterStatusRequest\"\x81\x01\n\x17NewEntitiesGroupRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\x12-\n\x08\x65ntities\x18\x03 \x01(\x0b\x32\x1b.knowledgebox.EntitiesGroup\"\x99\x01\n\x18NewEntitiesGroupResponse\x12:\n\x06status\x18\x01 \x01(\x0e\x32*.fdbwriter.NewEntitiesGroupResponse.Status\"A\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\t\n\x05\x45RROR\x10\x01\x12\x10\n\x0cKB_NOT_FOUND\x10\x02\x12\x12\n\x0e\x41LREADY_EXISTS\x10\x03\"|\n\x12SetEntitiesRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\x12-\n\x08\x65ntities\x18\x03 \x01(\x0b\x32\x1b.knowledgebox.EntitiesGroup\"\x8a\x03\n\x1aUpdateEntitiesGroupRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\x12;\n\x03\x61\x64\x64\x18\x03 \x03(\x0b\x32..fdbwriter.UpdateEntitiesGroupRequest.AddEntry\x12\x41\n\x06update\x18\x04 \x03(\x0b\x32\x31.fdbwriter.UpdateEntitiesGroupRequest.UpdateEntry\x12\x0e\n\x06\x64\x65lete\x18\x05 \x03(\t\x12\r\n\x05title\x18\x06 \x01(\t\x12\r\n\x05\x63olor\x18\x07 \x01(\t\x1a@\n\x08\x41\x64\x64\x45ntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.knowledgebox.Entity:\x02\x38\x01\x1a\x43\n\x0bUpdateEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.knowledgebox.Entity:\x02\x38\x01\"\xa9\x01\n\x1bUpdateEntitiesGroupResponse\x12=\n\x06status\x18\x01 \x01(\x0e\x32-.fdbwriter.UpdateEntitiesGroupResponse.Status\"K\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\t\n\x05\x45RROR\x10\x01\x12\x10\n\x0cKB_NOT_FOUND\x10\x02\x12\x1c\n\x18\x45NTITIES_GROUP_NOT_FOUND\x10\x03\"E\n\x19ListEntitiesGroupsRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\"\x9b\x02\n\x1aListEntitiesGroupsResponse\x12\x41\n\x06groups\x18\x01 \x03(\x0b\x32\x31.fdbwriter.ListEntitiesGroupsResponse.GroupsEntry\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.fdbwriter.ListEntitiesGroupsResponse.Status\x1aQ\n\x0bGroupsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x31\n\x05value\x18\x02 \x01(\x0b\x32\".knowledgebox.EntitiesGroupSummary:\x02\x38\x01\")\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0c\n\x08NOTFOUND\x10\x01\x12\t\n\x05\x45RROR\x10\x02\">\n\x12GetEntitiesRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\"\xa9\x02\n\x13GetEntitiesResponse\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12:\n\x06groups\x18\x02 \x03(\x0b\x32*.fdbwriter.GetEntitiesResponse.GroupsEntry\x12\x35\n\x06status\x18\x03 \x01(\x0e\x32%.fdbwriter.GetEntitiesResponse.Status\x1aJ\n\x0bGroupsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12*\n\x05value\x18\x02 \x01(\x0b\x32\x1b.knowledgebox.EntitiesGroup:\x02\x38\x01\")\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0c\n\x08NOTFOUND\x10\x01\x12\t\n\x05\x45RROR\x10\x02\"M\n\x12\x44\x65lEntitiesRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\"\xd9\x01\n\x14MergeEntitiesRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\x36\n\x04\x66rom\x18\x02 \x01(\x0b\x32(.fdbwriter.MergeEntitiesRequest.EntityID\x12\x34\n\x02to\x18\x03 \x01(\x0b\x32(.fdbwriter.MergeEntitiesRequest.EntityID\x1a)\n\x08\x45ntityID\x12\r\n\x05group\x18\x01 \x01(\t\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\"\xb8\x01\n\x11GetLabelsResponse\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12$\n\x06labels\x18\x02 \x01(\x0b\x32\x14.knowledgebox.Labels\x12\x33\n\x06status\x18\x03 \x01(\x0e\x32#.fdbwriter.GetLabelsResponse.Status\"\x1e\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0c\n\x08NOTFOUND\x10\x01\"<\n\x10GetLabelsRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\"R\n\x17GetEntitiesGroupRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\"\xf9\x01\n\x18GetEntitiesGroupResponse\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12*\n\x05group\x18\x02 \x01(\x0b\x32\x1b.knowledgebox.EntitiesGroup\x12:\n\x06status\x18\x03 \x01(\x0e\x32*.fdbwriter.GetEntitiesGroupResponse.Status\"K\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x10\n\x0cKB_NOT_FOUND\x10\x01\x12\x1c\n\x18\x45NTITIES_GROUP_NOT_FOUND\x10\x02\x12\t\n\x05\x45RROR\x10\x03\"@\n\x14GetVectorSetsRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\"\xd3\x01\n\x15GetVectorSetsResponse\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12,\n\nvectorsets\x18\x02 \x01(\x0b\x32\x18.knowledgebox.VectorSets\x12\x37\n\x06status\x18\x03 \x01(\x0e\x32\'.fdbwriter.GetVectorSetsResponse.Status\")\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0c\n\x08NOTFOUND\x10\x01\x12\t\n\x05\x45RROR\x10\x02\"m\n\x0eOpStatusWriter\x12\x30\n\x06status\x18\x01 \x01(\x0e\x32 .fdbwriter.OpStatusWriter.Status\")\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\t\n\x05\x45RROR\x10\x01\x12\x0c\n\x08NOTFOUND\x10\x02\"\xd2\x03\n\x0cNotification\x12\x11\n\tpartition\x18\x01 \x01(\x05\x12\r\n\x05multi\x18\x02 \x01(\t\x12\x0c\n\x04uuid\x18\x03 \x01(\t\x12\x0c\n\x04kbid\x18\x04 \x01(\t\x12\r\n\x05seqid\x18\x05 \x01(\x03\x12.\n\x06\x61\x63tion\x18\x06 \x01(\x0e\x32\x1e.fdbwriter.Notification.Action\x12\x35\n\nwrite_type\x18\x07 \x01(\x0e\x32!.fdbwriter.Notification.WriteType\x12-\n\x07message\x18\x08 \x01(\x0b\x32\x18.fdbwriter.BrokerMessageB\x02\x18\x01\x12-\n\x06source\x18\t \x01(\x0e\x32\x1d.fdbwriter.NotificationSource\x12\x19\n\x11processing_errors\x18\n \x01(\x08\x12\'\n\rmessage_audit\x18\x0b \x01(\x0b\x32\x10.fdbwriter.Audit\",\n\x06\x41\x63tion\x12\n\n\x06\x43OMMIT\x10\x00\x12\t\n\x05\x41\x42ORT\x10\x01\x12\x0b\n\x07INDEXED\x10\x02\">\n\tWriteType\x12\t\n\x05UNSET\x10\x00\x12\x0b\n\x07\x43REATED\x10\x01\x12\x0c\n\x08MODIFIED\x10\x02\x12\x0b\n\x07\x44\x45LETED\x10\x03\"H\n\x0cShardReplica\x12*\n\x05shard\x18\x01 \x01(\x0b\x32\x1b.noderesources.ShardCreated\x12\x0c\n\x04node\x18\x02 \x01(\t\"\xa4\x01\n\x0bShardObject\x12\r\n\x05shard\x18\x01 \x01(\t\x12)\n\x08replicas\x18\x03 \x03(\x0b\x32\x17.fdbwriter.ShardReplica\x12\x31\n\ttimestamp\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02\x18\x01\x12\x11\n\tread_only\x18\x05 \x01(\x08\x12\x15\n\rnidx_shard_id\x18\x06 \x01(\t\"\xc6\x02\n\x06Shards\x12&\n\x06shards\x18\x01 \x03(\x0b\x32\x16.fdbwriter.ShardObject\x12\x0c\n\x04kbid\x18\x02 \x01(\t\x12\x12\n\x06\x61\x63tual\x18\x03 \x01(\x05\x42\x02\x18\x01\x12/\n\nsimilarity\x18\x04 \x01(\x0e\x32\x17.utils.VectorSimilarityB\x02\x18\x01\x12\x36\n\x05model\x18\x05 \x01(\x0b\x32#.knowledgebox.SemanticModelMetadataB\x02\x18\x01\x12.\n\x0frelease_channel\x18\x06 \x01(\x0e\x32\x15.utils.ReleaseChannel\x12+\n\x05\x65xtra\x18\x07 \x03(\x0b\x32\x1c.fdbwriter.Shards.ExtraEntry\x1a,\n\nExtraEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"C\n\rIndexResource\x12\x0c\n\x04kbid\x18\x01 \x01(\t\x12\x0b\n\x03rid\x18\x02 \x01(\t\x12\x17\n\x0freindex_vectors\x18\x03 \x01(\x08\"\r\n\x0bIndexStatus\"\x1f\n\x0fSynonymsRequest\x12\x0c\n\x04kbid\x18\x01 \x01(\t\"\xc8\x03\n\x18NewKnowledgeBoxV2Request\x12\x0c\n\x04kbid\x18\x01 \x01(\t\x12\x0c\n\x04slug\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x41\n\nvectorsets\x18\x05 \x03(\x0b\x32-.fdbwriter.NewKnowledgeBoxV2Request.VectorSet\x12R\n\x17\x65xternal_index_provider\x18\x06 \x01(\x0b\x32\x31.knowledgebox.CreateExternalIndexProviderMetadata\x12 \n\x18hidden_resources_enabled\x18\x07 \x01(\x08\x12)\n!hidden_resources_hide_on_creation\x18\x08 \x01(\x08\x1a\x87\x01\n\tVectorSet\x12\x14\n\x0cvectorset_id\x18\x01 \x01(\t\x12+\n\nsimilarity\x18\x02 \x01(\x0e\x32\x17.utils.VectorSimilarity\x12\x18\n\x10vector_dimension\x18\x03 \x01(\r\x12\x1d\n\x15matryoshka_dimensions\x18\x04 \x03(\r\"l\n\x19NewKnowledgeBoxV2Response\x12\x38\n\x06status\x18\x01 \x01(\x0e\x32(.knowledgebox.KnowledgeBoxResponseStatus\x12\x15\n\rerror_message\x18\x02 \x01(\t\"a\n\nFieldError\x12&\n\x0csource_error\x18\x01 \x01(\x0b\x32\x10.fdbwriter.Error\x12+\n\x07\x63reated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x94\x01\n\x0b\x46ieldStatus\x12-\n\x06status\x18\x01 \x01(\x0e\x32\x1d.fdbwriter.FieldStatus.Status\x12%\n\x06\x65rrors\x18\x02 \x03(\x0b\x32\x15.fdbwriter.FieldError\"/\n\x06Status\x12\x0b\n\x07PENDING\x10\x00\x12\r\n\tPROCESSED\x10\x01\x12\t\n\x05\x45RROR\x10\x02\"^\n\rFieldIDStatus\x12\x1e\n\x02id\x18\x01 \x01(\x0b\x32\x12.resources.FieldID\x12-\n\x06status\x18\x02 \x01(\x0e\x32\x1d.fdbwriter.FieldStatus.Status*:\n\x12NotificationSource\x12\t\n\x05UNSET\x10\x00\x12\n\n\x06WRITER\x10\x01\x12\r\n\tPROCESSOR\x10\x02\x32\xa3\x0b\n\x06Writer\x12`\n\x11NewKnowledgeBoxV2\x12#.fdbwriter.NewKnowledgeBoxV2Request\x1a$.fdbwriter.NewKnowledgeBoxV2Response\"\x00\x12^\n\x12\x44\x65leteKnowledgeBox\x12\x1c.knowledgebox.KnowledgeBoxID\x1a(.knowledgebox.DeleteKnowledgeBoxResponse\"\x00\x12\x62\n\x12UpdateKnowledgeBox\x12 .knowledgebox.KnowledgeBoxUpdate\x1a(.knowledgebox.UpdateKnowledgeBoxResponse\"\x00\x12I\n\x0eProcessMessage\x12\x18.fdbwriter.BrokerMessage\x1a\x19.fdbwriter.OpStatusWriter\"\x00(\x01\x12]\n\x10NewEntitiesGroup\x12\".fdbwriter.NewEntitiesGroupRequest\x1a#.fdbwriter.NewEntitiesGroupResponse\"\x00\x12N\n\x0bGetEntities\x12\x1d.fdbwriter.GetEntitiesRequest\x1a\x1e.fdbwriter.GetEntitiesResponse\"\x00\x12]\n\x10GetEntitiesGroup\x12\".fdbwriter.GetEntitiesGroupRequest\x1a#.fdbwriter.GetEntitiesGroupResponse\"\x00\x12\x63\n\x12ListEntitiesGroups\x12$.fdbwriter.ListEntitiesGroupsRequest\x1a%.fdbwriter.ListEntitiesGroupsResponse\"\x00\x12I\n\x0bSetEntities\x12\x1d.fdbwriter.SetEntitiesRequest\x1a\x19.fdbwriter.OpStatusWriter\"\x00\x12\x66\n\x13UpdateEntitiesGroup\x12%.fdbwriter.UpdateEntitiesGroupRequest\x1a&.fdbwriter.UpdateEntitiesGroupResponse\"\x00\x12I\n\x0b\x44\x65lEntities\x12\x1d.fdbwriter.DelEntitiesRequest\x1a\x19.fdbwriter.OpStatusWriter\"\x00\x12K\n\x06Status\x12\x1e.fdbwriter.WriterStatusRequest\x1a\x1f.fdbwriter.WriterStatusResponse\"\x00\x12;\n\x05Index\x12\x18.fdbwriter.IndexResource\x1a\x16.fdbwriter.IndexStatus\"\x00\x12=\n\x07ReIndex\x12\x18.fdbwriter.IndexResource\x1a\x16.fdbwriter.IndexStatus\"\x00\x12M\n\x0c\x43reateBackup\x12\x1c.backups.CreateBackupRequest\x1a\x1d.backups.CreateBackupResponse\"\x00\x12M\n\x0c\x44\x65leteBackup\x12\x1c.backups.DeleteBackupRequest\x1a\x1d.backups.DeleteBackupResponse\"\x00\x12P\n\rRestoreBackup\x12\x1d.backups.RestoreBackupRequest\x1a\x1e.backups.RestoreBackupResponse\"\x00P\x01P\x02P\x03P\x04P\x05\x62\x06proto3')
|
44
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cnucliadb_protos/writer.proto\x12\tfdbwriter\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fnucliadb_protos/resources.proto\x1a\"nucliadb_protos/knowledgebox.proto\x1a\x1bnucliadb_protos/audit.proto\x1a\x1dnucliadb_protos/backups.proto\"\xd9\x02\n\x05\x41udit\x12\x0c\n\x04user\x18\x01 \x01(\t\x12(\n\x04when\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06origin\x18\x03 \x01(\t\x12\'\n\x06source\x18\x04 \x01(\x0e\x32\x17.fdbwriter.Audit.Source\x12\x0c\n\x04kbid\x18\x05 \x01(\t\x12\x0c\n\x04uuid\x18\x06 \x01(\t\x12>\n\x0emessage_source\x18\x07 \x01(\x0e\x32&.fdbwriter.BrokerMessage.MessageSource\x12*\n\x0e\x66ield_metadata\x18\x08 \x03(\x0b\x32\x12.resources.FieldID\x12\'\n\x0c\x61udit_fields\x18\t \x03(\x0b\x32\x11.audit.AuditField\".\n\x06Source\x12\x08\n\x04HTTP\x10\x00\x12\r\n\tDASHBOARD\x10\x01\x12\x0b\n\x07\x44\x45SKTOP\x10\x02\"\xb2\x01\n\tGenerator\x12\x33\n\tprocessor\x18\x01 \x01(\x0b\x32\x1e.fdbwriter.Generator.ProcessorH\x00\x12\x42\n\x11\x64\x61ta_augmentation\x18\x02 \x01(\x0b\x32%.fdbwriter.Generator.DataAugmentationH\x00\x1a\x0b\n\tProcessor\x1a\x12\n\x10\x44\x61taAugmentationB\x0b\n\tgenerator\"\xef\x01\n\x05\x45rror\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12(\n\nfield_type\x18\x02 \x01(\x0e\x32\x14.resources.FieldType\x12\r\n\x05\x65rror\x18\x03 \x01(\t\x12(\n\x04\x63ode\x18\x04 \x01(\x0e\x32\x1a.fdbwriter.Error.ErrorCode\x12*\n\x0cgenerated_by\x18\x05 \x01(\x0b\x32\x14.fdbwriter.Generator\"H\n\tErrorCode\x12\x0b\n\x07GENERIC\x10\x00\x12\x0b\n\x07\x45XTRACT\x10\x01\x12\x0b\n\x07PROCESS\x10\x02\x12\x14\n\x10\x44\x41TAAUGMENTATION\x10\x03\"\xd8\x0f\n\rBrokerMessage\x12\x0c\n\x04kbid\x18\x01 \x01(\t\x12\x0c\n\x04uuid\x18\x03 \x01(\t\x12\x0c\n\x04slug\x18\x04 \x01(\t\x12\x1f\n\x05\x61udit\x18\x05 \x01(\x0b\x32\x10.fdbwriter.Audit\x12\x32\n\x04type\x18\x06 \x01(\x0e\x32$.fdbwriter.BrokerMessage.MessageType\x12\x0f\n\x07multiid\x18\x07 \x01(\t\x12\x1f\n\x05\x62\x61sic\x18\x08 \x01(\x0b\x32\x10.resources.Basic\x12!\n\x06origin\x18\t \x01(\x0b\x32\x11.resources.Origin\x12\x31\n\x0euser_relations\x18+ \x01(\x0b\x32\x14.resources.RelationsH\x00\x88\x01\x01\x12\x42\n\rconversations\x18\x0b \x03(\x0b\x32+.fdbwriter.BrokerMessage.ConversationsEntry\x12\x32\n\x05texts\x18\r \x03(\x0b\x32#.fdbwriter.BrokerMessage.TextsEntry\x12\x32\n\x05links\x18\x10 \x03(\x0b\x32#.fdbwriter.BrokerMessage.LinksEntry\x12\x32\n\x05\x66iles\x18\x11 \x03(\x0b\x32#.fdbwriter.BrokerMessage.FilesEntry\x12\x39\n\x13link_extracted_data\x18\x12 \x03(\x0b\x32\x1c.resources.LinkExtractedData\x12\x39\n\x13\x66ile_extracted_data\x18\x13 \x03(\x0b\x32\x1c.resources.FileExtractedData\x12\x37\n\x0e\x65xtracted_text\x18\x14 \x03(\x0b\x32\x1f.resources.ExtractedTextWrapper\x12?\n\x0e\x66ield_metadata\x18\x15 \x03(\x0b\x32\'.resources.FieldComputedMetadataWrapper\x12\x39\n\rfield_vectors\x18\x16 \x03(\x0b\x32\".resources.ExtractedVectorsWrapper\x12\x45\n\x14\x66ield_large_metadata\x18\x17 \x03(\x0b\x32\'.resources.LargeComputedMetadataWrapper\x12)\n\rdelete_fields\x18\x18 \x03(\x0b\x32\x12.resources.FieldID\x12\x12\n\norigin_seq\x18\x19 \x01(\x05\x12\x1c\n\x14slow_processing_time\x18\x1a \x01(\x02\x12\x1b\n\x13pre_processing_time\x18\x1c \x01(\x02\x12-\n\tdone_time\x18\x1d \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x07txseqid\x18\x1e \x01(\x03\x42\x02\x18\x01\x12 \n\x06\x65rrors\x18\x1f \x03(\x0b\x32\x10.fdbwriter.Error\x12\x15\n\rprocessing_id\x18 \x01(\t\x12\x36\n\x06source\x18! \x01(\x0e\x32&.fdbwriter.BrokerMessage.MessageSource\x12\x13\n\x0b\x61\x63\x63ount_seq\x18\" \x01(\x03\x12\x33\n\x0cuser_vectors\x18# \x03(\x0b\x32\x1d.resources.UserVectorsWrapper\x12\x0f\n\x07reindex\x18$ \x01(\x08\x12\x1f\n\x05\x65xtra\x18% \x01(\x0b\x32\x10.resources.Extra\x12?\n\x10question_answers\x18& \x03(\x0b\x32%.resources.FieldQuestionAnswerWrapper\x12!\n\x08security\x18\' \x01(\x0b\x32\x0f.utils.Security\x12*\n\x0cgenerated_by\x18( \x03(\x0b\x32\x14.fdbwriter.Generator\x12\x30\n\x0e\x66ield_statuses\x18) \x03(\x0b\x32\x18.fdbwriter.FieldIDStatus\x12\x33\n\x17\x64\x65lete_question_answers\x18* \x03(\x0b\x32\x12.resources.FieldID\x1aM\n\x12\x43onversationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.resources.Conversation:\x02\x38\x01\x1a\x42\n\nTextsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.FieldText:\x02\x38\x01\x1a\x42\n\nLinksEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.FieldLink:\x02\x38\x01\x1a\x42\n\nFilesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.FieldFile:\x02\x38\x01\"N\n\x0bMessageType\x12\x0e\n\nAUTOCOMMIT\x10\x00\x12\t\n\x05MULTI\x10\x01\x12\n\n\x06\x43OMMIT\x10\x02\x12\x0c\n\x08ROLLBACK\x10\x03\x12\n\n\x06\x44\x45LETE\x10\x04\"*\n\rMessageSource\x12\n\n\x06WRITER\x10\x00\x12\r\n\tPROCESSOR\x10\x01\x42\x11\n\x0f_user_relationsJ\x04\x08\x02\x10\x03J\x04\x08\n\x10\x0bJ\x04\x08\x0c\x10\rJ\x04\x08\x0e\x10\x0fJ\x04\x08\x0f\x10\x10J\x04\x08\x1b\x10\x1c\"M\n\x1a\x42rokerMessageBlobReference\x12\x0c\n\x04kbid\x18\x01 \x01(\t\x12\x0c\n\x04uuid\x18\x02 \x01(\t\x12\x13\n\x0bstorage_key\x18\x03 \x01(\t\"\x97\x01\n\x14WriterStatusResponse\x12\x16\n\x0eknowledgeboxes\x18\x01 \x03(\t\x12\x39\n\x05msgid\x18\x02 \x03(\x0b\x32*.fdbwriter.WriterStatusResponse.MsgidEntry\x1a,\n\nMsgidEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\"\x15\n\x13WriterStatusRequest\"\x81\x01\n\x17NewEntitiesGroupRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\x12-\n\x08\x65ntities\x18\x03 \x01(\x0b\x32\x1b.knowledgebox.EntitiesGroup\"\x99\x01\n\x18NewEntitiesGroupResponse\x12:\n\x06status\x18\x01 \x01(\x0e\x32*.fdbwriter.NewEntitiesGroupResponse.Status\"A\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\t\n\x05\x45RROR\x10\x01\x12\x10\n\x0cKB_NOT_FOUND\x10\x02\x12\x12\n\x0e\x41LREADY_EXISTS\x10\x03\"|\n\x12SetEntitiesRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\x12-\n\x08\x65ntities\x18\x03 \x01(\x0b\x32\x1b.knowledgebox.EntitiesGroup\"\x8a\x03\n\x1aUpdateEntitiesGroupRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\x12;\n\x03\x61\x64\x64\x18\x03 \x03(\x0b\x32..fdbwriter.UpdateEntitiesGroupRequest.AddEntry\x12\x41\n\x06update\x18\x04 \x03(\x0b\x32\x31.fdbwriter.UpdateEntitiesGroupRequest.UpdateEntry\x12\x0e\n\x06\x64\x65lete\x18\x05 \x03(\t\x12\r\n\x05title\x18\x06 \x01(\t\x12\r\n\x05\x63olor\x18\x07 \x01(\t\x1a@\n\x08\x41\x64\x64\x45ntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.knowledgebox.Entity:\x02\x38\x01\x1a\x43\n\x0bUpdateEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.knowledgebox.Entity:\x02\x38\x01\"\xa9\x01\n\x1bUpdateEntitiesGroupResponse\x12=\n\x06status\x18\x01 \x01(\x0e\x32-.fdbwriter.UpdateEntitiesGroupResponse.Status\"K\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\t\n\x05\x45RROR\x10\x01\x12\x10\n\x0cKB_NOT_FOUND\x10\x02\x12\x1c\n\x18\x45NTITIES_GROUP_NOT_FOUND\x10\x03\"E\n\x19ListEntitiesGroupsRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\"\x9b\x02\n\x1aListEntitiesGroupsResponse\x12\x41\n\x06groups\x18\x01 \x03(\x0b\x32\x31.fdbwriter.ListEntitiesGroupsResponse.GroupsEntry\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.fdbwriter.ListEntitiesGroupsResponse.Status\x1aQ\n\x0bGroupsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x31\n\x05value\x18\x02 \x01(\x0b\x32\".knowledgebox.EntitiesGroupSummary:\x02\x38\x01\")\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0c\n\x08NOTFOUND\x10\x01\x12\t\n\x05\x45RROR\x10\x02\">\n\x12GetEntitiesRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\"\xa9\x02\n\x13GetEntitiesResponse\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12:\n\x06groups\x18\x02 \x03(\x0b\x32*.fdbwriter.GetEntitiesResponse.GroupsEntry\x12\x35\n\x06status\x18\x03 \x01(\x0e\x32%.fdbwriter.GetEntitiesResponse.Status\x1aJ\n\x0bGroupsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12*\n\x05value\x18\x02 \x01(\x0b\x32\x1b.knowledgebox.EntitiesGroup:\x02\x38\x01\")\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0c\n\x08NOTFOUND\x10\x01\x12\t\n\x05\x45RROR\x10\x02\"M\n\x12\x44\x65lEntitiesRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\"\xd9\x01\n\x14MergeEntitiesRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\x36\n\x04\x66rom\x18\x02 \x01(\x0b\x32(.fdbwriter.MergeEntitiesRequest.EntityID\x12\x34\n\x02to\x18\x03 \x01(\x0b\x32(.fdbwriter.MergeEntitiesRequest.EntityID\x1a)\n\x08\x45ntityID\x12\r\n\x05group\x18\x01 \x01(\t\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\"\xb8\x01\n\x11GetLabelsResponse\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12$\n\x06labels\x18\x02 \x01(\x0b\x32\x14.knowledgebox.Labels\x12\x33\n\x06status\x18\x03 \x01(\x0e\x32#.fdbwriter.GetLabelsResponse.Status\"\x1e\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0c\n\x08NOTFOUND\x10\x01\"<\n\x10GetLabelsRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\"R\n\x17GetEntitiesGroupRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12\r\n\x05group\x18\x02 \x01(\t\"\xf9\x01\n\x18GetEntitiesGroupResponse\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12*\n\x05group\x18\x02 \x01(\x0b\x32\x1b.knowledgebox.EntitiesGroup\x12:\n\x06status\x18\x03 \x01(\x0e\x32*.fdbwriter.GetEntitiesGroupResponse.Status\"K\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x10\n\x0cKB_NOT_FOUND\x10\x01\x12\x1c\n\x18\x45NTITIES_GROUP_NOT_FOUND\x10\x02\x12\t\n\x05\x45RROR\x10\x03\"@\n\x14GetVectorSetsRequest\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\"\xd3\x01\n\x15GetVectorSetsResponse\x12(\n\x02kb\x18\x01 \x01(\x0b\x32\x1c.knowledgebox.KnowledgeBoxID\x12,\n\nvectorsets\x18\x02 \x01(\x0b\x32\x18.knowledgebox.VectorSets\x12\x37\n\x06status\x18\x03 \x01(\x0e\x32\'.fdbwriter.GetVectorSetsResponse.Status\")\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0c\n\x08NOTFOUND\x10\x01\x12\t\n\x05\x45RROR\x10\x02\"m\n\x0eOpStatusWriter\x12\x30\n\x06status\x18\x01 \x01(\x0e\x32 .fdbwriter.OpStatusWriter.Status\")\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\t\n\x05\x45RROR\x10\x01\x12\x0c\n\x08NOTFOUND\x10\x02\"\xd2\x03\n\x0cNotification\x12\x11\n\tpartition\x18\x01 \x01(\x05\x12\r\n\x05multi\x18\x02 \x01(\t\x12\x0c\n\x04uuid\x18\x03 \x01(\t\x12\x0c\n\x04kbid\x18\x04 \x01(\t\x12\r\n\x05seqid\x18\x05 \x01(\x03\x12.\n\x06\x61\x63tion\x18\x06 \x01(\x0e\x32\x1e.fdbwriter.Notification.Action\x12\x35\n\nwrite_type\x18\x07 \x01(\x0e\x32!.fdbwriter.Notification.WriteType\x12-\n\x07message\x18\x08 \x01(\x0b\x32\x18.fdbwriter.BrokerMessageB\x02\x18\x01\x12-\n\x06source\x18\t \x01(\x0e\x32\x1d.fdbwriter.NotificationSource\x12\x19\n\x11processing_errors\x18\n \x01(\x08\x12\'\n\rmessage_audit\x18\x0b \x01(\x0b\x32\x10.fdbwriter.Audit\",\n\x06\x41\x63tion\x12\n\n\x06\x43OMMIT\x10\x00\x12\t\n\x05\x41\x42ORT\x10\x01\x12\x0b\n\x07INDEXED\x10\x02\">\n\tWriteType\x12\t\n\x05UNSET\x10\x00\x12\x0b\n\x07\x43REATED\x10\x01\x12\x0c\n\x08MODIFIED\x10\x02\x12\x0b\n\x07\x44\x45LETED\x10\x03\"\x7f\n\x0bShardObject\x12\r\n\x05shard\x18\x01 \x01(\t\x12\x31\n\ttimestamp\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02\x18\x01\x12\x11\n\tread_only\x18\x05 \x01(\x08\x12\x15\n\rnidx_shard_id\x18\x06 \x01(\tJ\x04\x08\x02\x10\x03\"\xc6\x02\n\x06Shards\x12&\n\x06shards\x18\x01 \x03(\x0b\x32\x16.fdbwriter.ShardObject\x12\x0c\n\x04kbid\x18\x02 \x01(\t\x12\x12\n\x06\x61\x63tual\x18\x03 \x01(\x05\x42\x02\x18\x01\x12/\n\nsimilarity\x18\x04 \x01(\x0e\x32\x17.utils.VectorSimilarityB\x02\x18\x01\x12\x36\n\x05model\x18\x05 \x01(\x0b\x32#.knowledgebox.SemanticModelMetadataB\x02\x18\x01\x12.\n\x0frelease_channel\x18\x06 \x01(\x0e\x32\x15.utils.ReleaseChannel\x12+\n\x05\x65xtra\x18\x07 \x03(\x0b\x32\x1c.fdbwriter.Shards.ExtraEntry\x1a,\n\nExtraEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"C\n\rIndexResource\x12\x0c\n\x04kbid\x18\x01 \x01(\t\x12\x0b\n\x03rid\x18\x02 \x01(\t\x12\x17\n\x0freindex_vectors\x18\x03 \x01(\x08\"\r\n\x0bIndexStatus\"\x1f\n\x0fSynonymsRequest\x12\x0c\n\x04kbid\x18\x01 \x01(\t\"\xc8\x03\n\x18NewKnowledgeBoxV2Request\x12\x0c\n\x04kbid\x18\x01 \x01(\t\x12\x0c\n\x04slug\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x41\n\nvectorsets\x18\x05 \x03(\x0b\x32-.fdbwriter.NewKnowledgeBoxV2Request.VectorSet\x12R\n\x17\x65xternal_index_provider\x18\x06 \x01(\x0b\x32\x31.knowledgebox.CreateExternalIndexProviderMetadata\x12 \n\x18hidden_resources_enabled\x18\x07 \x01(\x08\x12)\n!hidden_resources_hide_on_creation\x18\x08 \x01(\x08\x1a\x87\x01\n\tVectorSet\x12\x14\n\x0cvectorset_id\x18\x01 \x01(\t\x12+\n\nsimilarity\x18\x02 \x01(\x0e\x32\x17.utils.VectorSimilarity\x12\x18\n\x10vector_dimension\x18\x03 \x01(\r\x12\x1d\n\x15matryoshka_dimensions\x18\x04 \x03(\r\"l\n\x19NewKnowledgeBoxV2Response\x12\x38\n\x06status\x18\x01 \x01(\x0e\x32(.knowledgebox.KnowledgeBoxResponseStatus\x12\x15\n\rerror_message\x18\x02 \x01(\t\"a\n\nFieldError\x12&\n\x0csource_error\x18\x01 \x01(\x0b\x32\x10.fdbwriter.Error\x12+\n\x07\x63reated\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x94\x01\n\x0b\x46ieldStatus\x12-\n\x06status\x18\x01 \x01(\x0e\x32\x1d.fdbwriter.FieldStatus.Status\x12%\n\x06\x65rrors\x18\x02 \x03(\x0b\x32\x15.fdbwriter.FieldError\"/\n\x06Status\x12\x0b\n\x07PENDING\x10\x00\x12\r\n\tPROCESSED\x10\x01\x12\t\n\x05\x45RROR\x10\x02\"^\n\rFieldIDStatus\x12\x1e\n\x02id\x18\x01 \x01(\x0b\x32\x12.resources.FieldID\x12-\n\x06status\x18\x02 \x01(\x0e\x32\x1d.fdbwriter.FieldStatus.Status*:\n\x12NotificationSource\x12\t\n\x05UNSET\x10\x00\x12\n\n\x06WRITER\x10\x01\x12\r\n\tPROCESSOR\x10\x02\x32\xa3\x0b\n\x06Writer\x12`\n\x11NewKnowledgeBoxV2\x12#.fdbwriter.NewKnowledgeBoxV2Request\x1a$.fdbwriter.NewKnowledgeBoxV2Response\"\x00\x12^\n\x12\x44\x65leteKnowledgeBox\x12\x1c.knowledgebox.KnowledgeBoxID\x1a(.knowledgebox.DeleteKnowledgeBoxResponse\"\x00\x12\x62\n\x12UpdateKnowledgeBox\x12 .knowledgebox.KnowledgeBoxUpdate\x1a(.knowledgebox.UpdateKnowledgeBoxResponse\"\x00\x12I\n\x0eProcessMessage\x12\x18.fdbwriter.BrokerMessage\x1a\x19.fdbwriter.OpStatusWriter\"\x00(\x01\x12]\n\x10NewEntitiesGroup\x12\".fdbwriter.NewEntitiesGroupRequest\x1a#.fdbwriter.NewEntitiesGroupResponse\"\x00\x12N\n\x0bGetEntities\x12\x1d.fdbwriter.GetEntitiesRequest\x1a\x1e.fdbwriter.GetEntitiesResponse\"\x00\x12]\n\x10GetEntitiesGroup\x12\".fdbwriter.GetEntitiesGroupRequest\x1a#.fdbwriter.GetEntitiesGroupResponse\"\x00\x12\x63\n\x12ListEntitiesGroups\x12$.fdbwriter.ListEntitiesGroupsRequest\x1a%.fdbwriter.ListEntitiesGroupsResponse\"\x00\x12I\n\x0bSetEntities\x12\x1d.fdbwriter.SetEntitiesRequest\x1a\x19.fdbwriter.OpStatusWriter\"\x00\x12\x66\n\x13UpdateEntitiesGroup\x12%.fdbwriter.UpdateEntitiesGroupRequest\x1a&.fdbwriter.UpdateEntitiesGroupResponse\"\x00\x12I\n\x0b\x44\x65lEntities\x12\x1d.fdbwriter.DelEntitiesRequest\x1a\x19.fdbwriter.OpStatusWriter\"\x00\x12K\n\x06Status\x12\x1e.fdbwriter.WriterStatusRequest\x1a\x1f.fdbwriter.WriterStatusResponse\"\x00\x12;\n\x05Index\x12\x18.fdbwriter.IndexResource\x1a\x16.fdbwriter.IndexStatus\"\x00\x12=\n\x07ReIndex\x12\x18.fdbwriter.IndexResource\x1a\x16.fdbwriter.IndexStatus\"\x00\x12M\n\x0c\x43reateBackup\x12\x1c.backups.CreateBackupRequest\x1a\x1d.backups.CreateBackupResponse\"\x00\x12M\n\x0c\x44\x65leteBackup\x12\x1c.backups.DeleteBackupRequest\x1a\x1d.backups.DeleteBackupResponse\"\x00\x12P\n\rRestoreBackup\x12\x1d.backups.RestoreBackupRequest\x1a\x1e.backups.RestoreBackupResponse\"\x00P\x01P\x02P\x03P\x04\x62\x06proto3')
|
63
45
|
|
64
46
|
_globals = globals()
|
65
47
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -98,140 +80,138 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
98
80
|
_globals['_SHARDS'].fields_by_name['similarity']._serialized_options = b'\030\001'
|
99
81
|
_globals['_SHARDS'].fields_by_name['model']._loaded_options = None
|
100
82
|
_globals['_SHARDS'].fields_by_name['model']._serialized_options = b'\030\001'
|
101
|
-
_globals['_NOTIFICATIONSOURCE']._serialized_start=
|
102
|
-
_globals['_NOTIFICATIONSOURCE']._serialized_end=
|
103
|
-
_globals['_AUDIT']._serialized_start=
|
104
|
-
_globals['_AUDIT']._serialized_end=
|
105
|
-
_globals['_AUDIT_SOURCE']._serialized_start=
|
106
|
-
_globals['_AUDIT_SOURCE']._serialized_end=
|
107
|
-
_globals['_GENERATOR']._serialized_start=
|
108
|
-
_globals['_GENERATOR']._serialized_end=
|
109
|
-
_globals['_GENERATOR_PROCESSOR']._serialized_start=
|
110
|
-
_globals['_GENERATOR_PROCESSOR']._serialized_end=
|
111
|
-
_globals['_GENERATOR_DATAAUGMENTATION']._serialized_start=
|
112
|
-
_globals['_GENERATOR_DATAAUGMENTATION']._serialized_end=
|
113
|
-
_globals['_ERROR']._serialized_start=
|
114
|
-
_globals['_ERROR']._serialized_end=
|
115
|
-
_globals['_ERROR_ERRORCODE']._serialized_start=
|
116
|
-
_globals['_ERROR_ERRORCODE']._serialized_end=
|
117
|
-
_globals['_BROKERMESSAGE']._serialized_start=
|
118
|
-
_globals['_BROKERMESSAGE']._serialized_end=
|
119
|
-
_globals['_BROKERMESSAGE_CONVERSATIONSENTRY']._serialized_start=
|
120
|
-
_globals['_BROKERMESSAGE_CONVERSATIONSENTRY']._serialized_end=
|
121
|
-
_globals['_BROKERMESSAGE_TEXTSENTRY']._serialized_start=
|
122
|
-
_globals['_BROKERMESSAGE_TEXTSENTRY']._serialized_end=
|
123
|
-
_globals['_BROKERMESSAGE_LINKSENTRY']._serialized_start=
|
124
|
-
_globals['_BROKERMESSAGE_LINKSENTRY']._serialized_end=
|
125
|
-
_globals['_BROKERMESSAGE_FILESENTRY']._serialized_start=
|
126
|
-
_globals['_BROKERMESSAGE_FILESENTRY']._serialized_end=
|
127
|
-
_globals['_BROKERMESSAGE_MESSAGETYPE']._serialized_start=
|
128
|
-
_globals['_BROKERMESSAGE_MESSAGETYPE']._serialized_end=
|
129
|
-
_globals['_BROKERMESSAGE_MESSAGESOURCE']._serialized_start=
|
130
|
-
_globals['_BROKERMESSAGE_MESSAGESOURCE']._serialized_end=
|
131
|
-
_globals['_BROKERMESSAGEBLOBREFERENCE']._serialized_start=
|
132
|
-
_globals['_BROKERMESSAGEBLOBREFERENCE']._serialized_end=
|
133
|
-
_globals['_WRITERSTATUSRESPONSE']._serialized_start=
|
134
|
-
_globals['_WRITERSTATUSRESPONSE']._serialized_end=
|
135
|
-
_globals['_WRITERSTATUSRESPONSE_MSGIDENTRY']._serialized_start=
|
136
|
-
_globals['_WRITERSTATUSRESPONSE_MSGIDENTRY']._serialized_end=
|
137
|
-
_globals['_WRITERSTATUSREQUEST']._serialized_start=
|
138
|
-
_globals['_WRITERSTATUSREQUEST']._serialized_end=
|
139
|
-
_globals['_NEWENTITIESGROUPREQUEST']._serialized_start=
|
140
|
-
_globals['_NEWENTITIESGROUPREQUEST']._serialized_end=
|
141
|
-
_globals['_NEWENTITIESGROUPRESPONSE']._serialized_start=
|
142
|
-
_globals['_NEWENTITIESGROUPRESPONSE']._serialized_end=
|
143
|
-
_globals['_NEWENTITIESGROUPRESPONSE_STATUS']._serialized_start=
|
144
|
-
_globals['_NEWENTITIESGROUPRESPONSE_STATUS']._serialized_end=
|
145
|
-
_globals['_SETENTITIESREQUEST']._serialized_start=
|
146
|
-
_globals['_SETENTITIESREQUEST']._serialized_end=
|
147
|
-
_globals['_UPDATEENTITIESGROUPREQUEST']._serialized_start=
|
148
|
-
_globals['_UPDATEENTITIESGROUPREQUEST']._serialized_end=
|
149
|
-
_globals['_UPDATEENTITIESGROUPREQUEST_ADDENTRY']._serialized_start=
|
150
|
-
_globals['_UPDATEENTITIESGROUPREQUEST_ADDENTRY']._serialized_end=
|
151
|
-
_globals['_UPDATEENTITIESGROUPREQUEST_UPDATEENTRY']._serialized_start=
|
152
|
-
_globals['_UPDATEENTITIESGROUPREQUEST_UPDATEENTRY']._serialized_end=
|
153
|
-
_globals['_UPDATEENTITIESGROUPRESPONSE']._serialized_start=
|
154
|
-
_globals['_UPDATEENTITIESGROUPRESPONSE']._serialized_end=
|
155
|
-
_globals['_UPDATEENTITIESGROUPRESPONSE_STATUS']._serialized_start=
|
156
|
-
_globals['_UPDATEENTITIESGROUPRESPONSE_STATUS']._serialized_end=
|
157
|
-
_globals['_LISTENTITIESGROUPSREQUEST']._serialized_start=
|
158
|
-
_globals['_LISTENTITIESGROUPSREQUEST']._serialized_end=
|
159
|
-
_globals['_LISTENTITIESGROUPSRESPONSE']._serialized_start=
|
160
|
-
_globals['_LISTENTITIESGROUPSRESPONSE']._serialized_end=
|
161
|
-
_globals['_LISTENTITIESGROUPSRESPONSE_GROUPSENTRY']._serialized_start=
|
162
|
-
_globals['_LISTENTITIESGROUPSRESPONSE_GROUPSENTRY']._serialized_end=
|
163
|
-
_globals['_LISTENTITIESGROUPSRESPONSE_STATUS']._serialized_start=
|
164
|
-
_globals['_LISTENTITIESGROUPSRESPONSE_STATUS']._serialized_end=
|
165
|
-
_globals['_GETENTITIESREQUEST']._serialized_start=
|
166
|
-
_globals['_GETENTITIESREQUEST']._serialized_end=
|
167
|
-
_globals['_GETENTITIESRESPONSE']._serialized_start=
|
168
|
-
_globals['_GETENTITIESRESPONSE']._serialized_end=
|
169
|
-
_globals['_GETENTITIESRESPONSE_GROUPSENTRY']._serialized_start=
|
170
|
-
_globals['_GETENTITIESRESPONSE_GROUPSENTRY']._serialized_end=
|
171
|
-
_globals['_GETENTITIESRESPONSE_STATUS']._serialized_start=
|
172
|
-
_globals['_GETENTITIESRESPONSE_STATUS']._serialized_end=
|
173
|
-
_globals['_DELENTITIESREQUEST']._serialized_start=
|
174
|
-
_globals['_DELENTITIESREQUEST']._serialized_end=
|
175
|
-
_globals['_MERGEENTITIESREQUEST']._serialized_start=
|
176
|
-
_globals['_MERGEENTITIESREQUEST']._serialized_end=
|
177
|
-
_globals['_MERGEENTITIESREQUEST_ENTITYID']._serialized_start=
|
178
|
-
_globals['_MERGEENTITIESREQUEST_ENTITYID']._serialized_end=
|
179
|
-
_globals['_GETLABELSRESPONSE']._serialized_start=
|
180
|
-
_globals['_GETLABELSRESPONSE']._serialized_end=
|
181
|
-
_globals['_GETLABELSRESPONSE_STATUS']._serialized_start=
|
182
|
-
_globals['_GETLABELSRESPONSE_STATUS']._serialized_end=
|
183
|
-
_globals['_GETLABELSREQUEST']._serialized_start=
|
184
|
-
_globals['_GETLABELSREQUEST']._serialized_end=
|
185
|
-
_globals['_GETENTITIESGROUPREQUEST']._serialized_start=
|
186
|
-
_globals['_GETENTITIESGROUPREQUEST']._serialized_end=
|
187
|
-
_globals['_GETENTITIESGROUPRESPONSE']._serialized_start=
|
188
|
-
_globals['_GETENTITIESGROUPRESPONSE']._serialized_end=
|
189
|
-
_globals['_GETENTITIESGROUPRESPONSE_STATUS']._serialized_start=
|
190
|
-
_globals['_GETENTITIESGROUPRESPONSE_STATUS']._serialized_end=
|
191
|
-
_globals['_GETVECTORSETSREQUEST']._serialized_start=
|
192
|
-
_globals['_GETVECTORSETSREQUEST']._serialized_end=
|
193
|
-
_globals['_GETVECTORSETSRESPONSE']._serialized_start=
|
194
|
-
_globals['_GETVECTORSETSRESPONSE']._serialized_end=
|
195
|
-
_globals['_GETVECTORSETSRESPONSE_STATUS']._serialized_start=
|
196
|
-
_globals['_GETVECTORSETSRESPONSE_STATUS']._serialized_end=
|
197
|
-
_globals['_OPSTATUSWRITER']._serialized_start=
|
198
|
-
_globals['_OPSTATUSWRITER']._serialized_end=
|
199
|
-
_globals['_OPSTATUSWRITER_STATUS']._serialized_start=
|
200
|
-
_globals['_OPSTATUSWRITER_STATUS']._serialized_end=
|
201
|
-
_globals['_NOTIFICATION']._serialized_start=
|
202
|
-
_globals['_NOTIFICATION']._serialized_end=
|
203
|
-
_globals['_NOTIFICATION_ACTION']._serialized_start=
|
204
|
-
_globals['_NOTIFICATION_ACTION']._serialized_end=
|
205
|
-
_globals['_NOTIFICATION_WRITETYPE']._serialized_start=
|
206
|
-
_globals['_NOTIFICATION_WRITETYPE']._serialized_end=
|
207
|
-
_globals['
|
208
|
-
_globals['
|
209
|
-
_globals['
|
210
|
-
_globals['
|
211
|
-
_globals['
|
212
|
-
_globals['
|
213
|
-
_globals['
|
214
|
-
_globals['
|
215
|
-
_globals['
|
216
|
-
_globals['
|
217
|
-
_globals['
|
218
|
-
_globals['
|
219
|
-
_globals['
|
220
|
-
_globals['
|
221
|
-
_globals['
|
222
|
-
_globals['
|
223
|
-
_globals['
|
224
|
-
_globals['
|
225
|
-
_globals['
|
226
|
-
_globals['
|
227
|
-
_globals['
|
228
|
-
_globals['
|
229
|
-
_globals['
|
230
|
-
_globals['
|
231
|
-
_globals['
|
232
|
-
_globals['
|
233
|
-
_globals['
|
234
|
-
_globals['
|
235
|
-
_globals['_WRITER']._serialized_start=8391
|
236
|
-
_globals['_WRITER']._serialized_end=9834
|
83
|
+
_globals['_NOTIFICATIONSOURCE']._serialized_start=8181
|
84
|
+
_globals['_NOTIFICATIONSOURCE']._serialized_end=8239
|
85
|
+
_globals['_AUDIT']._serialized_start=206
|
86
|
+
_globals['_AUDIT']._serialized_end=551
|
87
|
+
_globals['_AUDIT_SOURCE']._serialized_start=505
|
88
|
+
_globals['_AUDIT_SOURCE']._serialized_end=551
|
89
|
+
_globals['_GENERATOR']._serialized_start=554
|
90
|
+
_globals['_GENERATOR']._serialized_end=732
|
91
|
+
_globals['_GENERATOR_PROCESSOR']._serialized_start=688
|
92
|
+
_globals['_GENERATOR_PROCESSOR']._serialized_end=699
|
93
|
+
_globals['_GENERATOR_DATAAUGMENTATION']._serialized_start=701
|
94
|
+
_globals['_GENERATOR_DATAAUGMENTATION']._serialized_end=719
|
95
|
+
_globals['_ERROR']._serialized_start=735
|
96
|
+
_globals['_ERROR']._serialized_end=974
|
97
|
+
_globals['_ERROR_ERRORCODE']._serialized_start=902
|
98
|
+
_globals['_ERROR_ERRORCODE']._serialized_end=974
|
99
|
+
_globals['_BROKERMESSAGE']._serialized_start=977
|
100
|
+
_globals['_BROKERMESSAGE']._serialized_end=2985
|
101
|
+
_globals['_BROKERMESSAGE_CONVERSATIONSENTRY']._serialized_start=2525
|
102
|
+
_globals['_BROKERMESSAGE_CONVERSATIONSENTRY']._serialized_end=2602
|
103
|
+
_globals['_BROKERMESSAGE_TEXTSENTRY']._serialized_start=2604
|
104
|
+
_globals['_BROKERMESSAGE_TEXTSENTRY']._serialized_end=2670
|
105
|
+
_globals['_BROKERMESSAGE_LINKSENTRY']._serialized_start=2672
|
106
|
+
_globals['_BROKERMESSAGE_LINKSENTRY']._serialized_end=2738
|
107
|
+
_globals['_BROKERMESSAGE_FILESENTRY']._serialized_start=2740
|
108
|
+
_globals['_BROKERMESSAGE_FILESENTRY']._serialized_end=2806
|
109
|
+
_globals['_BROKERMESSAGE_MESSAGETYPE']._serialized_start=2808
|
110
|
+
_globals['_BROKERMESSAGE_MESSAGETYPE']._serialized_end=2886
|
111
|
+
_globals['_BROKERMESSAGE_MESSAGESOURCE']._serialized_start=2888
|
112
|
+
_globals['_BROKERMESSAGE_MESSAGESOURCE']._serialized_end=2930
|
113
|
+
_globals['_BROKERMESSAGEBLOBREFERENCE']._serialized_start=2987
|
114
|
+
_globals['_BROKERMESSAGEBLOBREFERENCE']._serialized_end=3064
|
115
|
+
_globals['_WRITERSTATUSRESPONSE']._serialized_start=3067
|
116
|
+
_globals['_WRITERSTATUSRESPONSE']._serialized_end=3218
|
117
|
+
_globals['_WRITERSTATUSRESPONSE_MSGIDENTRY']._serialized_start=3174
|
118
|
+
_globals['_WRITERSTATUSRESPONSE_MSGIDENTRY']._serialized_end=3218
|
119
|
+
_globals['_WRITERSTATUSREQUEST']._serialized_start=3220
|
120
|
+
_globals['_WRITERSTATUSREQUEST']._serialized_end=3241
|
121
|
+
_globals['_NEWENTITIESGROUPREQUEST']._serialized_start=3244
|
122
|
+
_globals['_NEWENTITIESGROUPREQUEST']._serialized_end=3373
|
123
|
+
_globals['_NEWENTITIESGROUPRESPONSE']._serialized_start=3376
|
124
|
+
_globals['_NEWENTITIESGROUPRESPONSE']._serialized_end=3529
|
125
|
+
_globals['_NEWENTITIESGROUPRESPONSE_STATUS']._serialized_start=3464
|
126
|
+
_globals['_NEWENTITIESGROUPRESPONSE_STATUS']._serialized_end=3529
|
127
|
+
_globals['_SETENTITIESREQUEST']._serialized_start=3531
|
128
|
+
_globals['_SETENTITIESREQUEST']._serialized_end=3655
|
129
|
+
_globals['_UPDATEENTITIESGROUPREQUEST']._serialized_start=3658
|
130
|
+
_globals['_UPDATEENTITIESGROUPREQUEST']._serialized_end=4052
|
131
|
+
_globals['_UPDATEENTITIESGROUPREQUEST_ADDENTRY']._serialized_start=3919
|
132
|
+
_globals['_UPDATEENTITIESGROUPREQUEST_ADDENTRY']._serialized_end=3983
|
133
|
+
_globals['_UPDATEENTITIESGROUPREQUEST_UPDATEENTRY']._serialized_start=3985
|
134
|
+
_globals['_UPDATEENTITIESGROUPREQUEST_UPDATEENTRY']._serialized_end=4052
|
135
|
+
_globals['_UPDATEENTITIESGROUPRESPONSE']._serialized_start=4055
|
136
|
+
_globals['_UPDATEENTITIESGROUPRESPONSE']._serialized_end=4224
|
137
|
+
_globals['_UPDATEENTITIESGROUPRESPONSE_STATUS']._serialized_start=4149
|
138
|
+
_globals['_UPDATEENTITIESGROUPRESPONSE_STATUS']._serialized_end=4224
|
139
|
+
_globals['_LISTENTITIESGROUPSREQUEST']._serialized_start=4226
|
140
|
+
_globals['_LISTENTITIESGROUPSREQUEST']._serialized_end=4295
|
141
|
+
_globals['_LISTENTITIESGROUPSRESPONSE']._serialized_start=4298
|
142
|
+
_globals['_LISTENTITIESGROUPSRESPONSE']._serialized_end=4581
|
143
|
+
_globals['_LISTENTITIESGROUPSRESPONSE_GROUPSENTRY']._serialized_start=4457
|
144
|
+
_globals['_LISTENTITIESGROUPSRESPONSE_GROUPSENTRY']._serialized_end=4538
|
145
|
+
_globals['_LISTENTITIESGROUPSRESPONSE_STATUS']._serialized_start=4540
|
146
|
+
_globals['_LISTENTITIESGROUPSRESPONSE_STATUS']._serialized_end=4581
|
147
|
+
_globals['_GETENTITIESREQUEST']._serialized_start=4583
|
148
|
+
_globals['_GETENTITIESREQUEST']._serialized_end=4645
|
149
|
+
_globals['_GETENTITIESRESPONSE']._serialized_start=4648
|
150
|
+
_globals['_GETENTITIESRESPONSE']._serialized_end=4945
|
151
|
+
_globals['_GETENTITIESRESPONSE_GROUPSENTRY']._serialized_start=4828
|
152
|
+
_globals['_GETENTITIESRESPONSE_GROUPSENTRY']._serialized_end=4902
|
153
|
+
_globals['_GETENTITIESRESPONSE_STATUS']._serialized_start=4540
|
154
|
+
_globals['_GETENTITIESRESPONSE_STATUS']._serialized_end=4581
|
155
|
+
_globals['_DELENTITIESREQUEST']._serialized_start=4947
|
156
|
+
_globals['_DELENTITIESREQUEST']._serialized_end=5024
|
157
|
+
_globals['_MERGEENTITIESREQUEST']._serialized_start=5027
|
158
|
+
_globals['_MERGEENTITIESREQUEST']._serialized_end=5244
|
159
|
+
_globals['_MERGEENTITIESREQUEST_ENTITYID']._serialized_start=5203
|
160
|
+
_globals['_MERGEENTITIESREQUEST_ENTITYID']._serialized_end=5244
|
161
|
+
_globals['_GETLABELSRESPONSE']._serialized_start=5247
|
162
|
+
_globals['_GETLABELSRESPONSE']._serialized_end=5431
|
163
|
+
_globals['_GETLABELSRESPONSE_STATUS']._serialized_start=4540
|
164
|
+
_globals['_GETLABELSRESPONSE_STATUS']._serialized_end=4570
|
165
|
+
_globals['_GETLABELSREQUEST']._serialized_start=5433
|
166
|
+
_globals['_GETLABELSREQUEST']._serialized_end=5493
|
167
|
+
_globals['_GETENTITIESGROUPREQUEST']._serialized_start=5495
|
168
|
+
_globals['_GETENTITIESGROUPREQUEST']._serialized_end=5577
|
169
|
+
_globals['_GETENTITIESGROUPRESPONSE']._serialized_start=5580
|
170
|
+
_globals['_GETENTITIESGROUPRESPONSE']._serialized_end=5829
|
171
|
+
_globals['_GETENTITIESGROUPRESPONSE_STATUS']._serialized_start=5754
|
172
|
+
_globals['_GETENTITIESGROUPRESPONSE_STATUS']._serialized_end=5829
|
173
|
+
_globals['_GETVECTORSETSREQUEST']._serialized_start=5831
|
174
|
+
_globals['_GETVECTORSETSREQUEST']._serialized_end=5895
|
175
|
+
_globals['_GETVECTORSETSRESPONSE']._serialized_start=5898
|
176
|
+
_globals['_GETVECTORSETSRESPONSE']._serialized_end=6109
|
177
|
+
_globals['_GETVECTORSETSRESPONSE_STATUS']._serialized_start=4540
|
178
|
+
_globals['_GETVECTORSETSRESPONSE_STATUS']._serialized_end=4581
|
179
|
+
_globals['_OPSTATUSWRITER']._serialized_start=6111
|
180
|
+
_globals['_OPSTATUSWRITER']._serialized_end=6220
|
181
|
+
_globals['_OPSTATUSWRITER_STATUS']._serialized_start=6179
|
182
|
+
_globals['_OPSTATUSWRITER_STATUS']._serialized_end=6220
|
183
|
+
_globals['_NOTIFICATION']._serialized_start=6223
|
184
|
+
_globals['_NOTIFICATION']._serialized_end=6689
|
185
|
+
_globals['_NOTIFICATION_ACTION']._serialized_start=6581
|
186
|
+
_globals['_NOTIFICATION_ACTION']._serialized_end=6625
|
187
|
+
_globals['_NOTIFICATION_WRITETYPE']._serialized_start=6627
|
188
|
+
_globals['_NOTIFICATION_WRITETYPE']._serialized_end=6689
|
189
|
+
_globals['_SHARDOBJECT']._serialized_start=6691
|
190
|
+
_globals['_SHARDOBJECT']._serialized_end=6818
|
191
|
+
_globals['_SHARDS']._serialized_start=6821
|
192
|
+
_globals['_SHARDS']._serialized_end=7147
|
193
|
+
_globals['_SHARDS_EXTRAENTRY']._serialized_start=7103
|
194
|
+
_globals['_SHARDS_EXTRAENTRY']._serialized_end=7147
|
195
|
+
_globals['_INDEXRESOURCE']._serialized_start=7149
|
196
|
+
_globals['_INDEXRESOURCE']._serialized_end=7216
|
197
|
+
_globals['_INDEXSTATUS']._serialized_start=7218
|
198
|
+
_globals['_INDEXSTATUS']._serialized_end=7231
|
199
|
+
_globals['_SYNONYMSREQUEST']._serialized_start=7233
|
200
|
+
_globals['_SYNONYMSREQUEST']._serialized_end=7264
|
201
|
+
_globals['_NEWKNOWLEDGEBOXV2REQUEST']._serialized_start=7267
|
202
|
+
_globals['_NEWKNOWLEDGEBOXV2REQUEST']._serialized_end=7723
|
203
|
+
_globals['_NEWKNOWLEDGEBOXV2REQUEST_VECTORSET']._serialized_start=7588
|
204
|
+
_globals['_NEWKNOWLEDGEBOXV2REQUEST_VECTORSET']._serialized_end=7723
|
205
|
+
_globals['_NEWKNOWLEDGEBOXV2RESPONSE']._serialized_start=7725
|
206
|
+
_globals['_NEWKNOWLEDGEBOXV2RESPONSE']._serialized_end=7833
|
207
|
+
_globals['_FIELDERROR']._serialized_start=7835
|
208
|
+
_globals['_FIELDERROR']._serialized_end=7932
|
209
|
+
_globals['_FIELDSTATUS']._serialized_start=7935
|
210
|
+
_globals['_FIELDSTATUS']._serialized_end=8083
|
211
|
+
_globals['_FIELDSTATUS_STATUS']._serialized_start=8036
|
212
|
+
_globals['_FIELDSTATUS_STATUS']._serialized_end=8083
|
213
|
+
_globals['_FIELDIDSTATUS']._serialized_start=8085
|
214
|
+
_globals['_FIELDIDSTATUS']._serialized_end=8179
|
215
|
+
_globals['_WRITER']._serialized_start=8242
|
216
|
+
_globals['_WRITER']._serialized_end=9685
|
237
217
|
# @@protoc_insertion_point(module_scope)
|
nucliadb_protos/writer_pb2.pyi
CHANGED
@@ -12,7 +12,6 @@ import google.protobuf.message
|
|
12
12
|
import google.protobuf.timestamp_pb2
|
13
13
|
import nucliadb_protos.audit_pb2
|
14
14
|
import nucliadb_protos.knowledgebox_pb2
|
15
|
-
import nucliadb_protos.noderesources_pb2
|
16
15
|
import nucliadb_protos.resources_pb2
|
17
16
|
import nucliadb_protos.utils_pb2
|
18
17
|
import sys
|
@@ -58,6 +57,7 @@ from nucliadb_protos.knowledgebox_pb2 import (
|
|
58
57
|
CONFLICT as CONFLICT,
|
59
58
|
CreateExternalIndexProviderMetadata as CreateExternalIndexProviderMetadata,
|
60
59
|
CreatePineconeConfig as CreatePineconeConfig,
|
60
|
+
DENSE_F32 as DENSE_F32,
|
61
61
|
DeleteKnowledgeBoxResponse as DeleteKnowledgeBoxResponse,
|
62
62
|
DeletedEntitiesGroups as DeletedEntitiesGroups,
|
63
63
|
ERROR as ERROR,
|
@@ -91,37 +91,12 @@ from nucliadb_protos.knowledgebox_pb2 import (
|
|
91
91
|
TermSynonyms as TermSynonyms,
|
92
92
|
UNSET as UNSET,
|
93
93
|
UpdateKnowledgeBoxResponse as UpdateKnowledgeBoxResponse,
|
94
|
+
VectorIndexConfig as VectorIndexConfig,
|
94
95
|
VectorSet as VectorSet,
|
95
96
|
VectorSetConfig as VectorSetConfig,
|
96
97
|
VectorSetPurge as VectorSetPurge,
|
97
98
|
VectorSets as VectorSets,
|
98
|
-
|
99
|
-
from nucliadb_protos.noderesources_pb2 import (
|
100
|
-
EmptyQuery as EmptyQuery,
|
101
|
-
EmptyResponse as EmptyResponse,
|
102
|
-
IndexMetadata as IndexMetadata,
|
103
|
-
IndexParagraph as IndexParagraph,
|
104
|
-
IndexParagraphs as IndexParagraphs,
|
105
|
-
IndexRelation as IndexRelation,
|
106
|
-
IndexRelations as IndexRelations,
|
107
|
-
NodeMetadata as NodeMetadata,
|
108
|
-
ParagraphMetadata as ParagraphMetadata,
|
109
|
-
Position as Position,
|
110
|
-
Representation as Representation,
|
111
|
-
Resource as Resource,
|
112
|
-
ResourceID as ResourceID,
|
113
|
-
SentenceMetadata as SentenceMetadata,
|
114
|
-
Shard as Shard,
|
115
|
-
ShardCreated as ShardCreated,
|
116
|
-
ShardId as ShardId,
|
117
|
-
ShardIds as ShardIds,
|
118
|
-
ShardMetadata as ShardMetadata,
|
119
|
-
StringList as StringList,
|
120
|
-
TextInformation as TextInformation,
|
121
|
-
VectorSentence as VectorSentence,
|
122
|
-
VectorSetID as VectorSetID,
|
123
|
-
VectorSetList as VectorSetList,
|
124
|
-
VectorsetSentences as VectorsetSentences,
|
99
|
+
VectorType as VectorType,
|
125
100
|
)
|
126
101
|
from nucliadb_protos.resources_pb2 import (
|
127
102
|
AllFieldIDs as AllFieldIDs,
|
@@ -1371,32 +1346,11 @@ class Notification(google.protobuf.message.Message):
|
|
1371
1346
|
|
1372
1347
|
global___Notification = Notification
|
1373
1348
|
|
1374
|
-
@typing.final
|
1375
|
-
class ShardReplica(google.protobuf.message.Message):
|
1376
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
1377
|
-
|
1378
|
-
SHARD_FIELD_NUMBER: builtins.int
|
1379
|
-
NODE_FIELD_NUMBER: builtins.int
|
1380
|
-
node: builtins.str
|
1381
|
-
@property
|
1382
|
-
def shard(self) -> nucliadb_protos.noderesources_pb2.ShardCreated: ...
|
1383
|
-
def __init__(
|
1384
|
-
self,
|
1385
|
-
*,
|
1386
|
-
shard: nucliadb_protos.noderesources_pb2.ShardCreated | None = ...,
|
1387
|
-
node: builtins.str = ...,
|
1388
|
-
) -> None: ...
|
1389
|
-
def HasField(self, field_name: typing.Literal["shard", b"shard"]) -> builtins.bool: ...
|
1390
|
-
def ClearField(self, field_name: typing.Literal["node", b"node", "shard", b"shard"]) -> None: ...
|
1391
|
-
|
1392
|
-
global___ShardReplica = ShardReplica
|
1393
|
-
|
1394
1349
|
@typing.final
|
1395
1350
|
class ShardObject(google.protobuf.message.Message):
|
1396
1351
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
1397
1352
|
|
1398
1353
|
SHARD_FIELD_NUMBER: builtins.int
|
1399
|
-
REPLICAS_FIELD_NUMBER: builtins.int
|
1400
1354
|
TIMESTAMP_FIELD_NUMBER: builtins.int
|
1401
1355
|
READ_ONLY_FIELD_NUMBER: builtins.int
|
1402
1356
|
NIDX_SHARD_ID_FIELD_NUMBER: builtins.int
|
@@ -1404,20 +1358,17 @@ class ShardObject(google.protobuf.message.Message):
|
|
1404
1358
|
read_only: builtins.bool
|
1405
1359
|
nidx_shard_id: builtins.str
|
1406
1360
|
@property
|
1407
|
-
def replicas(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___ShardReplica]: ...
|
1408
|
-
@property
|
1409
1361
|
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
1410
1362
|
def __init__(
|
1411
1363
|
self,
|
1412
1364
|
*,
|
1413
1365
|
shard: builtins.str = ...,
|
1414
|
-
replicas: collections.abc.Iterable[global___ShardReplica] | None = ...,
|
1415
1366
|
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
1416
1367
|
read_only: builtins.bool = ...,
|
1417
1368
|
nidx_shard_id: builtins.str = ...,
|
1418
1369
|
) -> None: ...
|
1419
1370
|
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
1420
|
-
def ClearField(self, field_name: typing.Literal["nidx_shard_id", b"nidx_shard_id", "read_only", b"read_only", "
|
1371
|
+
def ClearField(self, field_name: typing.Literal["nidx_shard_id", b"nidx_shard_id", "read_only", b"read_only", "shard", b"shard", "timestamp", b"timestamp"]) -> None: ...
|
1421
1372
|
|
1422
1373
|
global___ShardObject = ShardObject
|
1423
1374
|
|
@@ -47,6 +47,7 @@ from nucliadb_protos.knowledgebox_pb2 import (
|
|
47
47
|
CONFLICT as CONFLICT,
|
48
48
|
CreateExternalIndexProviderMetadata as CreateExternalIndexProviderMetadata,
|
49
49
|
CreatePineconeConfig as CreatePineconeConfig,
|
50
|
+
DENSE_F32 as DENSE_F32,
|
50
51
|
DeleteKnowledgeBoxResponse as DeleteKnowledgeBoxResponse,
|
51
52
|
DeletedEntitiesGroups as DeletedEntitiesGroups,
|
52
53
|
ERROR as ERROR,
|
@@ -80,37 +81,12 @@ from nucliadb_protos.knowledgebox_pb2 import (
|
|
80
81
|
TermSynonyms as TermSynonyms,
|
81
82
|
UNSET as UNSET,
|
82
83
|
UpdateKnowledgeBoxResponse as UpdateKnowledgeBoxResponse,
|
84
|
+
VectorIndexConfig as VectorIndexConfig,
|
83
85
|
VectorSet as VectorSet,
|
84
86
|
VectorSetConfig as VectorSetConfig,
|
85
87
|
VectorSetPurge as VectorSetPurge,
|
86
88
|
VectorSets as VectorSets,
|
87
|
-
|
88
|
-
from nucliadb_protos.noderesources_pb2 import (
|
89
|
-
EmptyQuery as EmptyQuery,
|
90
|
-
EmptyResponse as EmptyResponse,
|
91
|
-
IndexMetadata as IndexMetadata,
|
92
|
-
IndexParagraph as IndexParagraph,
|
93
|
-
IndexParagraphs as IndexParagraphs,
|
94
|
-
IndexRelation as IndexRelation,
|
95
|
-
IndexRelations as IndexRelations,
|
96
|
-
NodeMetadata as NodeMetadata,
|
97
|
-
ParagraphMetadata as ParagraphMetadata,
|
98
|
-
Position as Position,
|
99
|
-
Representation as Representation,
|
100
|
-
Resource as Resource,
|
101
|
-
ResourceID as ResourceID,
|
102
|
-
SentenceMetadata as SentenceMetadata,
|
103
|
-
Shard as Shard,
|
104
|
-
ShardCreated as ShardCreated,
|
105
|
-
ShardId as ShardId,
|
106
|
-
ShardIds as ShardIds,
|
107
|
-
ShardMetadata as ShardMetadata,
|
108
|
-
StringList as StringList,
|
109
|
-
TextInformation as TextInformation,
|
110
|
-
VectorSentence as VectorSentence,
|
111
|
-
VectorSetID as VectorSetID,
|
112
|
-
VectorSetList as VectorSetList,
|
113
|
-
VectorsetSentences as VectorsetSentences,
|
89
|
+
VectorType as VectorType,
|
114
90
|
)
|
115
91
|
from nucliadb_protos.resources_pb2 import (
|
116
92
|
AllFieldIDs as AllFieldIDs,
|
@@ -0,0 +1,37 @@
|
|
1
|
+
.gitignore,sha256=zbyuFRBda3geYggTx5x-hodA1OnMU85vX8u8Ejh630s,2
|
2
|
+
build.py,sha256=HGQsXs61H_Wr0U3FEwEzcLIaejM0EV-NgFzOA-CYSOY,2240
|
3
|
+
nucliadb_protos-6.3.7.post4119.dist-info/METADATA,sha256=q5KB34ND3rCy_yAEes2-iSvOuTQSuMh2LU-W1HkTKfk,819
|
4
|
+
nucliadb_protos-6.3.7.post4119.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
5
|
+
nucliadb_protos-6.3.7.post4119.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
6
|
+
nucliadb_protos/audit_pb2.py,sha256=iluasDn-ToqTDyWujXkqgvoYeE2FxYjvUjVasN-ZCQ0,8707
|
7
|
+
nucliadb_protos/audit_pb2.pyi,sha256=qcZDmFiUT6Z69-H6DKOpHfTTgjVU7VzEaU1rkGeLBSQ,21575
|
8
|
+
nucliadb_protos/backups_pb2.py,sha256=CYNHQ6u2m6LBTuzdCwvc3L3SotD2dbOE1w8D_0CwidU,3676
|
9
|
+
nucliadb_protos/backups_pb2.pyi,sha256=OU3jM6utKOuYS0sEqP6ajEEMkl-dYQv8muJZ21-oX7I,6938
|
10
|
+
nucliadb_protos/backups_pb2_grpc.py,sha256=rfQlAMHvnbTkUr-3AG1GdBkW8oN37mdYTUA50rWuOaA,904
|
11
|
+
nucliadb_protos/backups_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
12
|
+
nucliadb_protos/dataset_pb2.py,sha256=kci_RjD_fQlfS7_lZKypmNruKkrVA_hUGTFkMv2Tg74,7648
|
13
|
+
nucliadb_protos/dataset_pb2.pyi,sha256=p4foSgu_u2taIL9nf-A2KtsRG8LmQTu0HC5rMXRefhs,22110
|
14
|
+
nucliadb_protos/kb_usage_pb2.py,sha256=8T2t7lF-iWBFPWc2bs8tspDB9MR8jQEqDuus-_9RYp0,6360
|
15
|
+
nucliadb_protos/kb_usage_pb2.pyi,sha256=egxQoXOLDUcuOpYnkNIyk698rKGeopRBtKX6brhglH8,16321
|
16
|
+
nucliadb_protos/knowledgebox_pb2.py,sha256=_8WeoW1NZTHyxryOrvUx7sMaSVWFYWqXEvl2_dpfgds,16855
|
17
|
+
nucliadb_protos/knowledgebox_pb2.pyi,sha256=gPpknorc6L2B0_-SzVKG8hOpgxKHGFMFINXqHgGiI-c,40963
|
18
|
+
nucliadb_protos/migrations_pb2.py,sha256=SRLR8yH9stiYQJ6fLFBgsj7h_5quH6OEx8Y1EtyfQBY,1407
|
19
|
+
nucliadb_protos/migrations_pb2.pyi,sha256=K1doWaVBMDlpF1pHBdZd97AZKBKynJz6C7uHDYhaJs4,844
|
20
|
+
nucliadb_protos/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
|
+
nucliadb_protos/resources_pb2.py,sha256=4gLft_XVgUcAPJxq9KRD_tjkyDQPZ8SKMpRHywXjSiY,37088
|
22
|
+
nucliadb_protos/resources_pb2.pyi,sha256=WUvfTWbTcv4DsPEl7nRga0ic65tGxa-YHqoRpUUY5yw,97345
|
23
|
+
nucliadb_protos/standalone_pb2.py,sha256=h0-EuNCarB-RBqmqJMt4GNnXDxd0bbHTdW2q16hsdiQ,2447
|
24
|
+
nucliadb_protos/standalone_pb2.pyi,sha256=t5qzk1ZPg-98lAqDIsp3aE_8fzMOtI0J2Emex1b79xg,2533
|
25
|
+
nucliadb_protos/standalone_pb2_grpc.py,sha256=Fm_jw7C1fkpMz9VFIuLHE1y6UxQpFlzSmJBzthtgb-c,5595
|
26
|
+
nucliadb_protos/standalone_pb2_grpc.pyi,sha256=0gHvBKQW5abeoK64pVfBekpK1o_lMg89gPdd3ar8Rco,2145
|
27
|
+
nucliadb_protos/train_pb2.py,sha256=H-ORaT2z0W97_eXok1sojjnlueXhc1T6OIfIPeHT634,12484
|
28
|
+
nucliadb_protos/train_pb2.pyi,sha256=cQ0_jDTdALF-_KvN3VAR1K-77A-uNMuusXu8Z60KBz8,28378
|
29
|
+
nucliadb_protos/train_pb2_grpc.py,sha256=IZAwhOzKrbrVZSq55_45TIm3BywGmlWmWVM3iadhQl8,16143
|
30
|
+
nucliadb_protos/train_pb2_grpc.pyi,sha256=liTLwIyE9JuJpJZL4c0g4M2oF89u6mBvSpV8Ik1Upfk,12048
|
31
|
+
nucliadb_protos/utils_pb2.py,sha256=DjWGFcZquXuJoG-wRSMxKUT0OExc9NaYvoT_w4lqFbc,7076
|
32
|
+
nucliadb_protos/utils_pb2.pyi,sha256=_ebOQU711CHIpXRQ9nJ4Z1I410wVVSYmcrgU1Cw1B-o,18970
|
33
|
+
nucliadb_protos/writer_pb2.py,sha256=H24hp95ajSr4MG3Ucn-X46z2OZ_-DxIj0h4TyT_7CoE,28208
|
34
|
+
nucliadb_protos/writer_pb2.pyi,sha256=cnax2hQQioViKtrMbt5qCpc5NnmwAxexOhHBcxo4Oyg,71134
|
35
|
+
nucliadb_protos/writer_pb2_grpc.py,sha256=08SyrUd6XU-JepqNQYtyf1S0-UWRIrXLTC32CJyP0cE,33238
|
36
|
+
nucliadb_protos/writer_pb2_grpc.pyi,sha256=U1_V1kRdMMUL2XbYcRQ_N9Pa-V0W9AelXZ9Lo1sUO2E,17564
|
37
|
+
nucliadb_protos-6.3.7.post4119.dist-info/RECORD,,
|