ai-cfia / azure-db

Operations related to semantic search on our Azure document index.
MIT License
0 stars 1 forks source link

Migrate Azure AI Search Indexing from Blob Storage to PostgreSQL Database #14

Open k-allagbe opened 7 months ago

k-allagbe commented 7 months ago

Transition Azure AI Search indexing from the current blob storage to directly index documents stored in our PostgreSQL database. This change aims to eliminate duplicate storage and streamline our search indexing process.

Tasks

Acceptance Criteria

rngadam commented 7 months ago

Can you provide the link to the documentation that explains how to customize datastore?

k-allagbe commented 7 months ago

Can you provide the link to the documentation that explains how to customize datastore?

https://learn.microsoft.com/en-us/rest/api/searchservice/preview-api/create-or-update-data-source

There is of course also the azure interface option.

ibrahim-kabir commented 5 months ago

@rngadam, is this issue still of interest since the EDAP wants to create a database for all the agencies ?

rngadam commented 5 months ago

@rngadam, is this issue still of interest since the EDAP wants to create a database for all the agencies ?

Yes, that part of their workplan is for the end of the year; we can't wait until they are ready. They will probably align with our choice of database so it will still be a Postgresql instance somewhere.