Skip to content

Commit

Permalink
Merge branch 'main' into random-query-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Aug 13, 2024
2 parents 344c16e + e49d0af commit 4b12979
Show file tree
Hide file tree
Showing 15 changed files with 15,909 additions and 9 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
463 changes: 460 additions & 3 deletions fern/apis/master/openapi-overrides.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions fern/apis/v1.11.x/generators.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
openapi: ./openapi.json
openapi-overrides: ./openapi-overrides.yml
Loading

0 comments on commit 4b12979

Please sign in to comment.