You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/InteractiveTutorial/MdxPages/Quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export const title = 'Quickstart';
4
4
5
5
Qdrant is designed to find the approximate nearest data points in your dataset. In this quickstart guide, you'll create a simple database to track space colonies and perform a search for the nearest colony based on its vector representation.
6
6
7
-
<Alertseverity="info">Click **RUN** to send the API request. The response will appear on the right.<br/>You can also edit any code block and rerun the request to see different results.</Alert>
7
+
<Alertseverity="info">Click **RUN** to send the API request. The response will appear below the snippet.<br/>You can also edit any code block and rerun the request to see different results.</Alert>
0 commit comments