mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-25 20:21:09 -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
43 lines
817 B
ReStructuredText
43 lines
817 B
ReStructuredText
qdrant\_client package
|
|
======================
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
qdrant_client.conversions
|
|
qdrant_client.grpc
|
|
qdrant_client.http
|
|
qdrant_client.local
|
|
qdrant_client.migrate
|
|
qdrant_client.models
|
|
qdrant_client.uploader
|
|
|
|
Submodules
|
|
----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
qdrant_client.async_client_base
|
|
qdrant_client.async_qdrant_client
|
|
qdrant_client.async_qdrant_fastembed
|
|
qdrant_client.async_qdrant_remote
|
|
qdrant_client.client_base
|
|
qdrant_client.connection
|
|
qdrant_client.fastembed_common
|
|
qdrant_client.parallel_processor
|
|
qdrant_client.qdrant_client
|
|
qdrant_client.qdrant_fastembed
|
|
qdrant_client.qdrant_remote
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: qdrant_client
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|