Skip to content

ConversationSummaryMemory documentation unavailable + import module unclear (LangChain 1.x) #1646

@Ayaan9421

Description

@Ayaan9421

Type of issue

issue / bug

Language

Python

Description

Issue Summary

I am trying to use ConversationSummaryMemory in LangChain, but the documentation link appears to be broken and the import path shown in tutorials does not work with the latest versions.

What I Tried

Using this import results in:

from langchain.memory import ConversationSummaryMemory

Error:

Import "langchain.memory" could not be resolved

I also tried:

from langchain_community.memory import ConversationSummaryMemory

but I couldn't find any official documentation confirming this change.

Image

Broken Documentation Link
When I search Google and follow links (example):

https://api.python.langchain.com/en/latest/langchain/memory/langchain.memory.summary.ConversationSummaryMemory.html

I get this browser error:

ERR_SSL_VERSION_OR_CIPHER_MISMATCH
"This site can’t provide a secure connection"
Image

My Installed Versions

langchain 1.1.0
langchain-anthropic 1.2.0
langchain-classic 1.0.0
langchain-community 0.4.1
langchain-core 1.1.0
langchain-google-genai 3.2.0
langchain-huggingface 1.1.0
langchain-openai 1.1.0
langchain-text-splitters 1.0.0
langgraph 1.0.4
langgraph-checkpoint 3.0.1
langgraph-prebuilt 1.0.5
langgraph-sdk 0.2.10
langsmith 0.4.48

Expected Behavior
Working documentation link
Correct import path clarification for LangChain 1.x
Updated examples since most YouTube tutorials still use old syntax

Environment
OS: Windows
Python: 3.12
Browser: Chrome (latest)

Additional Notes
A maintainer saw my Reddit post and asked me to create this issue.🙂
Link to that post: https://www.reddit.com/r/LangChain/comments/1p7x3qb/cant_find_documentation_for/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Metadata

Metadata

Assignees

No one assigned

    Labels

    langchainFor docs changes to LangChain

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions