Skip to content

Commit 2c359ad

Browse files
istranicalgitbook-bot
authored andcommitted
GITBOOK-16: change request with no subject merged in GitBook
1 parent f03d0a5 commit 2c359ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/vector-store/improving-search-accuracy-using-deep-memory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: Using Deep Memory to improve the accuracy of your Vector Search
66

77
## How to Use Deep Memory to Improve the Accuracy of your Vector Search <a href="#how-to-use-deep-memory-to-improve-the-accuracy-of-your-vector-search" id="how-to-use-deep-memory-to-improve-the-accuracy-of-your-vector-search"></a>
88

9+
#### This tutorial is also available as a [Colab Notebook](https://colab.research.google.com/drive/1Hu6lkVwXPdLvWXwQIcFTs8OxKQgYzmJp?usp=sharing)
10+
911
[Deep Memory](../../performance-features/deep-memory/) computes a transformation that converts your embeddings into an embedding space that is tailored for your use case, based on several examples for which the most relevant embedding is known. This can increase the accuracy of your Vector Search by up to 22%.
1012

1113
**In this example, we'll use Deep Memory to improve the accuracy of Vector Search on the SciFact dataset, where the input prompt is a scientific claim, and the search result is the corresponding abstract.**

0 commit comments

Comments
 (0)