[PR #3508] docs: Update docs for SingleStore integrations #3552

Open
opened 2026-06-05 18:23:28 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3508
Author: @volodymyr-memsql
Created: 4/9/2026
Status: 🔄 Open

Base: mainHead: update_singlestore_vectorstore_docs


📝 Commits (10+)

  • c8adcb5 update documentation with changes for langchain_singlestore v1.5.0 release
  • bd6b170 Merge branch 'main' into update_singlestore_vectorstore_docs
  • 730e051 fix import libs in examples
  • 0549b60 update documents
  • 619ae45 Merge branch 'main' into update_singlestore_vectorstore_docs
  • badbd68 Merge branch 'main' into update_singlestore_vectorstore_docs
  • 210d589 Merge branch 'main' into update_singlestore_vectorstore_docs
  • 3d9602e Merge branch 'main' into update_singlestore_vectorstore_docs
  • eb14799 Merge branch 'main' into update_singlestore_vectorstore_docs
  • 03c5e36 Merge branch 'main' into update_singlestore_vectorstore_docs

📊 Changes

7 files changed (+944 additions, -256 deletions)

View changed files

src/oss/python/integrations/caches/singlestore.mdx (+133 -0)
src/oss/python/integrations/chat_message_histories/singlestore.mdx (+159 -0)
📝 src/oss/python/integrations/document_loaders/singlestore.mdx (+96 -42)
📝 src/oss/python/integrations/providers/singlestore.mdx (+6 -6)
📝 src/oss/python/integrations/retrievers/index.mdx (+4 -0)
src/oss/python/integrations/retrievers/singlestore.mdx (+203 -0)
📝 src/oss/python/integrations/vectorstores/singlestore.mdx (+343 -208)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3508 **Author:** [@volodymyr-memsql](https://github.com/volodymyr-memsql) **Created:** 4/9/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `update_singlestore_vectorstore_docs` --- ### 📝 Commits (10+) - [`c8adcb5`](https://github.com/langchain-ai/docs/commit/c8adcb5b3876d41cf5c7ceff6cf426269d38efa2) update documentation with changes for langchain_singlestore v1.5.0 release - [`bd6b170`](https://github.com/langchain-ai/docs/commit/bd6b1705f60978f82efe9d6e2b502b3bcadd1bad) Merge branch 'main' into update_singlestore_vectorstore_docs - [`730e051`](https://github.com/langchain-ai/docs/commit/730e0511ae210e108243336527aca7d73d583516) fix import libs in examples - [`0549b60`](https://github.com/langchain-ai/docs/commit/0549b60aaba1db73794eb2e9c25be318dbff73f1) update documents - [`619ae45`](https://github.com/langchain-ai/docs/commit/619ae45463ddc7e259fb0e7e501449151f06778a) Merge branch 'main' into update_singlestore_vectorstore_docs - [`badbd68`](https://github.com/langchain-ai/docs/commit/badbd68a9afc430d9a7b3d9427bf5b1fe4751572) Merge branch 'main' into update_singlestore_vectorstore_docs - [`210d589`](https://github.com/langchain-ai/docs/commit/210d5898cb3258594b4294efe5bd0facef256495) Merge branch 'main' into update_singlestore_vectorstore_docs - [`3d9602e`](https://github.com/langchain-ai/docs/commit/3d9602e7309479c02614acb65928fcc55f8ac74b) Merge branch 'main' into update_singlestore_vectorstore_docs - [`eb14799`](https://github.com/langchain-ai/docs/commit/eb14799571bd54cd8605df4356dba3944937d66b) Merge branch 'main' into update_singlestore_vectorstore_docs - [`03c5e36`](https://github.com/langchain-ai/docs/commit/03c5e36f67b4edfecc4c6851c21a7a70d5151c1f) Merge branch 'main' into update_singlestore_vectorstore_docs ### 📊 Changes **7 files changed** (+944 additions, -256 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/caches/singlestore.mdx` (+133 -0) ➕ `src/oss/python/integrations/chat_message_histories/singlestore.mdx` (+159 -0) 📝 `src/oss/python/integrations/document_loaders/singlestore.mdx` (+96 -42) 📝 `src/oss/python/integrations/providers/singlestore.mdx` (+6 -6) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+4 -0) ➕ `src/oss/python/integrations/retrievers/singlestore.mdx` (+203 -0) 📝 `src/oss/python/integrations/vectorstores/singlestore.mdx` (+343 -208) </details> ### 📄 Description ## 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 <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] 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](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:28 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3552