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

SQLite-backed Entity Memory #5129

Merged
merged 5 commits into from
May 31, 2023

Conversation

JoseHervas
Copy link
Contributor

SQLite-backed Entity Memory

Following the initiative of #2397 I think it would be helpful to be able to persist Entity Memory on disk by default

Who can review?

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

@dev2049

@dev2049
Copy link
Contributor

dev2049 commented May 23, 2023

thanks @JoseHervas, looks like a good start! would it be possible to add an example notebook?

@dev2049 dev2049 added 03 enhancement Enhancement of existing functionality needs documentation PR needs to be updated with documentation labels May 23, 2023
@JoseHervas
Copy link
Contributor Author

Hey @dev2049 for sure 👍

Here's the example notebook: docs/modules/memory/examples/entity_memory_with_sqlite.ipynb

@dev2049 dev2049 removed the needs documentation PR needs to be updated with documentation label May 23, 2023
@dev2049 dev2049 added the Ɑ: memory Related to memory module label May 24, 2023
@dev2049 dev2049 added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label May 31, 2023
@dev2049
Copy link
Contributor

dev2049 commented May 31, 2023

lgtm, thanks @JoseHervas!

@dev2049 dev2049 merged commit ce8b7a2 into langchain-ai:master May 31, 2023
vowelparrot pushed a commit that referenced this pull request May 31, 2023
# SQLite-backed Entity Memory

Following the initiative of
#2397 I think it would be
helpful to be able to persist Entity Memory on disk by default

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
@danielchalef danielchalef mentioned this pull request Jun 5, 2023
@glondrej
Copy link

I think SQLiteEntityStore class is missing "conn" property.

Undertone0809 pushed a commit to Undertone0809/langchain that referenced this pull request Jun 19, 2023
# SQLite-backed Entity Memory

Following the initiative of
langchain-ai#2397 I think it would be
helpful to be able to persist Entity Memory on disk by default

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
This was referenced Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
03 enhancement Enhancement of existing functionality lgtm PR looks good. Use to confirm that a PR is ready for merging. Ɑ: memory Related to memory module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants