[PR #1831] [MERGED] feat(vertexai): Add documentation for Vertex AI Vector Search 2.0 support #1893

Closed
opened 2026-02-17 17:22:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1831
Author: @RajeshThallam
Created: 12/10/2025
Status: Merged
Merged: 1/11/2026
Merged by: @mdrxy

Base: mainHead: fix/vertex_vs2


📝 Commits (6)

  • 3cf0682 Adding Vertex AI Vector Search 2.0 integration
  • d89cfab Merge branch 'main' into fix/vertex_vs2
  • 1d3f837 Update the doc to enable Vector Search API
  • 370b885 Merge branch 'fix/vertex_vs2' of github.com:RajeshThallam/langchain-ai-docs into fix/vertex_vs2
  • 8882a63 Add semantic search, text (keyword) search, and hybrid search (combining search strategies)
  • 6cc364d Merge branch 'main' into fix/vertex_vs2

📊 Changes

1 file changed (+416 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/vectorstores/google_vertex_ai_vector_search.mdx (+416 -0)

📄 Description

Overview

This PR updates the Vertex AI Vector Search integration documentation to include coverage of Vertex AI Vector Search 2.0. The update provides developers with clear, tested examples for both versions.

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • 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/1831 **Author:** [@RajeshThallam](https://github.com/RajeshThallam) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 1/11/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix/vertex_vs2` --- ### 📝 Commits (6) - [`3cf0682`](https://github.com/langchain-ai/docs/commit/3cf068290a70d4c83e855cc1e23caa04189d8795) Adding Vertex AI Vector Search 2.0 integration - [`d89cfab`](https://github.com/langchain-ai/docs/commit/d89cfabe4444f74daa1347ae889d512be4326454) Merge branch 'main' into fix/vertex_vs2 - [`1d3f837`](https://github.com/langchain-ai/docs/commit/1d3f8373f5e587eba92c2fea0783aff87de4c7c2) Update the doc to enable Vector Search API - [`370b885`](https://github.com/langchain-ai/docs/commit/370b885a5fde6c5ac6880dcb61493e418e2022c0) Merge branch 'fix/vertex_vs2' of github.com:RajeshThallam/langchain-ai-docs into fix/vertex_vs2 - [`8882a63`](https://github.com/langchain-ai/docs/commit/8882a632acefe9b7e96be1f8d42fc6867a81c146) Add semantic search, text (keyword) search, and hybrid search (combining search strategies) - [`6cc364d`](https://github.com/langchain-ai/docs/commit/6cc364d76201931b0c93f259e3c4ba5c546f9468) Merge branch 'main' into fix/vertex_vs2 ### 📊 Changes **1 file changed** (+416 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/vectorstores/google_vertex_ai_vector_search.mdx` (+416 -0) </details> ### 📄 Description ## Overview This PR updates the Vertex AI Vector Search integration documentation to include coverage of [Vertex AI Vector Search 2.0](https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview). The update provides developers with clear, tested examples for both versions. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - Feature PR: [feat(vertexai): Add Vertex AI Vector Search 2.0 support](https://github.com/langchain-ai/langchain-google/pull/1427) ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [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-02-17 17:22:50 -05:00
yindo closed this issue 2026-02-17 17:22:50 -05:00
yindo changed title from [PR #1831] feat(vertexai): Add documentation for Vertex AI Vector Search 2.0 support to [PR #1831] [MERGED] feat(vertexai): Add documentation for Vertex AI Vector Search 2.0 support 2026-06-05 18:15:31 -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#1893