HelgeSverre / mindwave

[WIP] 🧠 Toolkit for building AI features into your Laravel app.
https://mindwave.no
MIT License
68 stars 7 forks source link

[FR] PGVector Vectorstore Driver #6

Closed HelgeSverre closed 1 year ago

HelgeSverre commented 1 year ago

There is a package for Laravel that adds PGVector support.

To add support for this, we would need to build a default migration for a table of documents that has the vector array, the document content, possibly an internal id, and a "chunk id" (its persisted to the vectorstore after being split into text chunks).

https://github.com/pgvector/pgvector-php

HelgeSverre commented 1 year ago

Revisit in future, not familiar enough with pgsql to do this at this time.