Skip to content

Commit abc3310

Browse files
author
Davide Mauri
committed
fixed link
1 parent 5af3aa3 commit abc3310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DiskANN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The samples in this folder demonstrate how to use the `VECTOR_SEARCH` function w
88
- Creating a approximate vector index on the table using `CREATE VECTOR INDEX` statement.
99
- Performing approximate nearest neighbor search using the `VECTOR_SEARCH` function.
1010
- 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).
1212
- Use Half-Precision floating points to store embeddings to have a more compact representation of vectors.
1313
- Use the Vectorizer to generate embeddings for text data.
1414

0 commit comments

Comments
 (0)