Skip to content

Commit

Permalink
generate docs for v1.11.x (#28)
Browse files Browse the repository at this point in the history
* generate docs for v1.11.x

* Sync OpenAPI

* add api description overwrite

* Sync OpenAPI

* add dotnet and java snippets

* add rs, py, ts snippets

* upd

* Sync OpenAPI

* rename files

* Sync OpenAPI

* upd rust client example

* Sync OpenAPI

---------

Co-authored-by: generall <generall@users.noreply.github.com>
  • Loading branch information
generall and generall authored Aug 13, 2024
1 parent ae1e660 commit 167cc1d
Show file tree
Hide file tree
Showing 16 changed files with 16,826 additions and 647 deletions.
6 changes: 6 additions & 0 deletions fern/api-description-overwrites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ paths:
summary: Query points in batch
tags:
- Search
/collections/{collection_name}/points/query/groups:
post:
description: Universally query points and group results by a specified payload field. This endpoint covers all capabilities of search, recommend, discover, filters. But also enables hybrid and multi-stage queries.
summary: Query point groups
tags:
- Search
/collections/{collection_name}/points/scroll:
post:
description: 'Returns all points in a page-by-page manner.
Expand Down
946 changes: 484 additions & 462 deletions fern/apis/master/openapi-overrides.yml

Large diffs are not rendered by default.

Loading

0 comments on commit 167cc1d

Please sign in to comment.