Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README_ko.md 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. <div align="center">
  2. <a href="https://demo.ragflow.io/">
  3. <img src="web/src/assets/logo-with-text.png" width="520" alt="ragflow logo">
  4. </a>
  5. </div>
  6. <p align="center">
  7. <a href="./README.md"><img alt="README in English" src="https://img.shields.io/badge/English-DFE0E5"></a>
  8. <a href="./README_zh.md"><img alt="简体中文版自述文件" src="https://img.shields.io/badge/简体中文-DFE0E5"></a>
  9. <a href="./README_tzh.md"><img alt="繁體版中文自述文件" src="https://img.shields.io/badge/繁體中文-DFE0E5"></a>
  10. <a href="./README_ja.md"><img alt="日本語のREADME" src="https://img.shields.io/badge/日本語-DFE0E5"></a>
  11. <a href="./README_ko.md"><img alt="한국어" src="https://img.shields.io/badge/한국어-DBEDFA"></a>
  12. <a href="./README_id.md"><img alt="Bahasa Indonesia" src="https://img.shields.io/badge/Bahasa Indonesia-DFE0E5"></a>
  13. <a href="./README_pt_br.md"><img alt="Português(Brasil)" src="https://img.shields.io/badge/Português(Brasil)-DFE0E5"></a>
  14. </p>
  15. <p align="center">
  16. <a href="https://x.com/intent/follow?screen_name=infiniflowai" target="_blank">
  17. <img src="https://img.shields.io/twitter/follow/infiniflow?logo=X&color=%20%23f5f5f5" alt="follow on X(Twitter)">
  18. </a>
  19. <a href="https://demo.ragflow.io" target="_blank">
  20. <img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99">
  21. </a>
  22. <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
  23. <img src="https://img.shields.io/docker/pulls/infiniflow/ragflow?label=Docker%20Pulls&color=0db7ed&logo=docker&logoColor=white&style=flat-square" alt="docker pull infiniflow/ragflow:v0.20.1">
  24. </a>
  25. <a href="https://github.com/infiniflow/ragflow/releases/latest">
  26. <img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
  27. </a>
  28. <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
  29. <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="license">
  30. </a>
  31. <a href="https://deepwiki.com/infiniflow/ragflow">
  32. <img alt="Ask DeepWiki" src="https://deepwiki.com/badge.svg">
  33. </a>
  34. </p>
  35. <h4 align="center">
  36. <a href="https://ragflow.io/docs/dev/">Document</a> |
  37. <a href="https://github.com/infiniflow/ragflow/issues/4214">Roadmap</a> |
  38. <a href="https://twitter.com/infiniflowai">Twitter</a> |
  39. <a href="https://discord.gg/NjYzJD3GM3">Discord</a> |
  40. <a href="https://demo.ragflow.io">Demo</a>
  41. </h4>
  42. #
  43. ## 💡 RAGFlow란?
  44. [RAGFlow](https://ragflow.io/)는 심층 문서 이해에 기반한 오픈소스 RAG (Retrieval-Augmented Generation) 엔진입니다. 이 엔진은 대규모 언어 모델(LLM)과 결합하여 정확한 질문 응답 기능을 제공하며, 다양한 복잡한 형식의 데이터에서 신뢰할 수 있는 출처를 바탕으로 한 인용을 통해 이를 뒷받침합니다. RAGFlow는 규모에 상관없이 모든 기업에 최적화된 RAG 워크플로우를 제공합니다.
  45. ## 🎮 데모
  46. 데모를 [https://demo.ragflow.io](https://demo.ragflow.io)에서 실행해 보세요.
  47. <div align="center" style="margin-top:20px;margin-bottom:20px;">
  48. <img src="https://raw.githubusercontent.com/infiniflow/ragflow-docs/refs/heads/image/image/chunking.gif" width="1200"/>
  49. <img src="https://raw.githubusercontent.com/infiniflow/ragflow-docs/refs/heads/image/image/agentic-dark.gif" width="1200"/>
  50. </div>
  51. ## 🔥 업데이트
  52. - 2025-08-08 OpenAI의 최신 GPT-5 시리즈 모델을 지원합니다.
  53. - 2025-08-04 새로운 모델인 Kimi K2와 Grok 4를 포함하여 지원합니다.
  54. - 2025-08-01 에이전트 워크플로우와 MCP를 지원합니다.
  55. - 2025-05-23 Agent에 Python/JS 코드 실행기 구성 요소를 추가합니다.
  56. - 2025-05-05 언어 간 쿼리를 지원합니다.
  57. - 2025-03-19 PDF 또는 DOCX 파일 내의 이미지를 이해하기 위해 다중 모드 모델을 사용하는 것을 지원합니다.
  58. - 2025-02-28 인터넷 검색(TAVILY)과 결합되어 모든 LLM에 대한 심층 연구를 지원합니다.
  59. - 2024-12-18 DeepDoc의 문서 레이아웃 분석 모델 업그레이드.
  60. - 2024-08-22 RAG를 통해 SQL 문에 텍스트를 지원합니다.
  61. ## 🎉 계속 지켜봐 주세요
  62. ⭐️우리의 저장소를 즐겨찾기에 등록하여 흥미로운 새로운 기능과 업데이트를 최신 상태로 유지하세요! 모든 새로운 릴리스에 대한 즉시 알림을 받으세요! 🌟
  63. <div align="center" style="margin-top:20px;margin-bottom:20px;">
  64. <img src="https://github.com/user-attachments/assets/18c9707e-b8aa-4caf-a154-037089c105ba" width="1200"/>
  65. </div>
  66. ## 🌟 주요 기능
  67. ### 🍭 **"Quality in, quality out"**
  68. - [심층 문서 이해](./deepdoc/README.md)를 기반으로 복잡한 형식의 비정형 데이터에서 지식을 추출합니다.
  69. - 문자 그대로 무한한 토큰에서 "데이터 속의 바늘"을 찾아냅니다.
  70. ### 🍱 **템플릿 기반의 chunking**
  71. - 똑똑하고 설명 가능한 방식.
  72. - 다양한 템플릿 옵션을 제공합니다.
  73. ### 🌱 **할루시네이션을 줄인 신뢰할 수 있는 인용**
  74. - 텍스트 청킹을 시각화하여 사용자가 개입할 수 있도록 합니다.
  75. - 중요한 참고 자료와 추적 가능한 인용을 빠르게 확인하여 신뢰할 수 있는 답변을 지원합니다.
  76. ### 🍔 **다른 종류의 데이터 소스와의 호환성**
  77. - 워드, 슬라이드, 엑셀, 텍스트 파일, 이미지, 스캔본, 구조화된 데이터, 웹 페이지 등을 지원합니다.
  78. ### 🛀 **자동화되고 손쉬운 RAG 워크플로우**
  79. - 개인 및 대규모 비즈니스에 맞춘 효율적인 RAG 오케스트레이션.
  80. - 구성 가능한 LLM 및 임베딩 모델.
  81. - 다중 검색과 결합된 re-ranking.
  82. - 비즈니스와 원활하게 통합할 수 있는 직관적인 API.
  83. ## 🔎 시스템 아키텍처
  84. <div align="center" style="margin-top:20px;margin-bottom:20px;">
  85. <img src="https://github.com/infiniflow/ragflow/assets/12318111/d6ac5664-c237-4200-a7c2-a4a00691b485" width="1000"/>
  86. </div>
  87. ## 🎬 시작하기
  88. ### 📝 사전 준비 사항
  89. - CPU >= 4 cores
  90. - RAM >= 16 GB
  91. - Disk >= 50 GB
  92. - Docker >= 24.0.0 & Docker Compose >= v2.26.1
  93. - [gVisor](https://gvisor.dev/docs/user_guide/install/): RAGFlow의 코드 실행기(샌드박스) 기능을 사용하려는 경우에만 필요합니다.
  94. > [!TIP]
  95. > 로컬 머신(Windows, Mac, Linux)에 Docker가 설치되지 않은 경우, [Docker 엔진 설치](<(https://docs.docker.com/engine/install/)>)를 참조하세요.
  96. ### 🚀 서버 시작하기
  97. 1. `vm.max_map_count`가 262144 이상인지 확인하세요:
  98. > `vm.max_map_count`의 값을 아래 명령어를 통해 확인하세요:
  99. >
  100. > ```bash
  101. > $ sysctl vm.max_map_count
  102. > ```
  103. >
  104. > 만약 `vm.max_map_count` 이 262144 보다 작다면 값을 쟈설정하세요.
  105. >
  106. > ```bash
  107. > # 이 경우에 262144로 설정했습니다.:
  108. > $ sudo sysctl -w vm.max_map_count=262144
  109. > ```
  110. >
  111. > 이 변경 사항은 시스템 재부팅 후에 초기화됩니다. 변경 사항을 영구적으로 적용하려면 /etc/sysctl.conf 파일에 vm.max_map_count 값을 추가하거나 업데이트하세요:
  112. >
  113. > ```bash
  114. > vm.max_map_count=262144
  115. > ```
  116. 2. 레포지토리를 클론하세요:
  117. ```bash
  118. $ git clone https://github.com/infiniflow/ragflow.git
  119. ```
  120. 3. 미리 빌드된 Docker 이미지를 생성하고 서버를 시작하세요:
  121. > [!CAUTION]
  122. > 모든 Docker 이미지는 x86 플랫폼을 위해 빌드되었습니다. 우리는 현재 ARM64 플랫폼을 위한 Docker 이미지를 제공하지 않습니다.
  123. > ARM64 플랫폼을 사용 중이라면, [시스템과 호환되는 Docker 이미지를 빌드하려면 이 가이드를 사용해 주세요](https://ragflow.io/docs/dev/build_docker_image).
  124. > 아래 명령어는 RAGFlow Docker 이미지의 v0.20.1-slim 버전을 다운로드합니다. 다양한 RAGFlow 버전에 대한 설명은 다음 표를 참조하십시오. v0.20.1-slim과 다른 RAGFlow 버전을 다운로드하려면, docker/.env 파일에서 RAGFLOW_IMAGE 변수를 적절히 업데이트한 후 docker compose를 사용하여 서버를 시작하십시오. 예를 들어, 전체 버전인 v0.20.1을 다운로드하려면 RAGFLOW_IMAGE=infiniflow/ragflow:v0.20.1로 설정합니다.
  125. ```bash
  126. $ cd ragflow/docker
  127. # Use CPU for embedding and DeepDoc tasks:
  128. $ docker compose -f docker-compose.yml up -d
  129. # To use GPU to accelerate embedding and DeepDoc tasks:
  130. # docker compose -f docker-compose-gpu.yml up -d
  131. ```
  132. | RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
  133. | ----------------- | --------------- | --------------------- | ------------------------ |
  134. | v0.20.1 | &approx;9 | :heavy_check_mark: | Stable release |
  135. | v0.20.1-slim | &approx;2 | ❌ | Stable release |
  136. | nightly | &approx;9 | :heavy_check_mark: | _Unstable_ nightly build |
  137. | nightly-slim | &approx;2 | ❌ | _Unstable_ nightly build |
  138. 1. 서버가 시작된 후 서버 상태를 확인하세요:
  139. ```bash
  140. $ docker logs -f ragflow-server
  141. ```
  142. _다음 출력 결과로 시스템이 성공적으로 시작되었음을 확인합니다:_
  143. ```bash
  144. ____ ___ ______ ______ __
  145. / __ \ / | / ____// ____// /____ _ __
  146. / /_/ // /| | / / __ / /_ / // __ \| | /| / /
  147. / _, _// ___ |/ /_/ // __/ / // /_/ /| |/ |/ /
  148. /_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
  149. * Running on all addresses (0.0.0.0)
  150. ```
  151. > 만약 확인 단계를 건너뛰고 바로 RAGFlow에 로그인하면, RAGFlow가 완전히 초기화되지 않았기 때문에 브라우저에서 `network anormal` 오류가 발생할 수 있습니다.
  152. 2. 웹 브라우저에 서버의 IP 주소를 입력하고 RAGFlow에 로그인하세요.
  153. > 기본 설정을 사용할 경우, `http://IP_OF_YOUR_MACHINE`만 입력하면 됩니다 (포트 번호는 제외). 기본 HTTP 서비스 포트 `80`은 기본 구성으로 사용할 때 생략할 수 있습니다.
  154. 3. [service_conf.yaml.template](./docker/service_conf.yaml.template) 파일에서 원하는 LLM 팩토리를 `user_default_llm`에 선택하고, `API_KEY` 필드를 해당 API 키로 업데이트하세요.
  155. > 자세한 내용은 [llm_api_key_setup](https://ragflow.io/docs/dev/llm_api_key_setup)를 참조하세요.
  156. _이제 쇼가 시작됩니다!_
  157. ## 🔧 설정
  158. 시스템 설정과 관련하여 다음 파일들을 관리해야 합니다:
  159. - [.env](./docker/.env): `SVR_HTTP_PORT`, `MYSQL_PASSWORD`, `MINIO_PASSWORD`와 같은 시스템의 기본 설정을 포함합니다.
  160. - [service_conf.yaml.template](./docker/service_conf.yaml.template): 백엔드 서비스를 구성합니다.
  161. - [docker-compose.yml](./docker/docker-compose.yml): 시스템은 [docker-compose.yml](./docker/docker-compose.yml)을 사용하여 시작됩니다.
  162. [.env](./docker/.env) 파일의 변경 사항이 [service_conf.yaml.template](./docker/service_conf.yaml.template) 파일의 내용과 일치하도록 해야 합니다.
  163. > [./docker/README](./docker/README.md) 파일 ./docker/README은 service_conf.yaml.template 파일에서 ${ENV_VARS}로 사용할 수 있는 환경 설정과 서비스 구성에 대한 자세한 설명을 제공합니다.
  164. 기본 HTTP 서비스 포트(80)를 업데이트하려면 [docker-compose.yml](./docker/docker-compose.yml) 파일에서 `80:80`을 `<YOUR_SERVING_PORT>:80`으로 변경하세요.
  165. > 모든 시스템 구성 업데이트는 적용되기 위해 시스템 재부팅이 필요합니다.
  166. >
  167. > ```bash
  168. > $ docker compose -f docker-compose.yml up -d
  169. > ```
  170. ### Elasticsearch 에서 Infinity 로 문서 엔진 전환
  171. RAGFlow 는 기본적으로 Elasticsearch 를 사용하여 전체 텍스트 및 벡터를 저장합니다. [Infinity]로 전환(https://github.com/infiniflow/infinity/), 다음 절차를 따르십시오.
  172. 1. 실행 중인 모든 컨테이너를 중지합니다.
  173. ```bash
  174. $docker compose-f docker/docker-compose.yml down -v
  175. ```
  176. Note: `-v` 는 docker 컨테이너의 볼륨을 삭제하고 기존 데이터를 지우며, 이 작업은 컨테이너를 중지하는 것과 동일합니다.
  177. 2. **docker/.env**의 "DOC_ENGINE" 을 "infinity" 로 설정합니다.
  178. 3. 컨테이너 부팅:
  179. ```bash
  180. $docker compose-f docker/docker-compose.yml up -d
  181. ```
  182. > [!WARNING]
  183. > Linux/arm64 시스템에서 Infinity로 전환하는 것은 공식적으로 지원되지 않습니다.
  184. ## 🔧 소스 코드로 Docker 이미지를 컴파일합니다(임베딩 모델 포함하지 않음)
  185. 이 Docker 이미지의 크기는 약 1GB이며, 외부 대형 모델과 임베딩 서비스에 의존합니다.
  186. ```bash
  187. git clone https://github.com/infiniflow/ragflow.git
  188. cd ragflow/
  189. docker build --platform linux/amd64 --build-arg LIGHTEN=1 -f Dockerfile -t infiniflow/ragflow:nightly-slim .
  190. ```
  191. ## 🔧 소스 코드로 Docker 이미지를 컴파일합니다(임베딩 모델 포함)
  192. 이 Docker의 크기는 약 9GB이며, 이미 임베딩 모델을 포함하고 있으므로 외부 대형 모델 서비스에만 의존하면 됩니다.
  193. ```bash
  194. git clone https://github.com/infiniflow/ragflow.git
  195. cd ragflow/
  196. docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly .
  197. ```
  198. ## 🔨 소스 코드로 서비스를 시작합니다.
  199. 1. uv를 설치하거나 이미 설치된 경우 이 단계를 건너뜁니다:
  200. ```bash
  201. pipx install uv pre-commit
  202. ```
  203. 2. 소스 코드를 클론하고 Python 의존성을 설치합니다:
  204. ```bash
  205. git clone https://github.com/infiniflow/ragflow.git
  206. cd ragflow/
  207. uv sync --python 3.10 --all-extras # install RAGFlow dependent python modules
  208. uv run download_deps.py
  209. pre-commit install
  210. ```
  211. 3. Docker Compose를 사용하여 의존 서비스(MinIO, Elasticsearch, Redis 및 MySQL)를 시작합니다:
  212. ```bash
  213. docker compose -f docker/docker-compose-base.yml up -d
  214. ```
  215. `/etc/hosts` 에 다음 줄을 추가하여 **conf/service_conf.yaml** 에 지정된 모든 호스트를 `127.0.0.1` 로 해결합니다:
  216. ```
  217. 127.0.0.1 es01 infinity mysql minio redis sandbox-executor-manager
  218. ```
  219. 4. HuggingFace에 접근할 수 없는 경우, `HF_ENDPOINT` 환경 변수를 설정하여 미러 사이트를 사용하세요:
  220. ```bash
  221. export HF_ENDPOINT=https://hf-mirror.com
  222. ```
  223. 5. 만약 운영 체제에 jemalloc이 없으면 다음 방식으로 설치하세요:
  224. ```bash
  225. # ubuntu
  226. sudo apt-get install libjemalloc-dev
  227. # centos
  228. sudo yum install jemalloc
  229. ```
  230. 6. 백엔드 서비스를 시작합니다:
  231. ```bash
  232. source .venv/bin/activate
  233. export PYTHONPATH=$(pwd)
  234. bash docker/launch_backend_service.sh
  235. ```
  236. 7. 프론트엔드 의존성을 설치합니다:
  237. ```bash
  238. cd web
  239. npm install
  240. ```
  241. 8. 프론트엔드 서비스를 시작합니다:
  242. ```bash
  243. npm run dev
  244. ```
  245. _다음 인터페이스는 시스템이 성공적으로 시작되었음을 나타냅니다:_
  246. ![](https://github.com/user-attachments/assets/0daf462c-a24d-4496-a66f-92533534e187)
  247. 9. 개발이 완료된 후 RAGFlow 프론트엔드 및 백엔드 서비스를 중지합니다.
  248. ```bash
  249. pkill -f "ragflow_server.py|task_executor.py"
  250. ```
  251. ## 📚 문서
  252. - [Quickstart](https://ragflow.io/docs/dev/)
  253. - [Configuration](https://ragflow.io/docs/dev/configurations)
  254. - [Release notes](https://ragflow.io/docs/dev/release_notes)
  255. - [User guides](https://ragflow.io/docs/dev/category/guides)
  256. - [Developer guides](https://ragflow.io/docs/dev/category/developers)
  257. - [References](https://ragflow.io/docs/dev/category/references)
  258. - [FAQs](https://ragflow.io/docs/dev/faq)
  259. ## 📜 로드맵
  260. [RAGFlow 로드맵 2025](https://github.com/infiniflow/ragflow/issues/4214)을 확인하세요.
  261. ## 🏄 커뮤니티
  262. - [Discord](https://discord.gg/NjYzJD3GM3)
  263. - [Twitter](https://twitter.com/infiniflowai)
  264. - [GitHub Discussions](https://github.com/orgs/infiniflow/discussions)
  265. ## 🙌 컨트리뷰션
  266. RAGFlow는 오픈소스 협업을 통해 발전합니다. 이러한 정신을 바탕으로, 우리는 커뮤니티의 다양한 기여를 환영합니다. 참여하고 싶으시다면, 먼저 [가이드라인](https://ragflow.io/docs/dev/contributing)을 검토해 주세요.