[PR #1466] [MERGED] docs: Add hybrid search documentation for Elasticsearch vector store #1594

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1466
Author: @margaretjgu
Created: 11/17/2025
Status: Merged
Merged: 12/8/2025
Merged by: @lnhsingh

Base: mainHead: hybrid_elasticsearch


📝 Commits (4)

  • bb0fbb7 docs: Add hybrid search documentation for Elasticsearch vector store
  • 8dba933 update
  • c36319d Merge branch 'main' into hybrid_elasticsearch
  • bc26a39 Merge branch 'main' into hybrid_elasticsearch

📊 Changes

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

View changed files

📝 src/oss/javascript/integrations/vectorstores/elasticsearch.mdx (+37 -0)

📄 Description

Overview

Adds documentation for the new hybrid search feature in Elasticsearch vector store integration.
Reference Implementation PR

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/1466 **Author:** [@margaretjgu](https://github.com/margaretjgu) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `hybrid_elasticsearch` --- ### 📝 Commits (4) - [`bb0fbb7`](https://github.com/langchain-ai/docs/commit/bb0fbb7427bce9fb02e6479ca4f1a56aeb7840ae) docs: Add hybrid search documentation for Elasticsearch vector store - [`8dba933`](https://github.com/langchain-ai/docs/commit/8dba9335942dd1ae8dc781c72f1ba41ab31a4b3c) update - [`c36319d`](https://github.com/langchain-ai/docs/commit/c36319d42e15ed3dd0d3371c219ae28dae5ce786) Merge branch 'main' into hybrid_elasticsearch - [`bc26a39`](https://github.com/langchain-ai/docs/commit/bc26a398da6137346dc1ef0f3e3760a0c73da3ba) Merge branch 'main' into hybrid_elasticsearch ### 📊 Changes **1 file changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/vectorstores/elasticsearch.mdx` (+37 -0) </details> ### 📄 Description ## Overview Adds documentation for the new hybrid search feature in Elasticsearch vector store integration. [Reference Implementation PR](https://github.com/langchain-ai/langchainjs/pull/9385) ## Type of change **Type:** [Update existing documentation] ## Related issues/PRs - GitHub issue: n/a - Feature PR: https://github.com/langchain-ai/langchainjs/pull/9385 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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](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:31 -05:00
yindo closed this issue 2026-02-17 17:22:31 -05:00
yindo changed title from [PR #1466] docs: Add hybrid search documentation for Elasticsearch vector store to [PR #1466] [MERGED] docs: Add hybrid search documentation for Elasticsearch vector store 2026-06-05 18:13:49 -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#1594