mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 04:25:46 +00:00
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:
parent
db14d4326d
commit
d6e9bd3011
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user