You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/memory
Harrison Chase a7af32c274
Cassandra support for chat history (#4378) (#4764)
# Cassandra support for chat history

### Description

- Store chat messages in cassandra

### Dependency

- cassandra-driver - Python Module

## Before submitting

- Added Integration Test

## Who can review?

@hwchase17
@agola11

# Your PR Title (What it does)

<!--
Thank you for contributing to LangChain! Your PR will appear in our next
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.
-->

<!-- Remove if not applicable -->

Fixes # (issue)

## Before submitting

<!-- If you're adding a new integration, include an integration test and
an example notebook showing its use! -->

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

<!-- For a quicker response, figure out the right person to tag with @

        @hwchase17 - project lead

        Tracing / Callbacks
        - @agola11

        Async
        - @agola11

        DataLoaders
        - @eyurtsev

        Models
        - @hwchase17
        - @agola11

        Agents / Tools / Toolkits
        - @vowelparrot
        
        VectorStores / Retrievers / Memory
        - @dev2049
        
 -->

Co-authored-by: Jinto Jose <129657162+jj701@users.noreply.github.com>
1 year ago
..
chat_message_histories Cassandra support for chat history (#4378) (#4764) 1 year ago
__init__.py Cassandra support for chat history (#4378) (#4764) 1 year ago
buffer.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
buffer_window.py Fixed k=0 bug on ConversationBufferWindowMemory (#2796) 1 year ago
chat_memory.py Harrison/motorhead (#2599) 1 year ago
combined.py add warning for combined memory (#4688) 1 year ago
entity.py Callbacks Refactor [base] (#3256) 1 year ago
kg.py Callbacks Refactor [base] (#3256) 1 year ago
motorhead_memory.py Motorhead Memory messages come in reversed order. (#3835) 1 year ago
prompt.py Solve small bug in the kg prompt (#1988) 1 year ago
readonly.py Add read only shared memory (#1491) 1 year ago
simple.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
summary.py Harrison/summary memory history (#4649) 1 year ago
summary_buffer.py feat: prune summary buffer (#4004) 1 year ago
token_buffer.py Callbacks Refactor [base] (#3256) 1 year ago
utils.py Harrison/official method (#1728) 1 year ago
vectorstore.py Harrison/retriever memory (#2804) 1 year ago