diff options
Diffstat (limited to 'databases/py-qdrant-client/pkg-descr')
-rw-r--r-- | databases/py-qdrant-client/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/py-qdrant-client/pkg-descr b/databases/py-qdrant-client/pkg-descr new file mode 100644 index 000000000000..ff330c1e1c7e --- /dev/null +++ b/databases/py-qdrant-client/pkg-descr @@ -0,0 +1,8 @@ +Client library and SDK for the Qdrant vector search engine. + +Library contains type definitions for all Qdrant API and allows to make both +Sync and Async requests. + +Client allows calls for all Qdrant API methods directly. It also provides some +additional helper methods for frequently required operations, e.g. initial +collection uploading. |