fix wrong import line in cassandra doc page for vector store (#10041)

This fixes the exampe import line in the general "cassandra" doc page
mdx file. (it was erroneously a copy of the chat message history import
statement found below).
pull/10074/head
Stefano Lottini 1 year ago committed by GitHub
parent cc6a20d3e6
commit c710c7303f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ pip install cassio
See a [usage example](/docs/integrations/vectorstores/cassandra).
```python
from langchain.memory import CassandraChatMessageHistory
from langchain.vectorstores import Cassandra
```

Loading…
Cancel
Save