pgvector / pgvector

Open-source vector similarity search for Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a discussion form for pgvector?

Stan-Green opened this issue · comments

I am trying to convert the Windows CLI build to a Visual Studio (Not VS Code) Solution. I am getting close, but I still have some errors in deployment. Where can I have a discussion about what I am running into? These are not true Issues, so I don't want to muddy up the repo issues feature.
Thanks.

Hi @Stan-Green, there isn't an official one. Stack Overflow is probably the best place to get help with that specific topic.

Thanks, @ankane, but this is not just for me. It is more about adding a VS Solution and Windows deploymnet to the repo. This way, Windows users can simply install the extension and not have to worry about all the steps/requirements to build it. This would also allow Windows developers to work directly in VS. My questions are about the actual development of pgvector. I would rather tap this team's expertise rather than random people on SO. Given this, what is the best way to work with this team?

Issues are good for discussing those types of topics. In this case, it seems like you're trying to convert Makefile.win to a VS solution, which seems more general. I'm not very familiar with VS solutions and am not sure it's something I'd like to support, but feel free to ask questions here if they're specific to pgvector.