Apache Doris는 실시간 분석을 위한 현대적인 데이터 웨어하우스입니다. 대규모 실시간 데이터에 대해 매우 빠른 분석을 제공합니다.
일반적으로 Apache Doris는 OLAP으로 분류되며, ClickBench — a Benchmark For Analytical DBMS에서 뛰어난 성능을 보여주었습니다. 초고속 벡터화 실행 엔진을 갖추고 있어 빠른 vectordb로도 사용할 수 있습니다.

Installation and Setup

pip install pymysql

Vector Store

사용 예시를 참조하세요.
from langchain_community.vectorstores import ApacheDoris

---

<Callout icon="pen-to-square" iconType="regular">
    [Edit the source of this page on GitHub.](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/apache_doris.mdx)
</Callout>
<Tip icon="terminal" iconType="regular">
    [Connect these docs programmatically](/use-these-docs) to Claude, VSCode, and more via MCP for    real-time answers.
</Tip>
I