Add support for PgVector extension to postgres resource
Open
area-integrations
postgres
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
PGVector is a popular extension for exposing vector search capabilities in a postgres database. Today eShop hack around this by using [code like this](https://github.com/dotnet/eShop/blob/d19323582ff0f1fcea869ea1f90bb8bb69d7b780/src/eShop.AppHost/Program.cs#L9-L11)
We should build a more first class API for adding/enabling PGVector on the postgres resource.
Contributor guide
Assessment
This issue has not been assessed yet.