[PR #3784] actian_vectorai.mdx for new LangChain vectorstore integration (#1) #3807

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3784
Author: @sandykaoactian
Created: 4/28/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

  • cdd12af actian_vectorai.mdx for new LangChain vectorstore integration (#1)
  • 3a39e79 Merge branch 'main' into main
  • f90f2ea Merge branch 'main' into main
  • ef6c45f Merge branch 'main' into main
  • a6508d8 Merge branch 'main' into main
  • 064607e Merge branch 'main' into main
  • 49ef691 Merge branch 'main' into main
  • f9c698a Merge branch 'main' into main
  • 6973042 Merge branch 'main' into main
  • b650bdd Merge branch 'main' into main

📊 Changes

3 files changed (+548 additions, -261 deletions)

View changed files

📝 packages.yml (+257 -252)
📝 src/oss/python/integrations/providers/overview.mdx (+9 -9)
src/oss/python/integrations/vectorstores/actian_vectorai.mdx (+282 -0)

📄 Description

  • actian_vectorai.mdx for new LangChain vectorstore integration

  • actian_vectorai.mdx for new LangChain vectorstore integration with updates


Overview

a new file actian_vectorai.mdx is added for new vectorstore integration.

Type of change

New documentation page
Type: New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

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/3784 **Author:** [@sandykaoactian](https://github.com/sandykaoactian) **Created:** 4/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`cdd12af`](https://github.com/langchain-ai/docs/commit/cdd12af036c9269d54c5f15e5b31eb5ecadcc7de) actian_vectorai.mdx for new LangChain vectorstore integration (#1) - [`3a39e79`](https://github.com/langchain-ai/docs/commit/3a39e794bd26035a0979957e28aae4e345c913c5) Merge branch 'main' into main - [`f90f2ea`](https://github.com/langchain-ai/docs/commit/f90f2ea7f67eb49bad88f178aed008cbd829d6ad) Merge branch 'main' into main - [`ef6c45f`](https://github.com/langchain-ai/docs/commit/ef6c45fdaf5ccbcdbc7e0aa504631269714e8c58) Merge branch 'main' into main - [`a6508d8`](https://github.com/langchain-ai/docs/commit/a6508d8ce9ae4b5b2b3eb2b73a19eee02ad385f5) Merge branch 'main' into main - [`064607e`](https://github.com/langchain-ai/docs/commit/064607e356e3b78a47bb464290097a6a4303445f) Merge branch 'main' into main - [`49ef691`](https://github.com/langchain-ai/docs/commit/49ef691e65f6eb10f9ae65a153f62490d1b51f0b) Merge branch 'main' into main - [`f9c698a`](https://github.com/langchain-ai/docs/commit/f9c698a4db5e2ef25c9a2117dee739994b9a071e) Merge branch 'main' into main - [`6973042`](https://github.com/langchain-ai/docs/commit/6973042e248b07a6d254358d54fa06748ddd5861) Merge branch 'main' into main - [`b650bdd`](https://github.com/langchain-ai/docs/commit/b650bdd7457dfa4bdba881970123e5338d837b39) Merge branch 'main' into main ### 📊 Changes **3 files changed** (+548 additions, -261 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+257 -252) 📝 `src/oss/python/integrations/providers/overview.mdx` (+9 -9) ➕ `src/oss/python/integrations/vectorstores/actian_vectorai.mdx` (+282 -0) </details> ### 📄 Description * actian_vectorai.mdx for new LangChain vectorstore integration * actian_vectorai.mdx for new LangChain vectorstore integration with updates --------- ## Overview <!-- Brief description of what documentation is being added/updated --> a new file actian_vectorai.mdx is added for new vectorstore integration. ## Type of change New documentation page **Type:** New documentation page ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## 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 - [ ] 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:53:12 -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#3807