docs: Bump cassio min version in docs (#21081)

Cassio 0.6+ is recommended for async vector store (not blocking on
getting the embedding dimension) and for hybrid search support.
This commit is contained in:
Christophe Bornet
2024-04-30 16:25:37 +02:00
committed by GitHub
parent db14d4326d
commit d6e9bd3011

View File

@@ -12,7 +12,7 @@ i.e. those using the `Cassandra Query Language` protocol.
Install the following Python package:
```bash
pip install "cassio>=0.1.4"
pip install "cassio>=0.1.6"
```
## Vector Store