Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/integrate/redisvl/api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Reference documentation for the RedisVL API.
* [IndexSchema](schema/#indexschema)
* [Defining Fields](schema/#defining-fields)
* [Supported Field Types and Attributes](schema/#supported-field-types-and-attributes)
* [Search Index Classes](searchindex/)
* [SearchIndex](searchindex/#searchindex)
* [AsyncSearchIndex](searchindex/#asyncsearchindex)
* [Search Index Classes](search)
* [SearchIndex](search#searchindex)
* [AsyncSearchIndex](search#asyncsearchindex)
* [Query](query/)
* [VectorQuery](query/#vectorquery)
* [VectorRangeQuery](query/#vectorrangequery)
Expand Down
2 changes: 1 addition & 1 deletion content/integrate/redisvl/user_guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ User guides provide helpful resources for using RedisVL and its different compon
* [Optimize](threshold_optimization/#optimize)
* [Test it out](threshold_optimization/#test-it-out)
* [Cleanup](threshold_optimization/#cleanup)
* [Release Guides](release_guide/index/)
* [Release Guides](release_guide/)
* [0.5.1 Feature Overview](release_guide/0_5_0_release/)
* [HybridQuery class](release_guide/0_5_0_release/#hybridquery-class)
* [TextQueries](release_guide/0_5_0_release/#textqueries)
Expand Down
Loading