mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-02 03:15:11 +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).
|
See a [usage example](/docs/integrations/vectorstores/cassandra).
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from langchain.memory import CassandraChatMessageHistory
|
from langchain.vectorstores import Cassandra
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user