mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
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:
parent
cc6a20d3e6
commit
c710c7303f
@ -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…
Reference in New Issue
Block a user