Skip to content

Commit

Permalink
fixed: typo fluvio.md (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Sep 15, 2024
1 parent 2f2812e commit 1dc3d97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qdrant-landing/content/documentation/data-management/fluvio.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Reference: [Creating a collection with a default vector](https://qdrant.tech/doc
{
"collection_name": "{collection_name}",
"id": 1,
"vector": [
"vectors": [
0.1,
0.2,
0.3,
Expand Down Expand Up @@ -106,7 +106,7 @@ Reference: [Creating a collection with multiple vectors](https://qdrant.tech/doc
{
"collection_name": "{collection_name}",
"id": 1,
"vector": {
"vectors": {
"some-dense": [
0.1,
0.2,
Expand Down Expand Up @@ -147,7 +147,7 @@ Reference: [Creating a collection with sparse vectors](https://qdrant.tech/docum
{
"collection_name": "{collection_name}",
"id": 1,
"vector": {
"vectors": {
"some-sparse": {
"indices": [
0,
Expand Down Expand Up @@ -192,7 +192,7 @@ Reference: [Creating a collection with sparse vectors](https://qdrant.tech/docum
{
"collection_name": "{collection_name}",
"id": 1,
"vector": {
"vectors": {
"some-multi": [
[
0.1,
Expand Down Expand Up @@ -243,7 +243,7 @@ Reference:
{
"collection_name": "{collection_name}",
"id": "a10435b5-2a58-427a-a3a0-a5d845b147b7",
"vector": {
"vectors": {
"some-other-dense": [
0.1,
0.2,
Expand Down

0 comments on commit 1dc3d97

Please sign in to comment.