Skip to content

Commit 3623f44

Browse files
committed
Rename tuning indexes guide
1 parent 9946383 commit 3623f44

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ navigation:
6767
path: "./pages/choosing_and_configuring_indexes.md"
6868
- page: "Vector Database"
6969
path: "./pages/vector_databases_vs_vector_search.md"
70-
- page: "Index Tuning Guide"
70+
- page: "Tuning Indexes"
7171
path: "./pages/tuning_guide.md"
7272
- section: "Vector search index guide"
7373
hidden: true

fern/pages/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* [Vector Database](vector_databases_vs_vector_search.md)
88

9-
* [Index tuning guide](tuning_guide.md)
9+
* [Tuning Indexes](tuning_guide.md)
1010

1111
* [Evaluating performance](comparing_indexes.md)
1212

@@ -46,7 +46,7 @@
4646

4747
If you are unfamiliar with the basics of vector search or how vector search differs from vector databases, then [this primer on vector search guide](choosing_and_configuring_indexes.md) should provide some good insight. Another good resource for the uninitiated is our [Vector Database](vector_databases_vs_vector_search.md) guide. As outlined in the primer, vector search as used in vector databases is often closer to machine learning than to traditional databases. This means that while traditional databases can often be slow without any performance tuning, they will usually still yield the correct results. Unfortunately, vector search indexes, like other machine learning models, can yield garbage results if not tuned correctly.
4848

49-
Fortunately, this opens up the whole world of hyperparameter optimization to improve vector search performance and quality. Please see our [index tuning guide](tuning_guide.md) for more information.
49+
Fortunately, this opens up the whole world of hyperparameter optimization to improve vector search performance and quality. Please see [Tuning Indexes](tuning_guide.md) for more information.
5050

5151
When comparing the performance of vector search indexes, it is important that considerations are made with respect to three main dimensions:
5252

fern/pages/tuning_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Index Tuning Guide
1+
# Tuning Indexes
22

33
Tuning a vector search index means choosing parameters that meet your recall, latency, throughput, memory, and build-time goals. The best settings depend on the data distribution, index type, hardware, and production constraints.
44

0 commit comments

Comments
 (0)