global: snapshot

This commit is contained in:
nym21
2025-06-24 11:56:54 +02:00
parent b91120e8d4
commit c0cd4cba6f
8 changed files with 136 additions and 110 deletions

View File

@@ -84,7 +84,7 @@ Get an object which has all existing indexes as keys and a list of their accepte
#[tool(description = "
Get a paginated list of all existing vec ids.
There are up to 1,000 values per page.
If the `page` param is omitted, it will default to page `0`.
If the `page` param is omitted, it will default to the first page.
")]
async fn get_vecids(
&self,
@@ -99,7 +99,7 @@ If the `page` param is omitted, it will default to page `0`.
#[tool(description = "
Get a paginated list of all vec ids which support a given index.
There are up to 1,000 values per page.
If the `page` param is omitted, it will default to page `0`.
If the `page` param is omitted, it will default to the first page.
")]
async fn get_index_to_vecids(
&self,