EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
521 stars 160 forks source link

Getting error while installing pgvector extension to PostgreSQL in windows using the pgvector source repository #285

Open Midhun-33 opened 5 months ago

Midhun-33 commented 5 months ago

I am working on QnA chatbot. For that I using Langchain with Postgresql as Database Installing Pgvector extension for storing embeddings in the form of vectors I am doing this entire process in windows Capture

surajkharage19 commented 4 months ago

Hi @Midhun-33,

From your description, it is not clear how the problem is related to mysql_fdw. If mysql_fdw is involved in your setup then please share the exact step. Also please note that mysql_fdw is not supported and tested on Windows.

Midhun-33 commented 3 months ago

Hi @surajkharage19 , thank you for the reply . The problem is with PGvector extension .I am trying to install PGvector extension for the PostGreSQL in windows through the Source repository ,but I cant able to make it.

This is the source reppository:

surajkharage19 commented 3 months ago

Hi @Midhun-33,

This repo is for mysql_fdw. You need to report that to pgvector since mysql_fdw is not involved in this.