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
8 lines
177 B
ReStructuredText
8 lines
177 B
ReStructuredText
qdrant\_client.migrate.migrate module
|
|
=====================================
|
|
|
|
.. automodule:: qdrant_client.migrate.migrate
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|