Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New API to Docs #361

Merged
merged 15 commits into from
Nov 1, 2023
Merged

Add New API to Docs #361

merged 15 commits into from
Nov 1, 2023

Conversation

NirantK
Copy link
Contributor

@NirantK NirantK commented Oct 30, 2023

@netlify
Copy link

netlify bot commented Oct 30, 2023

Deploy Preview for poetic-froyo-8baba7 ready!

Name Link
🔨 Latest commit 61ab97f
🔍 Latest deploy log https://app.netlify.com/sites/poetic-froyo-8baba7/deploys/65425c147761e30008f377f0
😎 Deploy Preview https://deploy-preview-361--poetic-froyo-8baba7.netlify.app/qdrant_client.conversions.conversion
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@NirantK NirantK requested a review from joein October 30, 2023 18:10
@NirantK NirantK marked this pull request as ready for review October 30, 2023 18:45
* feat(pyproject.toml): add dependencies for documentation group
* fix(pyproject.toml): fix typo in Pygments dependency version
…e [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): remove unnecessary link to test file in async mode section
* docs(index.rst): add missing classes to API Reference section
@NirantK
Copy link
Contributor Author

NirantK commented Nov 1, 2023

Fixes #355

- :meth:`QdrantClient.grpc_points`
- :meth:`QdrantClient.grpc_collections`
- :meth:`QdrantClient.rest`
- :py:attr:`QdrantClient.grpc_points`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if QdrantClient can be replaced with some reference to the class itself? (not sure if it is possible in sphinx)

I am worried because AsyncQdrantClient has links to the properties of QdrantClient :( (and I started thinking about the ways to handle it)

@joein joein self-requested a review November 1, 2023 14:32
@NirantK NirantK merged commit 76c3168 into dev Nov 1, 2023
@NirantK NirantK deleted the add-new-api-to-docs branch November 1, 2023 14:44
joein pushed a commit that referenced this pull request Nov 3, 2023
* * 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants