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

langchain[patch],community[minor]: Migrate memory implementations to community #20845

Merged
merged 6 commits into from
May 2, 2024

Conversation

eyurtsev
Copy link
Collaborator

Migrates memory implementations to community

Copy link

vercel bot commented Apr 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview May 2, 2024 2:39pm

@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. Ɑ: memory Related to memory module 🤖:refactor A large refactor of a feature(s) or restructuring of many files labels Apr 24, 2024
try:
# Temporarily tuck import in a conditional import until
# community pkg becomes dependent on langchain core
from langchain_core.memory.chat_memory import BaseChatMemory
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the try/except if this is importing from core

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch it was langchain rather than langchain_core

@eyurtsev
Copy link
Collaborator Author

eyurtsev commented May 2, 2024

#21080

@eyurtsev eyurtsev merged commit 3cd7fce into master May 2, 2024
60 checks passed
@eyurtsev eyurtsev deleted the eugene/memory_3 branch May 2, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ɑ: memory Related to memory module 🤖:refactor A large refactor of a feature(s) or restructuring of many files size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants