langchain-ai / langchain-postgres

LangChain abstractions backed by Postgres Backend
MIT License
133 stars 48 forks source link

Add support for HNSW and IVFFlat indexes, add tests #91

Open Sachin-Bhat opened 4 months ago

Sachin-Bhat commented 4 months ago

Hey @eyurtsev

Added support for HNSW and IVFFlat index via a control pane as mentioned in #85. Added a few test cases for the same as well. Please let me know what other changes have to be made and I can do the same. Merging this closes #89.

Cheers, Sachin

MartinGotelli commented 3 months ago

@eyurtsev are we planning on merging this soon?

AbhilashPal commented 3 months ago

Is this going to be merged soon? It would really streamline a lot of work.

diegocardalves commented 3 months ago

Still waiting this to be merged, very promising @eyurtsev

Benvii commented 2 months ago

Hi, any update on this PR ? would be really good to be able to use HSNW in langchain-postgres. Thanks in advance @eyurtsev