-
- Downloads
Redis Vector Store (#1895)
* 2nd pass at Redis vector store implementation * Use Tokenizer and clean up init * Small fixes for rebasing to llama_index refactor * Docs for Redis vector store * Partially address review comments * Address mypy and other review comments
Showing
- .vscode/settings.json 5 additions, 5 deletions.vscode/settings.json
- docs/how_to/integrations/vector_stores.md 48 additions, 25 deletionsdocs/how_to/integrations/vector_stores.md
- examples/vector_indices/RedisIndexDemo.ipynb 518 additions, 0 deletionsexamples/vector_indices/RedisIndexDemo.ipynb
- llama_index/readers/redis/__init__.py 0 additions, 0 deletionsllama_index/readers/redis/__init__.py
- llama_index/readers/redis/utils.py 102 additions, 0 deletionsllama_index/readers/redis/utils.py
- llama_index/vector_stores/__init__.py 3 additions, 1 deletionllama_index/vector_stores/__init__.py
- llama_index/vector_stores/redis.py 339 additions, 0 deletionsllama_index/vector_stores/redis.py
- llama_index/vector_stores/registry.py 4 additions, 1 deletionllama_index/vector_stores/registry.py
Loading
Please register or sign in to comment