-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping API types. <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > This PR updates API types in `openapi.ts` by adding new paths and schemas for resource listing and topic model info retrieval. > > - **Paths**: > - Add `/v1/project/{project_id}/resources` and `/v1/dataset/{project_id}/resources` for listing dataset resources. > - Add `/sketch/resource/{dataset_id}/list` and `/sketch/resource/{dataset_id}/topic_model/{topic_model_id}` for resource listing and topic model info retrieval. > - **Schemas**: > - Add `EmbeddingDerived2dCoordinateSetCreateArgs` for embedding coordinate set creation. > - Add `KeyWordsTopicLabelCreateArgs` and `LLMTopicLabelCreateArgs` for topic label creation. > - Add `MapInfo` to describe map metadata. > - **Operations**: > - Add `list_resources_v1_project__project_id__resources_get` and `list_resources_v1_dataset__project_id__resources_get` for resource listing. > - Add `fetch_topic_info_sketch_resource__dataset_id__topic_model__topic_model_id__get` for topic model info retrieval. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=nomic-ai%2Fts-nomic&utm_source=github&utm_medium=referral)<sup> for 01d080b. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
Showing
1 changed file
with
263 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters