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
435 changes: 349 additions & 86 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 @@ -32,7 +32,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.4.11
version: 2.4.12
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ sources:
- speakeasy-mistralai-gcp-sdk-26292830187-1
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:727adcde9f0715919db445c00126f4a4f206e0500a20bb25326cbefbf8e0e8b5
sourceBlobDigest: sha256:5d2496bef5bc26a7db645742abc828ae1dd17623d91b354f1c3ff4e5879e15de
sourceRevisionDigest: sha256:f1ff6181c7e46c198d9640cfc832e69b3287eef1b8901dc1a8f4c310a16c0989
sourceBlobDigest: sha256:b1b70c5def499002662a58f9b986a4a424f46abfc21db555c039e1cc12fc3555
tags:
- latest
- speakeasy-mistralai-sdk-27618963184-2
- speakeasy-mistralai-sdk-27689953008-1
targets:
mistralai-azure-sdk:
source: mistral-azure-source
Expand All @@ -39,10 +39,10 @@ targets:
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:727adcde9f0715919db445c00126f4a4f206e0500a20bb25326cbefbf8e0e8b5
sourceBlobDigest: sha256:5d2496bef5bc26a7db645742abc828ae1dd17623d91b354f1c3ff4e5879e15de
sourceRevisionDigest: sha256:f1ff6181c7e46c198d9640cfc832e69b3287eef1b8901dc1a8f4c310a16c0989
sourceBlobDigest: sha256:b1b70c5def499002662a58f9b986a4a424f46abfc21db555c039e1cc12fc3555
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:54ee17fc7209ca61ec3ce17a2b5fa4fbdea16545ea7db811ffe6a92d9cb8cb9f
codeSamplesRevisionDigest: sha256:220f7823e9d004e00764fa0aa1b4ec0c23c03f22eb51fa78e1ee4435589b764b
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,15 @@ print(res.choices[0].message.content)

### [Beta.Rag.SearchIndexes](docs/sdks/searchindexes/README.md)

* [list](docs/sdks/searchindexes/README.md#list) - Get Search Indexes
* [register](docs/sdks/searchindexes/README.md#register) - Register Search Index
* [register](docs/sdks/searchindexes/README.md#register) - Register (or re-register) a search index
* [get_index_summaries](docs/sdks/searchindexes/README.md#get_index_summaries) - Get Index Summaries
* [unregister](docs/sdks/searchindexes/README.md#unregister) - Unregister Search Index
* [update_index_metrics](docs/sdks/searchindexes/README.md#update_index_metrics) - Update Index Metrics
* [get_index_detail](docs/sdks/searchindexes/README.md#get_index_detail) - Get Index Details
* [set_index_summary](docs/sdks/searchindexes/README.md#set_index_summary) - Set Index Summary
* [get_index_schema_detail](docs/sdks/searchindexes/README.md#get_index_schema_detail) - Get Index Schema Detail
* [set_schema_summary](docs/sdks/searchindexes/README.md#set_schema_summary) - Set Schema Summary
* [get_index_schema_file](docs/sdks/searchindexes/README.md#get_index_schema_file) - Get Index Schema File

### [Chat](docs/sdks/chat/README.md)

Expand Down Expand Up @@ -1003,8 +1010,8 @@ with Mistral(


**Inherit from [`MistralError`](./src/mistralai/client/errors/mistralerror.py)**:
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 134 of 216 methods.*
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 216 methods.*
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 140 of 223 methods.*
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 223 methods.*
* [`ResponseValidationError`](./src/mistralai/client/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.

</details>
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,4 +688,14 @@ Based on:
### Generated
- [python v2.4.11] .
### Releases
- [PyPI v2.4.11] https://pypi.org/project/mistralai/2.4.11 - .
- [PyPI v2.4.11] https://pypi.org/project/mistralai/2.4.11 - .

## 2026-06-17 12:47:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.4.12] .
### Releases
- [PyPI v2.4.12] https://pypi.org/project/mistralai/2.4.12 - .
11 changes: 0 additions & 11 deletions docs/models/createsearchindexinforequest.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/createsearchindexinforequestindex.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/models/createsearchindexinforequeststatus.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/models/createvespaschemarequest.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/models/createvespasearchindexinforequest.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/models/fieldt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# FieldT


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `name` | *str* | :heavy_check_mark: | N/A |
| `type` | [models.SchemaFieldType](../models/schemafieldtype.md) | :heavy_check_mark: | N/A |
| `storage` | [models.SchemaFieldStorage](../models/schemafieldstorage.md) | :heavy_check_mark: | N/A |
| `index_type` | [Nullable[models.SchemaFieldIndex]](../models/schemafieldindex.md) | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# GetIndexDetailsV1RagIndexesIndexIndexIDDetailGetRequest


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `index_id` | *str* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# GetIndexSchemaDetailV1RagIndexesIndexIndexIDSchemasSchemaSchemaIDDetailGetRequest


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `index_id` | *str* | :heavy_check_mark: | N/A |
| `schema_id` | *str* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# GetIndexSchemaFileV1RagIndexesIndexIndexIDSchemasSchemaSchemaIDFileGetRequest


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `index_id` | *str* | :heavy_check_mark: | N/A |
| `schema_id` | *str* | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/models/indexinput.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# IndexInput


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `name` | *str* | :heavy_check_mark: | N/A |
| `status` | [Optional[models.IndexInputStatus]](../models/indexinputstatus.md) | :heavy_minus_sign: | N/A |
| `index` | [models.IndexInputIndex](../models/indexinputindex.md) | :heavy_check_mark: | N/A |
11 changes: 11 additions & 0 deletions docs/models/indexinputindex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# IndexInputIndex


## Supported Types

### `models.VespaIndexInput`

```python
value: models.VespaIndexInput = /* values here */
```

14 changes: 14 additions & 0 deletions docs/models/indexinputstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# IndexInputStatus

## Example Usage

```python
from mistralai.client.models import IndexInputStatus
value: IndexInputStatus = "online"
```


## Values

- `"online"`
- `"offline"`
9 changes: 9 additions & 0 deletions docs/models/indexmetricsoffline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# IndexMetricsOffline


## Fields

| Field | Type | Required | Description |
| -------------------- | -------------------- | -------------------- | -------------------- |
| `status` | *Literal["offline"]* | :heavy_check_mark: | N/A |
| `clear_metrics` | *Optional[bool]* | :heavy_minus_sign: | N/A |
10 changes: 10 additions & 0 deletions docs/models/indexmetricsonline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# IndexMetricsOnline


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `status` | *Literal["online"]* | :heavy_check_mark: | N/A |
| `document_count` | *int* | :heavy_check_mark: | N/A |
| `schema_metrics` | List[[models.SchemaMetrics](../models/schemametrics.md)] | :heavy_check_mark: | N/A |
17 changes: 17 additions & 0 deletions docs/models/metricsdata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# MetricsData


## Supported Types

### `models.IndexMetricsOnline`

```python
value: models.IndexMetricsOnline = /* values here */
```

### `models.IndexMetricsOffline`

```python
value: models.IndexMetricsOffline = /* values here */
```

Loading
Loading