Commit 975887f
committed
feat(valkey): ValkeyStorage vector memory backend
Add ValkeyStorage, a distributed StorageBackend implementation using
Valkey-GLIDE with Valkey Search for vector similarity. Wire it into
Memory as the 'valkey' storage option. Pin scrapegraph-py<2 to fix
unrelated upstream breakage.
Part 4/4 of Valkey storage implementation.1 parent 6ab7785 commit 975887f
8 files changed
Lines changed: 7301 additions & 0 deletions
File tree
- lib/crewai
- src/crewai/memory
- storage
- tests/memory/storage
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
218 | 229 | | |
219 | 230 | | |
220 | 231 | | |
| |||
0 commit comments