We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Archival and recall memory should be able to be backed up into a database, rather than in a local FAISS index.
MemGPT can support the following options for storing data:
The text was updated successfully, but these errors were encountered:
https://github.com/pgvector/pgvector-python/blob/master/examples/openai_embeddings.py
Sorry, something went wrong.
It looks like Llama Index has a nice example with Postgres, so we can add a PostgresArchivalMemory(ArchivalMemory) that uses this once #154 is merged.
PostgresArchivalMemory(ArchivalMemory)
sarahwooders
No branches or pull requests
Archival and recall memory should be able to be backed up into a database, rather than in a local FAISS index.
MemGPT can support the following options for storing data:
The text was updated successfully, but these errors were encountered: