mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-21 00:45:22 -04:00
08132f9598
* feat(vectorstore): add redisvector * feat(vectorstore): add redisvector unit test * deps: go mod tidy --------- Co-authored-by: Travis Cline <travis.cline@gmail.com>
4 lines
121 B
Go
4 lines
121 B
Go
// Package redisvector contains an implementation of the VectorStore
|
|
// interface using redisvector.
|
|
package redisvector
|