Skip to content

Commit 1d125c2

Browse files
authored
fix(docs): avoid unnecessary indent, which turned items into code block (#1161)
1 parent 4c89760 commit 1d125c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/core/flow_def.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ Types of the fields must be key types. See [Key Types](data_types#key-types) for
313313

314314
*Vector index* is specified by `vector_indexes` (`Sequence[VectorIndexDef]`). `VectorIndexDef` has the following fields:
315315

316-
* `field_name`: the field to create vector index.
317-
* `metric`: the similarity metric to use.
318-
* `method` (optional): the index algorithm and optional tuning parameters. Leave unset to use the target default (HNSW for Postgres). Use `cocoindex.HnswVectorIndexMethod()` or `cocoindex.IvfFlatVectorIndexMethod()` to customize the method and its parameters.
316+
* `field_name`: the field to create vector index.
317+
* `metric`: the similarity metric to use.
318+
* `method` (optional): the index algorithm and optional tuning parameters. Leave unset to use the target default (HNSW for Postgres). Use `cocoindex.HnswVectorIndexMethod()` or `cocoindex.IvfFlatVectorIndexMethod()` to customize the method and its parameters.
319319

320320
#### Similarity Metrics
321321

0 commit comments

Comments
 (0)