[PR #2260] [MERGED] Add Hybrid and Text Search Documentation for Oracle AI Database #2272

Closed
opened 2026-02-17 17:23:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2260
Author: @fileames
Created: 1/16/2026
Status: Merged
Merged: 1/27/2026
Merged by: @mdrxy

Base: mainHead: hybrid_text


📝 Commits (9)

  • 0fb6bda Add hybrid and text search documentation
  • 44b77c9 Fix URL issue
  • 9d5210a Apply suggestions from code review
  • f61f7bd Update Oracle description
  • ec209c9 Update src/oss/python/integrations/vectorstores/oracle.mdx
  • 9221fe4 Update src/oss/python/integrations/vectorstores/oracle.mdx
  • c2fcb17 Update src/oss/python/integrations/vectorstores/oracle.mdx
  • 3a34722 Update src/oss/python/integrations/vectorstores/oracle.mdx
  • e2c4f67 Update src/oss/python/integrations/vectorstores/oracle.mdx

📊 Changes

10 files changed (+311 additions, -162 deletions)

View changed files

📝 src/oss/python/integrations/document_loaders/index.mdx (+1 -1)
📝 src/oss/python/integrations/document_loaders/oracleai.mdx (+18 -26)
📝 src/oss/python/integrations/providers/all_providers.mdx (+1 -1)
📝 src/oss/python/integrations/providers/oracleai.mdx (+21 -20)
📝 src/oss/python/integrations/text_embedding/index.mdx (+1 -1)
📝 src/oss/python/integrations/text_embedding/oracleai.mdx (+14 -28)
📝 src/oss/python/integrations/tools/index.mdx (+1 -1)
📝 src/oss/python/integrations/tools/oracleai.mdx (+15 -27)
📝 src/oss/python/integrations/vectorstores/index.mdx (+34 -3)
📝 src/oss/python/integrations/vectorstores/oracle.mdx (+205 -54)

📄 Description

Overview

Add Hybrid and Text Search Documentation for Oracle AI Database, vector search

Type of change

Type: Update existing documentation

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

🔄 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/2260 **Author:** [@fileames](https://github.com/fileames) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `hybrid_text` --- ### 📝 Commits (9) - [`0fb6bda`](https://github.com/langchain-ai/docs/commit/0fb6bda03cc619e2cc222a99db9a6018b5e92602) Add hybrid and text search documentation - [`44b77c9`](https://github.com/langchain-ai/docs/commit/44b77c97561d90a0adc85e633d6d5d1879579ed3) Fix URL issue - [`9d5210a`](https://github.com/langchain-ai/docs/commit/9d5210a2f656e45a3001ceae187e913287832980) Apply suggestions from code review - [`f61f7bd`](https://github.com/langchain-ai/docs/commit/f61f7bdc5aa0ff8b0aad0a698b5e6464d6fd13cb) Update Oracle description - [`ec209c9`](https://github.com/langchain-ai/docs/commit/ec209c9065eb91576aa54875b19ed7add43e08b9) Update src/oss/python/integrations/vectorstores/oracle.mdx - [`9221fe4`](https://github.com/langchain-ai/docs/commit/9221fe4edebca3d15f8862b8526bc899dffb87a3) Update src/oss/python/integrations/vectorstores/oracle.mdx - [`c2fcb17`](https://github.com/langchain-ai/docs/commit/c2fcb177360a2f6af1dbd0fc3f38a53bee782406) Update src/oss/python/integrations/vectorstores/oracle.mdx - [`3a34722`](https://github.com/langchain-ai/docs/commit/3a34722aea14b71058bdb5f8996e7c43d33293df) Update src/oss/python/integrations/vectorstores/oracle.mdx - [`e2c4f67`](https://github.com/langchain-ai/docs/commit/e2c4f6733e2cad542944ec380c524f90d90c20c7) Update src/oss/python/integrations/vectorstores/oracle.mdx ### 📊 Changes **10 files changed** (+311 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/document_loaders/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/document_loaders/oracleai.mdx` (+18 -26) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/oracleai.mdx` (+21 -20) 📝 `src/oss/python/integrations/text_embedding/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/text_embedding/oracleai.mdx` (+14 -28) 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/tools/oracleai.mdx` (+15 -27) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+34 -3) 📝 `src/oss/python/integrations/vectorstores/oracle.mdx` (+205 -54) </details> ### 📄 Description ## Overview Add Hybrid and Text Search Documentation for Oracle AI Database, vector search ## Type of change **Type:** Update existing documentation ## 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 - [x] I have updated navigation in `src/docs.json` if needed --- <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:23:14 -05:00
yindo closed this issue 2026-02-17 17:23:14 -05:00
yindo changed title from [PR #2260] Add Hybrid and Text Search Documentation for Oracle AI Database to [PR #2260] [MERGED] Add Hybrid and Text Search Documentation for Oracle AI Database 2026-06-05 18:17:36 -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#2272