Skip to content

Commit 87d7dbf

Browse files
docs: Remove note about PostgreSQL database type limitation for integrated vectorization
1 parent d9abbaf commit 87d7dbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/integrated_vectorization.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
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-
1311
**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:
1412

1513
* [To switch from Integrated Vectorization disabled to enabled](#local-deployment---if-you-already-have-a-previous-deployment)

0 commit comments

Comments
 (0)