Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
227 changes: 136 additions & 91 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 1.6.0
version: 1.6.1
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.520.1
speakeasyVersion: 1.531.4
sources:
Ragie-OAS:
sourceNamespace: ragie-oas
sourceRevisionDigest: sha256:36f1784db5a25bdf690658f2aa306e8b4b4c87f6daccff7d1470d957bcbc3b3f
sourceBlobDigest: sha256:f88b5aa5a5fe46099062c684c269e9f5ae7d7f4f62dd9f388882723166a50801
sourceRevisionDigest: sha256:d44a3176a764a2a2e4ed5da1f077587441c0318b2367c04349ec82dea739157a
sourceBlobDigest: sha256:dab6860b89bcc84e015a3b48d4c875ca2f75358ef9caf98fdf1412209f9af86d
tags:
- latest
- speakeasy-sdk-regen-1739750843
- speakeasy-sdk-regen-1742947649
- 1.0.0
targets:
ragie:
source: Ragie-OAS
sourceNamespace: ragie-oas
sourceRevisionDigest: sha256:36f1784db5a25bdf690658f2aa306e8b4b4c87f6daccff7d1470d957bcbc3b3f
sourceBlobDigest: sha256:f88b5aa5a5fe46099062c684c269e9f5ae7d7f4f62dd9f388882723166a50801
sourceRevisionDigest: sha256:d44a3176a764a2a2e4ed5da1f077587441c0318b2367c04349ec82dea739157a
sourceBlobDigest: sha256:dab6860b89bcc84e015a3b48d4c875ca2f75358ef9caf98fdf1412209f9af86d
codeSamplesNamespace: ragie-oas-python-code-samples
codeSamplesRevisionDigest: sha256:910625878215e09a98f1f3c847ee4fd9dd88a854b015719c33548325a4b7e8da
codeSamplesRevisionDigest: sha256:931de1ddb886f89a7e706e25a46f69b00bf5d1f1df5853344a3180bbb6b93ac2
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 2 additions & 0 deletions README-PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ asyncio.run(main())
* [patch_metadata](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#patch_metadata) - Patch Document Metadata
* [get_chunks](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_chunks) - Get Document Chunks
* [get_chunk](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_chunk) - Get Document Chunk
* [get_chunk_content](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_chunk_content) - Get Document Chunk Content
* [get_content](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_content) - Get Document Content
* [get_source](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_source) - Get Document Source
* [get_summary](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_summary) - Get Document Summary
Expand All @@ -203,6 +204,7 @@ asyncio.run(main())
* [list_instructions](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_instructions) - List Instructions
* [create_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#create_instruction) - Create Instruction
* [update_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#update_instruction) - Update Instruction
* [delete](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#delete) - Delete Instruction
* [list_by_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_by_instruction) - Get Instruction Extracted Entities
* [list_by_document](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_by_document) - Get Document Extracted Entities

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ asyncio.run(main())
* [patch_metadata](docs/sdks/documents/README.md#patch_metadata) - Patch Document Metadata
* [get_chunks](docs/sdks/documents/README.md#get_chunks) - Get Document Chunks
* [get_chunk](docs/sdks/documents/README.md#get_chunk) - Get Document Chunk
* [get_chunk_content](docs/sdks/documents/README.md#get_chunk_content) - Get Document Chunk Content
* [get_content](docs/sdks/documents/README.md#get_content) - Get Document Content
* [get_source](docs/sdks/documents/README.md#get_source) - Get Document Source
* [get_summary](docs/sdks/documents/README.md#get_summary) - Get Document Summary
Expand All @@ -203,6 +204,7 @@ asyncio.run(main())
* [list_instructions](docs/sdks/entities/README.md#list_instructions) - List Instructions
* [create_instruction](docs/sdks/entities/README.md#create_instruction) - Create Instruction
* [update_instruction](docs/sdks/entities/README.md#update_instruction) - Update Instruction
* [delete](docs/sdks/entities/README.md#delete) - Delete Instruction
* [list_by_instruction](docs/sdks/entities/README.md#list_by_instruction) - Get Instruction Extracted Entities
* [list_by_document](docs/sdks/entities/README.md#list_by_document) - Get Document Extracted Entities

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,14 @@ Based on:
### Generated
- [python v1.6.0] .
### Releases
- [PyPI v1.6.0] https://pypi.org/project/ragie/1.6.0 - .
- [PyPI v1.6.0] https://pypi.org/project/ragie/1.6.0 - .

## 2025-04-15 00:14:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.531.4 (2.570.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.6.1] .
### Releases
- [PyPI v1.6.1] https://pypi.org/project/ragie/1.6.1 - .
9 changes: 9 additions & 0 deletions docs/models/audiomodalitydata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AudioModalityData


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `type` | *Optional[Literal["audio"]]* | :heavy_minus_sign: | N/A |
| `word_timestamps` | List[[models.WordTimestamp](../models/wordtimestamp.md)] | :heavy_minus_sign: | N/A |
7 changes: 7 additions & 0 deletions docs/models/config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Config


## Fields

| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |
6 changes: 3 additions & 3 deletions docs/models/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
| `source` | [Nullable[models.Source]](../models/source.md) | :heavy_check_mark: | N/A |
| `enabled` | *bool* | :heavy_check_mark: | N/A |
| `disabled_by_system_reason` | [Nullable[models.DisabledBySystemReason]](../models/disabledbysystemreason.md) | :heavy_check_mark: | N/A |
| `page_limit` | *Nullable[int]* | :heavy_check_mark: | N/A |
| `disabled_by_system` | *bool* | :heavy_check_mark: | N/A |
| `last_synced_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A |
| `syncing` | *OptionalNullable[bool]* | :heavy_minus_sign: | N/A |
| `partition` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `partition` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `page_limit` | *Nullable[int]* | :heavy_check_mark: | N/A |
| `disabled_by_system` | *bool* | :heavy_check_mark: | N/A |
Loading