Files
Abirdcfly ed0536f392 vectorstores: add pgvector (#377)
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
2023-12-12 16:31:09 -08:00

4 lines
112 B
Go

// Package pgvector contains an implementation of the VectorStore
// interface using pgvector.
package pgvector