Skip to content

Commit 9fd5ac8

Browse files
docs: Clarify PostgreSQL deployment limitations for advanced image processing and integrated vectorization
1 parent edbfcdc commit 9fd5ac8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/advanced_image_processing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ azd env set ADVANCED_IMAGE_PROCESSING_MAX_IMAGES 2
4646
```
4747

4848
Advanced image processing is only used in the `custom` conversation flow and not the `byod` flow, as Azure OpenAI On Your Data only supports Ada embeddings. It is currently not possible to use advanced image processing when integrated vectorization is enabled.
49+
50+
Advanced image processing is not supported when deploying with PostgreSQL as the database type.

docs/integrated_vectorization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
## User Story
99
This feature allows chunking and vectorization of data during ingestion into Azure AI Search through built-in pull-indexers. It supports automatic processing of data directly from storage - meaning the user can just upload their data to Azure Blob Storage and the built-in pull-indexers will do the chunking, vectorization and indexing. This removes the need for Chat With Your Data to explicitly perform chunking, vectorization and pushing to the search index. Read [more](https://learn.microsoft.com/en-us/azure/search/vector-search-integrated-vectorization).
1010

11+
Integrated vectorization is not supported when deploying with PostgreSQL as the database type.
12+
1113
**NOTE**: Every instance of Chat With Your Data will need to be configured whether or not to use Integrated Vectorization at **deployment time**. Once deployed, you will be unable to switch between enabling and disabling Integrated Vectorization when the application is running. In order to run a fresh deployment to switch to and from Integrated Vectorization, refer to the following sections in this document:
1214

1315
* [To switch from Integrated Vectorization disabled to enabled](#local-deployment---if-you-already-have-a-previous-deployment)
@@ -49,3 +51,5 @@ If you have a deployment with Integrated Vectorization enabled, and you want to
4951
![Delete Search Index](images/delete-search-datasource.png)
5052
1. Run the command `azd env set AZURE_SEARCH_USE_INTEGRATED_VECTORIZATION false`
5153
1. Run `azd up`
54+
55+
Integrated vectorization is not supported when deploying with PostgreSQL as the database type.

0 commit comments

Comments
 (0)