You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Python client to support batch insert and search
* Add batch support to the async client
* Add master test script for all usage example files
Run linter on client/python
* Add test for api parity between sync and async classes
Copy file name to clipboardExpand all lines: client/python/USAGE.md
+67-4Lines changed: 67 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,10 @@ Example available in:
41
41
42
42
### Async Client Support
43
43
44
-
For async applications, use `AsyncVortexDB`. It mirrors the synchronous client API and uses `grpc.aio` under the hood.
44
+
For async applications, use `AsyncVortexDB`. It mirrors the synchronous client API and uses `grpc.aio` under the hood, including full support for `batch_insert` and `batch_search`.
0 commit comments