Skip to content

docs: Update docs for SingleStore integrations#3508

Open
Volodymyr Tkachuk (volodymyr-memsql) wants to merge 13 commits intolangchain-ai:mainfrom
volodymyr-memsql:update_singlestore_vectorstore_docs
Open

docs: Update docs for SingleStore integrations#3508
Volodymyr Tkachuk (volodymyr-memsql) wants to merge 13 commits intolangchain-ai:mainfrom
volodymyr-memsql:update_singlestore_vectorstore_docs

Conversation

@volodymyr-memsql
Copy link
Copy Markdown
Contributor

Overview

langchain_singlestore published new releases (v1.3, v1.4 and v1.5) and this change updates the integration docs with latest changes in the integration.

Type of change

Type: New documentation page, Update existing documentation

Related issues/PRs

  • GitHub issue:
  • Feature PR:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

@github-actions github-actions bot added langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects external User is not a member of langchain-ai labels Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

❌ Import check failed

This PR contains imports from langchain_core that should be imported from langchain instead.

Detailed issues
Analyzing diff for import issues...
 Found 1 import issues:

File: src/oss/python/integrations/chat_message_histories/singlestore.mdx
Line: 76
Issue: Import from langchain.messages instead of langchain_core.messages
Current:   from langchain_core.messages import AIMessage, HumanMessage
Suggested: from langchain.messages import AIMessage, HumanMessage
--------------------------------------------------------------------------------

 Found 1 import issues that need to be fixed.

Why this is a problem

The langchain package re-exports many modules and classes from langchain_core. When possible, imports should use langchain instead of langchain_core for:

  • Better user experience (single import source)
  • Consistency across documentation
  • Reduced cognitive load for users

How to fix

Replace the imports as suggested above. For example:

  • from langchain_core.messages import HumanMessage
  • from langchain.messages import HumanMessage

🤖 Automated check

This check is based on the latest analysis of langchain re-exports from langchain_core.

@volodymyr-memsql
Copy link
Copy Markdown
Contributor Author

Hello Mason Daugherty (@mdrxy)! Please help me with publishing the updated documentation for the SingleStore integrations (langchain_singlestore python lib).

@mdrxy Mason Daugherty (mdrxy) added the integration For docs updates for LangChain integrations label Apr 12, 2026
@volodymyr-memsql
Copy link
Copy Markdown
Contributor Author

Hello Mason Daugherty (@mdrxy)! Have you had a chance to look into the PR? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai integration For docs updates for LangChain integrations langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants