Christophe Bornet 9 months ago committed by GitHub
parent 611f18c944
commit c56060bb7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,6 +70,19 @@ message_history = AstraDBChatMessageHistory(
Learn more in the [example notebook](/docs/integrations/memory/astradb_chat_message_history).
### Document loader
```python
from langchain_community.document_loaders import AstraDBLoader
loader = AstraDBLoader(
api_endpoint="...",
token="...",
collection_name="my_collection"
)
```
Learn more in the [example notebook](/docs/integrations/document_loaders/astradb).
## Apache Cassandra and Astra DB through CQL

Loading…
Cancel
Save