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).
This commit is contained in:
Stefano Lottini
2023-09-01 01:05:46 +02:00
committed by GitHub
parent cc6a20d3e6
commit c710c7303f

View File

@@ -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
```