Skip to content

Commit c2e080a

Browse files
Merge pull request #247068 from HeidiSteen/heidist-js
JS vector sample cross linking
2 parents 1e5e517 + 619fb75 commit c2e080a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/search/samples-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.custom: devx-track-dotnet, devx-track-js
1111
ms.topic: conceptual
12-
ms.date: 07/27/2023
12+
ms.date: 08/01/2023
1313
---
1414

1515
# JavaScript samples for Azure Cognitive Search
@@ -38,7 +38,6 @@ Code samples from the Azure SDK development team demonstrate API usage. You can
3838
| [synonymMaps](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/javascript) | Demonstrates how to create, update, get, list, and delete [synonym maps](search-synonyms.md). |
3939
| [VectorSearch](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/search/search-documents/samples/v12-beta/javascript/vectorSearch.js) | Demonstrates how to generate vectors and send a [vector query](vector-search-how-to-query.md). |
4040

41-
4241
### TypeScript samples
4342

4443
| Samples | Description |
@@ -67,4 +66,5 @@ The following samples are also published by the Cognitive Search team, but aren'
6766

6867
| Samples | Description |
6968
|---------|-------------|
69+
| [azure-search-vector-sample.js](https://github.com/Azure/cognitive-search-vector-pr/tree/main/demo-javascript) | Vector search sample using the Azure SDK for JavaScript |
7070
| [azure-search-react-template](https://github.com/dereklegenzoff/azure-search-react-template) | React template for Azure Cognitive Search (github.com) |

articles/search/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: HeidiSteen
77
ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: overview
10-
ms.date: 07/31/2023
10+
ms.date: 08/01/2023
1111
ms.custom: references_regions
1212
---
1313

@@ -18,6 +18,12 @@ Learn about the latest updates to Azure Cognitive Search functionality, docs, an
1818
> [!NOTE]
1919
> Looking for preview features? Previews are announced here, but we also maintain a [preview features list](search-api-preview.md) so you can find them in one place.
2020
21+
## July 2023
22+
23+
| Item                         | Type | Description |
24+
|-----------------------------|------|--------------|
25+
| [**azure-search-vector-sample.js**](https://github.com/Azure/cognitive-search-vector-pr/blob/main/demo-javascript/code/azure-search-vector-sample.js) | Sample | Uses Node.js and the **@azure/search-documents 12.0.0-beta.2** library in the Azure SDK for JavaScript to generate embeddings, create and load an index, and run several vector queries. |
26+
2127
## June 2023
2228

2329
| Item                         | Type | Description |

0 commit comments

Comments
 (0)