From d6e9bd3011eb0487ce664ca8f192eaf35fec03c1 Mon Sep 17 00:00:00 2001 From: Christophe Bornet Date: Tue, 30 Apr 2024 16:25:37 +0200 Subject: [PATCH] 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. --- docs/docs/integrations/providers/cassandra.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/providers/cassandra.mdx b/docs/docs/integrations/providers/cassandra.mdx index f75176c4d06..be28a349658 100644 --- a/docs/docs/integrations/providers/cassandra.mdx +++ b/docs/docs/integrations/providers/cassandra.mdx @@ -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