You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DiskANN/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The samples in this folder demonstrate how to use the `VECTOR_SEARCH` function w
8
8
- Creating a approximate vector index on the table using `CREATE VECTOR INDEX` statement.
9
9
- Performing approximate nearest neighbor search using the `VECTOR_SEARCH` function.
10
10
- Performing hybrid search using the `VECTOR_SEARCH` function along with full-text search.
11
-
- Semantic Reranking using Cohere rerank model via `sp_invoke_external_rest_endpoint` function. For more details on semantic reranking, refer to the [Semantic Reranking Sample](../SemanticReranking/README.md).
11
+
- Semantic Reranking using Cohere rerank model via `sp_invoke_external_rest_endpoint` function. For more details on semantic reranking, refer to the [Semantic Reranking Sample](../Semantic-Reranking).
12
12
- Use Half-Precision floating points to store embeddings to have a more compact representation of vectors.
13
13
- Use the Vectorizer to generate embeddings for text data.
0 commit comments