Skip to content

Commit c33c972

Browse files
committed
Fixed a display issue
1 parent 7cb72db commit c33c972

File tree

1 file changed

+2
-2
lines changed
  • website/blog/2025-10-17-500-percent-faster-vector-retrieval-90-percent-memory-savings-three-groundbreaking-technologies-in-infinity-v0.6.0-that-revolutionize-hnswindex.md

1 file changed

+2
-2
lines changed

website/blog/2025-10-17-500-percent-faster-vector-retrieval-90-percent-memory-savings-three-groundbreaking-technologies-in-infinity-v0.6.0-that-revolutionize-hnswindex.md/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ This strategy scales the distance (e.g., L2 distance, inner product distance, et
160160

161161
During the graph indexing construction process, LSG uniformly replaces the original distance metric with the LS distance, effectively performing a "local scaling" of the original metric space. Through theoretical proofs and experiments, the paper demonstrates that constructing a graph index in this scaled space can achieve superior query performance in the original space.
162162

163-
LSG optimizes the HNSW index in multiple ways. When the accuracy requirement is relatively lenient (<99%), LSG exhibits higher QPS (Queries Per Second) compared to the original HNSW index.
163+
LSG optimizes the HNSW index in multiple ways. When the accuracy requirement is relatively lenient (&lt; 99%), LSG exhibits higher QPS (Queries Per Second) compared to the original HNSW index.
164164

165-
In high-precision scenarios (>99%), LSG enhances the quality of the graph index, enabling HNSW to surpass its original accuracy limit and achieve retrieval accuracy that is difficult for the original HNSW index to attain. These improvements translate into faster response times and more precise query results for users in real-world applications of RAGFlow.
165+
In high-precision scenarios (&gt; 99%), LSG enhances the quality of the graph index, enabling HNSW to surpass its original accuracy limit and achieve retrieval accuracy that is difficult for the original HNSW index to attain. These improvements translate into faster response times and more precise query results for users in real-world applications of RAGFlow.
166166

167167
In Infinity, LSG is provided as an optional parameter for HNSW. Users can enable this graph construction strategy by setting build_type=lsg, and we refer to the corresponding index as HnswLsg.
168168

0 commit comments

Comments
 (0)