Skip to content

Commit 9857074

Browse files
docs: sync Core Integrations API reference (azure_ai_search) on Docusaurus (#12159)
Co-authored-by: anakin87 <44616784+anakin87@users.noreply.github.com>
1 parent 71dbd46 commit 9857074

16 files changed

Lines changed: 256 additions & 0 deletions

File tree

docs-website/reference/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.18/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.19/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.20/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.21/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.22/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.23/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.24/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.25/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

docs-website/reference_versioned_docs/version-2.26/integrations-api/azure_ai_search.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Deserializes the component from a dictionary.
7272

7373
- <code>AzureAISearchEmbeddingRetriever</code> – Deserialized component.
7474

75+
#### close
76+
77+
```python
78+
close() -> None
79+
```
80+
81+
Release the synchronous resources of the underlying Document Store.
82+
7583
#### run
7684

7785
```python
@@ -206,6 +214,14 @@ Deserializes the component from a dictionary.
206214

207215
- <code>AzureAISearchDocumentStore</code> – Deserialized component.
208216

217+
#### close
218+
219+
```python
220+
close() -> None
221+
```
222+
223+
Release the associated synchronous resources.
224+
209225
#### count_documents
210226

211227
```python

0 commit comments

Comments
 (0)