Python python-oracle

LangChain Vector Search Sample

LangChain-based Python vector search sample for Oracle AI Database.

#AI#python#Vector Search
What this sample helps you learn

This folder contains a LangChain-based vector-search sample for Oracle AI Database. It uses `langchain-oracledb` with `OpenAIEmbeddings` to persist sample texts into Oracle AI Database and then runs a similarity search with `OracleVS`.

Highlights

  • Python 3.13+
  • Poetry
  • Docker compatible environment
  • OPENAI_API_KEY set in your environment, or available for interactive prompt entry