From 02408dc2da9cc2c8244e12efdb013a7ff8550c43 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Fri, 28 Mar 2025 09:21:06 -0400 Subject: [PATCH] adjusting table Signed-off-by: Francisco Javier Arceo --- docs/source/providers/vector_io/sqlite-vec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/providers/vector_io/sqlite-vec.md b/docs/source/providers/vector_io/sqlite-vec.md index 06ca7f52d..43d10c751 100644 --- a/docs/source/providers/vector_io/sqlite-vec.md +++ b/docs/source/providers/vector_io/sqlite-vec.md @@ -26,7 +26,7 @@ Online Analytical Processing (OLAP) | Faiss | Fast, in-memory searches Online Transaction Processing (OLTP) | sqlite-vec | Frequent writes and reads Frequent writes | sqlite-vec | Efficient disk-based storage and incremental indexing Large datasets | sqlite-vec | Disk-based storage for larger vector storage -Datasets that can fit in memory, frequent reads | Faiss | Fast in-memory searches, optimized for speed, indexing, and GPU acceleration +Datasets that can fit in memory, frequent reads | Faiss | Optimized for speed, indexing, and GPU acceleration #### Empirical Example