You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add return type annotations to all factory functions (-> Any)
- Fix mypy import handling for optional langchain_core dependency
- Add explicit str() conversions to avoid no-any-return errors
- Add langchain-integration.md to mkdocs nav configuration
- Fix broken link to example file (use GitHub URL instead of relative path)
All mypy checks now pass and documentation builds successfully.
Copy file name to clipboardExpand all lines: docs/langchain-integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,4 +338,4 @@ except ValueError as e:
338
338
-[Memory Integration Patterns](memory-integration-patterns.md) - Overview of different integration approaches
339
339
-[Python SDK](python-sdk.md) - Direct SDK usage without LangChain
340
340
-[Agent Examples](agent-examples.md) - More agent implementation examples
341
-
-[LangChain Integration Example](../examples/langchain_integration_example.py) - Complete working example
341
+
-[LangChain Integration Example](https://github.com/redis/agent-memory-server/blob/main/examples/langchain_integration_example.py) - Complete working example
0 commit comments