|
1 | 1 | lockVersion: 2.0.0
|
2 | 2 | id: fd34e2fb-ef13-41ac-aee3-a7cff2be8de7
|
3 | 3 | management:
|
4 |
| - docChecksum: ab03e9d28f047d983438b50df8c276c3 |
| 4 | + docChecksum: f56cbfb13ce2ecaed22fc461be26dd33 |
5 | 5 | docVersion: "2.0"
|
6 | 6 | speakeasyVersion: 1.528.1
|
7 | 7 | generationVersion: 2.565.1
|
8 |
| - releaseVersion: 3.3.0 |
9 |
| - configChecksum: c026420d47aaa8d3972cf2eaf39000ff |
| 8 | + releaseVersion: 3.3.1 |
| 9 | + configChecksum: 6df1548a3a8241f427d465b78bed0432 |
10 | 10 | repoURL: https://github.com/orq-ai/orq-python.git
|
11 | 11 | installationURL: https://github.com/orq-ai/orq-python.git
|
12 | 12 | published: true
|
@@ -95,10 +95,10 @@ generatedFiles:
|
95 | 95 | - docs/models/cleardatasetrequest.md
|
96 | 96 | - docs/models/content.md
|
97 | 97 | - docs/models/content2.md
|
98 |
| - - docs/models/createchunkknowledgemetadata.md |
99 | 98 | - docs/models/createchunkmetadata.md
|
100 | 99 | - docs/models/createchunkrequest.md
|
101 | 100 | - docs/models/createchunkresponsebody.md
|
| 101 | + - docs/models/createchunkstatus.md |
102 | 102 | - docs/models/createcontactrequestbody.md
|
103 | 103 | - docs/models/createcontactresponsebody.md
|
104 | 104 | - docs/models/createdatasetitem21.md
|
@@ -513,7 +513,6 @@ generatedFiles:
|
513 | 513 | - docs/models/developermessage.md
|
514 | 514 | - docs/models/documents.md
|
515 | 515 | - docs/models/encodingformat.md
|
516 |
| - - docs/models/errors.md |
517 | 516 | - docs/models/file.md
|
518 | 517 | - docs/models/filedeleterequest.md
|
519 | 518 | - docs/models/filegetpurpose.md
|
@@ -759,7 +758,6 @@ generatedFiles:
|
759 | 758 | - docs/models/prefixmessagestoolmessage.md
|
760 | 759 | - docs/models/prefixmessagestype.md
|
761 | 760 | - docs/models/prefixmessagesusermessage.md
|
762 |
| - - docs/models/processingattempts.md |
763 | 761 | - docs/models/promptconfig.md
|
764 | 762 | - docs/models/provider.md
|
765 | 763 | - docs/models/purpose.md
|
@@ -1512,7 +1510,7 @@ examples:
|
1512 | 1510 | datasource_id: "<id>"
|
1513 | 1511 | responses:
|
1514 | 1512 | "200":
|
1515 |
| - application/json: [{"knowledge_id": "<id>", "workspace_id": "<id>", "data_source_id": "<id>", "id": "chunk_01JQYJSBSRYKECXYPB02KAAFGW", "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_01JQYJSBSRYKECXYPB02KAAFGW", "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_01JQYJSBSRYKECXYPB02KAAFGW", "text": "<value>", "enabled": true, "processing_attempts": [{"id": "<id>", "started_at": "<value>"}], "created": "<value>", "updated": "<value>", "created_by_id": "<id>", "updated_by_id": "<id>"}] |
| 1513 | + 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>"}] |
1516 | 1514 | ListChunks:
|
1517 | 1515 | speakeasy-default-list-chunks:
|
1518 | 1516 | parameters:
|
|
0 commit comments