Skip to content

Add Oracle AI Database vector search example using LangChain#2395

Open
Ela689 wants to merge 7 commits intoopenai:mainfrom
Ela689:main
Open

Add Oracle AI Database vector search example using LangChain#2395
Ela689 wants to merge 7 commits intoopenai:mainfrom
Ela689:main

Conversation

@Ela689
Copy link

@Ela689 Ela689 commented Jan 25, 2026

Summary

This PR adds a new vector database example demonstrating semantic search using OpenAI embeddings stored and queried directly in Oracle AI Database Vector Search, with integration through LangChain.

The example is notebook-first and follows the existing structure under examples/vector_databases, making it easy to run, understand, and extend.

Motivation

Oracle AI Database provides native vector support that enables efficient semantic similarity search directly inside the database, without relying on external vector stores.

This example helps developers:

  • Understand how to store and query embeddings using Oracle's native VECTOR capabilities
  • Use LangChain with Oracle AI Database as vector store
  • Build semantic search workflows that combine OpenAI embeddings with database-native vector search.

The goal is to provide a clear, practical reference for developers exploring vector search and RAG-style patterns with Oracle AI Database.

What's Included

  • Jupyter notebook demonstrating vector search using langchain-oracledb
  • Example of semantic similarity search using OpenAI embeddings
  • Updated README with setup and usage instructions

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b55a4083ba

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@andrew-allender
Copy link

andrew-allender commented Jan 25, 2026 via email

@chatgpt-codex-connector
Copy link

Note

To use Codex here, create an environment for this repo.

@Ela689
Copy link
Author

Ela689 commented Jan 25, 2026

Applied the requested fixes and pushed new commits. All Codex review threads are resolved.

@Rastakhcarbon
Copy link

Rastakhcarbon commented Jan 25, 2026 via email

Ela689 added 3 commits March 11, 2026 12:48
Expanded the README to provide detailed instructions and explanations for using LangChain with OpenAI and Oracle AI Database for semantic search.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants