Skip to content

Commit 09480a0

Browse files
feat(api): api update
1 parent 216116c commit 09480a0

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 49
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-a2720b37997685cf019808be37ab86f7071f55ac09c80916293489f6d3644160.yml
3-
openapi_spec_hash: 61c24c03f1df5276b03e7bcce5266c21
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-922df6375506208e6003aa26bdf065a8221e5a99aac6d654b9d2a76175339828.yml
3+
openapi_spec_hash: 19b698680ff92d3c5dc7e3f6c4ec12b1
44
config_hash: 22524d9aa927566851636768f6a861cd

src/mixedbread/types/scored_audio_url_input_chunk.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ class ScoredAudioURLInputChunk(BaseModel):
5252

5353
audio_url: AudioURL
5454
"""The audio input specification."""
55+
56+
sampling_rate: int
57+
"""The sampling rate of the audio."""

src/mixedbread/types/vector_stores/vector_store_file.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ class ChunkAudioURLInputChunk(BaseModel):
108108
audio_url: ChunkAudioURLInputChunkAudioURL
109109
"""The audio input specification."""
110110

111+
sampling_rate: int
112+
"""The sampling rate of the audio."""
113+
111114

112115
class ChunkVideoURLInputChunkVideoURL(BaseModel):
113116
url: str

0 commit comments

Comments
 (0)