-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(storage) Remove Prepared Statements to make compatible with Supavisor * fix(deriver and dialectic) Use latest user level user_represenation * fix(storage) Switch to text columns for best postgres practices * fix(storage) Update docstrings and document query method * chore(release) v0.0.14 Release State * chore(release) CHANGELOG * fix(deriver) Add more detailed profiling with sentry * chore(release) CHANGELOG * fix(deriver) increase retry limit on anthropic
- Loading branch information
1 parent
17ff380
commit 7608572
Showing
24 changed files
with
4,043 additions
and
4,400 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
openapi: get /v1/apps/{app_id}/users/{user_id}/collections/{collection_id}/documents/query | ||
--- | ||
openapi: POST /v1/apps/{app_id}/users/{user_id}/collections/{collection_id}/documents/query | ||
--- |
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
Oops, something went wrong.