{"id":30060985,"url":"https://github.com/oracle/langchain-oracle","last_synced_at":"2026-05-13T23:01:29.944Z","repository":{"id":303640606,"uuid":"1011651638","full_name":"oracle/langchain-oracle","owner":"oracle","description":"The Oracle LangChain integration provides official LangChain support for Oracle’s Generative AI and AI Platform services, enabling developers to build intelligent, secure, and scalable applications powered by Oracle’s cloud technologies.","archived":false,"fork":false,"pushed_at":"2026-02-23T19:39:49.000Z","size":2574,"stargazers_count":46,"open_issues_count":8,"forks_count":19,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-24T02:05:31.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-01T06:30:40.000Z","updated_at":"2026-02-23T19:39:53.000Z","dependencies_parsed_at":"2025-08-06T06:15:24.836Z","dependency_job_id":"9f2cd4b5-2aac-4769-a3ba-8e40dcfa9392","html_url":"https://github.com/oracle/langchain-oracle","commit_stats":null,"previous_names":["oracle/langchain-oracle"],"tags_count":17,"template":false,"template_full_name":"oracle/template-repo","purl":"pkg:github/oracle/langchain-oracle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Flangchain-oracle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Flangchain-oracle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Flangchain-oracle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Flangchain-oracle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle","download_url":"https://codeload.github.com/oracle/langchain-oracle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Flangchain-oracle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29917594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-08T01:53:54.938Z","updated_at":"2026-03-06T23:04:37.475Z","avatar_url":"https://github.com/oracle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦜️🔗 LangChain 🤝 Oracle\n\nWelcome to the official repository for LangChain integration with [Oracle Cloud Infrastructure (OCI)](https://cloud.oracle.com/) and [Oracle AI Vector Search](https://www.oracle.com/database/ai-vector-search/). This project provides native LangChain components for interacting with Oracle's AI services—providing support for **OCI Generative AI**, **OCI Data Science** and **Oracle AI Vector Search**.\n\n## Features\n\n- **LLMs**: Includes LLM classes for OCI services like [Generative AI](https://cloud.oracle.com/ai-services/generative-ai) and [ModelDeployment Endpoints](https://cloud.oracle.com/ai-services/model-deployment), allowing you to leverage their language models within LangChain.\n- **Agents**: Includes Runnables to support [Oracle Generative AI Agents](https://www.oracle.com/artificial-intelligence/generative-ai/agents/), allowing you to leverage Generative AI Agents within LangChain and LangGraph.\n- **Vector Search**: Offers native integration with [Oracle AI Vector Search](https://www.oracle.com/database/ai-vector-search/) through a LangChain-compatible components. This enables pipelines that can:\n    - Load the documents from various sources using `OracleDocLoader`\n    - Summarize content within/outside the database using `OracleSummary`\n    - Generate embeddings within/outside the database using `OracleEmbeddings`\n    - Chunk according to different requirements using Advanced Oracle Capabilities from `OracleTextSplitter`\n    - Store, index, and query vectors using `OracleVS`\n- **More to come**: This repository will continue to expand and offer additional components for various OCI and Oracle AI services as development progresses.\n\n\u003e This project merges and replaces earlier OCI and Oracle AI Vector Search integrations from the `langchain-community` repository and unifies contributions from Oracle teams.\n\u003e All integrations in this package assume that you have the credentials setup to connect with oci and database services.\n\n---\n\n## Installation\n\nFor OCI services:\n\n```bash\npython -m pip install -U langchain-oci\n```\n\nFor Oracle AI Vector Search services:\n\n```bash\npython -m pip install -U langchain-oracledb\n```\n\n---\n\n## Quick Start\n\nThis repository includes three main integration categories. For detailed information, please refer to the respective libraries:\n\n- [OCI Generative AI](https://github.com/oracle/langchain-oracle/tree/main/libs/oci)\n- [OCI Data Science (Model Deployment)](https://github.com/oracle/langchain-oracle/tree/main/libs/oci)\n- [Oracle AI Vector Search](https://github.com/oracle/langchain-oracle/tree/main/libs/oracledb)\n\n## Samples\n\nExplore comprehensive code samples covering authentication, vision/multimodal, agents, tool calling, structured output, async patterns, and embeddings:\n\n- [Samples](https://github.com/oracle/langchain-oracle/tree/main/samples)\n\n## Documentation\n\nFor full documentation, see the official LangChain integration pages:\n\n- [OCI Generative AI Provider](https://python.langchain.com/docs/integrations/providers/oci/)\n- [ChatOCIGenAI](https://python.langchain.com/docs/integrations/chat/oci_generative_ai/)\n- [OCIGenAIEmbeddings](https://python.langchain.com/docs/integrations/text_embedding/oci_generative_ai/)\n\n## Contributing\n\nThis project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process\n\n## License\n\nCopyright (c) 2025 Oracle and/or its affiliates.\n\nReleased under the Universal Permissive License v1.0 as shown at\n\u003chttps://oss.oracle.com/licenses/upl/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Flangchain-oracle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle%2Flangchain-oracle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Flangchain-oracle/lists"}