Files
wei 08132f9598 vectorstores: add redisvector implementation (#777)
* feat(vectorstore): add redisvector

* feat(vectorstore): add redisvector unit test

* deps: go mod tidy

---------

Co-authored-by: Travis Cline <travis.cline@gmail.com>
2024-05-07 00:43:17 -04:00

4 lines
121 B
Go

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