From 83b93b951002a75845bc00ec00b50dafae86bfc8 Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Tue, 11 Jun 2024 15:21:57 +0200 Subject: [PATCH] use new openapi documentation page (#4444) --- QUICK_START.md | 4 +--- README.md | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/QUICK_START.md b/QUICK_START.md index 4358575c1d..ca4830c1c4 100644 --- a/QUICK_START.md +++ b/QUICK_START.md @@ -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 🐳 diff --git a/README.md b/README.md index 52e887f694..38d52910fa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

Tests status - OpenAPI Docs + OpenAPI Docs Apache 2.0 License Discord Roadmap 2024 @@ -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).