Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a conversation memory that combines a (optionally persistent) vectorstore history with a token buffer #22155

Merged
merged 12 commits into from
Jun 26, 2024

Commits on Jun 14, 2024

  1. add ConversationTokenBufferVectorStoreMemory class

    Lincoln Stein authored and lstein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    91f4de0 View commit details
    Browse the repository at this point in the history
  2. added vectorstore-backed conversation + buffer memory

    Lincoln Stein authored and lstein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2f8dd75 View commit details
    Browse the repository at this point in the history
  3. move timestamp to top

    Lincoln Stein authored and lstein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    73af5f5 View commit details
    Browse the repository at this point in the history
  4. tweak history prompt; add code-block annotation to usage example

    Lincoln Stein authored and lstein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ba23101 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. fix code-block syntax

    Lincoln Stein committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    08bba33 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    2aa5118 View commit details
    Browse the repository at this point in the history
  2. rename vectorstore_token_buffer_memory to work around circular import…

    … errors
    Lincoln Stein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ac929f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f2c03f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee088ad View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    049b776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0246db View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. fmt

    isahers1 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b7c1d09 View commit details
    Browse the repository at this point in the history