|
1 | 1 | lockVersion: 2.0.0
|
2 | 2 | id: 85e129dc-bc42-49d7-a540-14c82344db7c
|
3 | 3 | management:
|
4 |
| - docChecksum: 87b5e75d832b4a8d69489ccaf906722a |
| 4 | + docChecksum: 33aab983291384b75f392f42732333d0 |
5 | 5 | docVersion: "2.0"
|
6 | 6 | speakeasyVersion: 1.528.1
|
7 | 7 | generationVersion: 2.565.1
|
8 |
| - releaseVersion: 3.3.0-rc.34 |
9 |
| - configChecksum: 6d0125916eb13cbdd4382cc646fb9f1b |
| 8 | + releaseVersion: 3.4.0-rc.0 |
| 9 | + configChecksum: 4f11ab1bef59bd6449cceb961779ffaf |
10 | 10 | repoURL: https://github.com/orq-ai/orq-python.git
|
11 | 11 | repoSubDirectory: packages/orq-rc
|
12 | 12 | installationURL: https://github.com/orq-ai/orq-python.git#subdirectory=packages/orq-rc
|
@@ -96,10 +96,10 @@ generatedFiles:
|
96 | 96 | - docs/models/cleardatasetrequest.md
|
97 | 97 | - docs/models/content.md
|
98 | 98 | - docs/models/content2.md
|
99 |
| - - docs/models/createchunkknowledgemetadata.md |
100 | 99 | - docs/models/createchunkmetadata.md
|
101 | 100 | - docs/models/createchunkrequest.md
|
102 | 101 | - docs/models/createchunkresponsebody.md
|
| 102 | + - docs/models/createchunkstatus.md |
103 | 103 | - docs/models/createcontactrequestbody.md
|
104 | 104 | - docs/models/createcontactresponsebody.md
|
105 | 105 | - docs/models/createdatasetitem21.md
|
@@ -514,7 +514,6 @@ generatedFiles:
|
514 | 514 | - docs/models/developermessage.md
|
515 | 515 | - docs/models/documents.md
|
516 | 516 | - docs/models/encodingformat.md
|
517 |
| - - docs/models/errors.md |
518 | 517 | - docs/models/file.md
|
519 | 518 | - docs/models/filedeleterequest.md
|
520 | 519 | - docs/models/filegetpurpose.md
|
@@ -760,7 +759,6 @@ generatedFiles:
|
760 | 759 | - docs/models/prefixmessagestoolmessage.md
|
761 | 760 | - docs/models/prefixmessagestype.md
|
762 | 761 | - docs/models/prefixmessagesusermessage.md
|
763 |
| - - docs/models/processingattempts.md |
764 | 762 | - docs/models/promptconfig.md
|
765 | 763 | - docs/models/provider.md
|
766 | 764 | - docs/models/purpose.md
|
@@ -1535,7 +1533,7 @@ examples:
|
1535 | 1533 | datasource_id: "<id>"
|
1536 | 1534 | responses:
|
1537 | 1535 | "200":
|
1538 |
| - application/json: [{"knowledge_id": "<id>", "workspace_id": "<id>", "data_source_id": "<id>", "id": "chunk_01JQBZHPBHPHSGY1R7BRZ06802", "text": "<value>", "enabled": true, "processing_attempts": [{"id": "<id>", "started_at": "<value>"}, {"id": "<id>", "started_at": "<value>"}], "created": "<value>", "updated": "<value>", "created_by_id": "<id>", "updated_by_id": "<id>"}, {"knowledge_id": "<id>", "workspace_id": "<id>", "data_source_id": "<id>", "id": "chunk_01JQBZHPBHPHSGY1R7BRZ06802", "text": "<value>", "enabled": true, "processing_attempts": [{"id": "<id>", "started_at": "<value>"}, {"id": "<id>", "started_at": "<value>"}], "created": "<value>", "updated": "<value>", "created_by_id": "<id>", "updated_by_id": "<id>"}, {"knowledge_id": "<id>", "workspace_id": "<id>", "data_source_id": "<id>", "id": "chunk_01JQBZHPBHPHSGY1R7BRZ06802", "text": "<value>", "enabled": true, "processing_attempts": [{"id": "<id>", "started_at": "<value>"}], "created": "<value>", "updated": "<value>", "created_by_id": "<id>", "updated_by_id": "<id>"}] |
| 1536 | + application/json: [{"_id": "<id>", "text": "<value>", "enabled": true, "status": "queued", "created": "<value>", "updated": "<value>", "created_by_id": "<id>"}, {"_id": "<id>", "text": "<value>", "enabled": true, "status": "failed", "created": "<value>", "updated": "<value>", "created_by_id": "<id>"}, {"_id": "<id>", "text": "<value>", "enabled": true, "status": "failed", "created": "<value>", "updated": "<value>", "created_by_id": "<id>"}] |
1539 | 1537 | ListChunks:
|
1540 | 1538 | speakeasy-default-list-chunks:
|
1541 | 1539 | parameters:
|
|
0 commit comments