From 30346a8fba61719d227a8a3b6473ae180f8294a1 Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Mon, 19 Aug 2024 12:58:59 +0200 Subject: [PATCH] replace table with list (#208) --- src/components/InteractiveTutorial/MdxPages/Index.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/InteractiveTutorial/MdxPages/Index.mdx b/src/components/InteractiveTutorial/MdxPages/Index.mdx index 59e4de40..63aaba2d 100644 --- a/src/components/InteractiveTutorial/MdxPages/Index.mdx +++ b/src/components/InteractiveTutorial/MdxPages/Index.mdx @@ -6,10 +6,9 @@ You will use the [Qdrant REST API](https://api.qdrant.tech) to interact with sam **Note:** All created collections and vectors will remain in the cluster until you delete them. You can always return to the tutorial and edit code blocks to get different results. -|Tutorial|What you will learn| -|-|-| -|[Quickstart](#/tutorial/quickstart)|Create a collection, upsert vectors & run a search.| -|[Payload Filtering](#/tutorial/filtering-clauses)|Refine search results based on payload conditions.| + +- [Quickstart](#/tutorial/quickstart) - Create a collection, upsert vectors & run a search. +- [Payload Filtering](#/tutorial/filtering-clauses) - Refine search results based on payload conditions. ## Next steps: