mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-26 12:41:06 -05:00
* * chore(.gitignore): add docs/source/examples/*/*/* to ignore list * * feat(docs): add new modules and subpackages to qdrant_client documentation * * docs(qdrant_client): update QdrantClient documentation to include information about async versions * * docs(index.rst): update link to complete client API docs * * chore(pyproject.toml): remove unused dependencies from dev group * feat(pyproject.toml): add dependencies for documentation group * * chore(pyproject.toml): update ipython dependency version to 8 * fix(pyproject.toml): fix typo in Pygments dependency version * * chore(generate_docs_netlify.sh): remove unnecessary pip installations and fix newline at end of file * * docs(index.rst): update Qdrant Client Documentation title to include [Python] * docs(index.rst): update Qdrant Client Documentation description to include vector search engine * docs(index.rst): update recreate_collection code example to include vectors_config parameter * * docs(index.rst): add code samples for async client support * * chore(conf.py): exclude grpc and tests directories from documentation build * * docs(index.rst): fix title of Qdrant Python Client Documentation * docs(index.rst): remove unnecessary link to test file in async mode section * docs(index.rst): add missing classes to API Reference section * * chore(conf.py): exclude local directory from documentation generation * * docs(quickstart.ipynb): update section title from "Points, Upsert and Search without `fastembed`" to "Qdrant without `fastembed`" * * chore(conf.py): exclude tests from documentation by updating exclude_patterns
32 lines
818 B
ReStructuredText
32 lines
818 B
ReStructuredText
qdrant\_client.grpc package
|
|
===========================
|
|
|
|
Submodules
|
|
----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
qdrant_client.grpc.collections_pb2
|
|
qdrant_client.grpc.collections_pb2_grpc
|
|
qdrant_client.grpc.collections_service_pb2
|
|
qdrant_client.grpc.collections_service_pb2_grpc
|
|
qdrant_client.grpc.json_with_int_pb2
|
|
qdrant_client.grpc.json_with_int_pb2_grpc
|
|
qdrant_client.grpc.points_pb2
|
|
qdrant_client.grpc.points_pb2_grpc
|
|
qdrant_client.grpc.points_service_pb2
|
|
qdrant_client.grpc.points_service_pb2_grpc
|
|
qdrant_client.grpc.qdrant_pb2
|
|
qdrant_client.grpc.qdrant_pb2_grpc
|
|
qdrant_client.grpc.snapshots_service_pb2
|
|
qdrant_client.grpc.snapshots_service_pb2_grpc
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: qdrant_client.grpc
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|