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

Implement Local Cache and Redis Memory backend #372

Merged
merged 18 commits into from
Apr 9, 2023

Commits on Apr 7, 2023

  1. Create an abstract MemoryProviderSingleton class. Pass config instead…

    … of instantiating a new one where used.
    BillSchumacher committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6819799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a1d9e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce7969 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43746b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df28193 View commit details
    Browse the repository at this point in the history
  6. Fix README

    BillSchumacher committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f016203 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d13fb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14e10c9 View commit details
    Browse the repository at this point in the history
  9. Update README

    BillSchumacher committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ea6b970 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb14c8d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    503b58b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    d7ccaf4 View commit details
    Browse the repository at this point in the history
  2. Update scripts/config.py

    Co-authored-by: Jason Kölker <[email protected]>
    BillSchumacher and jkoelker authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    a34c51b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Fixes incorrect class names in __all__

    Changes "Cache" to "Memory".
    Torantulino authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    d1777e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63238f View commit details
    Browse the repository at this point in the history
  3. Update main.py

    Remove pinecone config requirement
    BillSchumacher authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    2db7f08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e139fb View commit details
    Browse the repository at this point in the history
  5. Memory fixes.

    BillSchumacher committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    a861dec View commit details
    Browse the repository at this point in the history