Skip to content

Commit

Permalink
Update quick-start.md (#91)
Browse files Browse the repository at this point in the history
Fixed links to vector and using indexes.
  • Loading branch information
fourfridays authored Oct 2, 2024
1 parent f210df7 commit 9cd75cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ A `VectorIndex` will be generated for your model which can be accessed using the
index = MyPage.vector_index
```

If you want more control over how content is indexed, you can instead create your own indexes. See [./vector-indexes.md](Vector Indexes) for more details.
If you want more control over how content is indexed, you can instead create your own indexes. See [Vector Indexes](./vector-indexes.md) for more details.

Now you can index your content, see [./using-indexes](Using Indexes) for how to make these indexes work for you.
Now you can index your content, see [Using Indexes](./using-indexes.md) for how to make these indexes work for you.

## Updating indexes

Expand Down

0 comments on commit 9cd75cf

Please sign in to comment.