Skip to content

Commit 6f4bfa1

Browse files
committed
Article integrity prompt
1 parent 692b85f commit 6f4bfa1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

articles/documentdb/quickstart-dotnet-vector-search.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ This quickstart provides a guided tour of key vector search techniques using a [
2323

2424
The app uses a sample hotel dataset in a JSON file with pre-calculated vectors from the `text-embedding-ada-002` model, though you can also generate the vectors yourself. The hotel data includes hotel names, locations, descriptions, and vector embeddings.
2525

26-
Find the [sample code](https://github.com/Azure-Samples/documentdb-samples/tree/main/ai/vector-search-dotnet) on GitHub.
27-
28-
2926
## Prerequisites
3027

3128
[!INCLUDE[Prerequisites - Vector Search Quickstart](includes/prerequisite-quickstart-vector-search.md)]
@@ -232,7 +229,7 @@ The sample app populates vectorized sample data in a MongoDB collection and lets
232229
5. Roach Motel (Similarity: 0.4388)
233230
```
234231
235-
----
232+
---
236233
237234
## Explore the app code
238235

0 commit comments

Comments
 (0)