-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* * 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
- Loading branch information
Showing
52 changed files
with
705 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.async\_client\_base module | ||
========================================= | ||
|
||
.. automodule:: qdrant_client.async_client_base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.async\_qdrant\_client module | ||
=========================================== | ||
|
||
.. automodule:: qdrant_client.async_qdrant_client | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.async\_qdrant\_fastembed module | ||
============================================== | ||
|
||
.. automodule:: qdrant_client.async_qdrant_fastembed | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.async\_qdrant\_remote module | ||
=========================================== | ||
|
||
.. automodule:: qdrant_client.async_qdrant_remote | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.client\_base module | ||
================================== | ||
|
||
.. automodule:: qdrant_client.client_base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.connection module | ||
================================ | ||
|
||
.. automodule:: qdrant_client.connection | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.fastembed\_common module | ||
======================================= | ||
|
||
.. automodule:: qdrant_client.fastembed_common | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.collections\_pb2 module | ||
=========================================== | ||
|
||
.. automodule:: qdrant_client.grpc.collections_pb2 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.collections\_pb2\_grpc module | ||
================================================= | ||
|
||
.. automodule:: qdrant_client.grpc.collections_pb2_grpc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.collections\_service\_pb2 module | ||
==================================================== | ||
|
||
.. automodule:: qdrant_client.grpc.collections_service_pb2 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
docs/source/qdrant_client.grpc.collections_service_pb2_grpc.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.collections\_service\_pb2\_grpc module | ||
========================================================== | ||
|
||
.. automodule:: qdrant_client.grpc.collections_service_pb2_grpc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.json\_with\_int\_pb2 module | ||
=============================================== | ||
|
||
.. automodule:: qdrant_client.grpc.json_with_int_pb2 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.json\_with\_int\_pb2\_grpc module | ||
===================================================== | ||
|
||
.. automodule:: qdrant_client.grpc.json_with_int_pb2_grpc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.points\_pb2 module | ||
====================================== | ||
|
||
.. automodule:: qdrant_client.grpc.points_pb2 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.points\_pb2\_grpc module | ||
============================================ | ||
|
||
.. automodule:: qdrant_client.grpc.points_pb2_grpc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.points\_service\_pb2 module | ||
=============================================== | ||
|
||
.. automodule:: qdrant_client.grpc.points_service_pb2 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.points\_service\_pb2\_grpc module | ||
===================================================== | ||
|
||
.. automodule:: qdrant_client.grpc.points_service_pb2_grpc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.qdrant\_pb2 module | ||
====================================== | ||
|
||
.. automodule:: qdrant_client.grpc.qdrant_pb2 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.qdrant\_pb2\_grpc module | ||
============================================ | ||
|
||
.. automodule:: qdrant_client.grpc.qdrant_pb2_grpc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
qdrant\_client.grpc.snapshots\_service\_pb2 module | ||
================================================== | ||
|
||
.. automodule:: qdrant_client.grpc.snapshots_service_pb2 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.