mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 07:00:56 -05:00
use new openapi documentation page (#4444)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
# Quick Start
|
||||
|
||||
This example covers the most basic use-case - collection creation and basic vector search.
|
||||
For additional information please refer to the [API documentation](https://qdrant.github.io/qdrant/redoc/index.html).
|
||||
|
||||
You can also try all Qdrant REST API in our [Swagger UI](https://ui.qdrant.tech/).
|
||||
For additional information please refer to the [API documentation](https://api.qdrant.tech/).
|
||||
|
||||
## Docker 🐳
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<p align=center>
|
||||
<a href="https://github.com/qdrant/qdrant/actions/workflows/rust.yml"><img src="https://img.shields.io/github/actions/workflow/status/qdrant/qdrant/rust.yml?style=flat-square" alt="Tests status"></a>
|
||||
<a href="https://qdrant.github.io/qdrant/redoc/index.html"><img src="https://img.shields.io/badge/Docs-OpenAPI%203.0-success?style=flat-square" alt="OpenAPI Docs"></a>
|
||||
<a href="https://api.qdrant.tech/"><img src="https://img.shields.io/badge/Docs-OpenAPI%203.0-success?style=flat-square" alt="OpenAPI Docs"></a>
|
||||
<a href="https://github.com/qdrant/qdrant/blob/master/LICENSE"><img src="https://img.shields.io/github/license/qdrant/qdrant?style=flat-square" alt="Apache 2.0 License"></a>
|
||||
<a href="https://qdrant.to/discord"><img src="https://img.shields.io/discord/907569970500743200?logo=Discord&style=flat-square&color=7289da" alt="Discord"></a>
|
||||
<a href="https://qdrant.to/roadmap"><img src="https://img.shields.io/badge/Roadmap-2024-bc1439.svg?style=flat-square" alt="Roadmap 2024"></a>
|
||||
@@ -161,7 +161,7 @@ Enter the cutting-edge realm of extreme classification, an emerging machine lear
|
||||
|
||||
### REST
|
||||
|
||||
Online OpenAPI 3.0 documentation is available [here](https://qdrant.github.io/qdrant/redoc/index.html).
|
||||
Online OpenAPI 3.0 documentation is available [here](https://api.qdrant.tech/).
|
||||
OpenAPI makes it easy to generate a client for virtually any framework or programming language.
|
||||
|
||||
You can also download raw OpenAPI [definitions](https://github.com/qdrant/qdrant/blob/master/docs/redoc/master/openapi.json).
|
||||
|
||||
Reference in New Issue
Block a user