Skip to content

feat: add Oracle vector store integration#2532

Open
GabrielBorges240 wants to merge 1 commit into
arc53:mainfrom
GabrielBorges240:feature/oracle-vectorstore
Open

feat: add Oracle vector store integration#2532
GabrielBorges240 wants to merge 1 commit into
arc53:mainfrom
GabrielBorges240:feature/oracle-vectorstore

Conversation

@GabrielBorges240

Copy link
Copy Markdown

Closes #981

What this PR does

Adds Oracle Database as a vector store option using LangChain's OracleVS integration.

Changes

  • Added application/vectorstore/oracle.py with OracleVectorStore class
  • Added ORACLE_USER, ORACLE_PASSWORD, and ORACLE_DSN settings to application/core/settings.py

How to use

Set the following environment variables:
VECTOR_STORE=oracle
ORACLE_USER=your_user
ORACLE_PASSWORD=your_password
ORACLE_DSN=localhost:1521/FREEPDB1

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

@GabrielBorges240 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the application Application label Jun 10, 2026
@GabrielBorges240

Copy link
Copy Markdown
Author

Hi, could a maintainer please review this PR? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

application Application

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using Oracle Vector store

1 participant