Commit ba768fe
authored
Codegen updates for 2025-10 (#526)
## Problem
Need to generate files off the updated spec
### Generated code: API updates
- Admin API: Enhanced API keys and projects endpoints; added update
operations
- DB Control API: Updated index management with new read capacity
support
- DB Data API: Enhanced vector operations, namespace operations, and
bulk operations
- Inference API: Updated embedding and reranking models
- OAuth API: Updated token request/response models
### Test updates
- Made a few fixes in wrapper code to account for changes to generated
names and shapes
- Fixed integration tests for admin, control, and data operations
- Updated unit tests for model changes
- Fixed namespace-related tests
- Updated index configuration tests1 parent 7f96c60 commit ba768fe
File tree
191 files changed
+10073
-2296
lines changed- codegen
- pinecone
- admin/resources
- config
- core/openapi
- admin
- apis
- api
- models
- model
- db_control
- api
- models
- model
- db_data
- api
- models
- model
- inference
- api
- models
- model
- oauth
- api
- models
- model
- db_control
- models
- db_data
- resources
- asyncio
- sync
- types
- grpc
- inference/models
- openapi_support
- tests
- integration
- admin
- control_asyncio
- control
- pod
- resources
- collections
- index
- serverless
- data_asyncio
- data
- helpers
- unit_grpc
- unit
- data
- db_control
- models
- openapi_support
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
191 files changed
+10073
-2296
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 81 | + | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
14 | 9 | | |
15 | 10 | | |
16 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
Large diffs are not rendered by default.
0 commit comments