Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #6

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ To set up the development environment, follow these steps:
```

8. Start the Docker environment (weaviate database):
- 首先將 docker-compose.yml 的 `OPENAI_APIKEY: ${OPENAI_APIKEY}` 改成你的 API Key
- 接著啟動 Docker Compose
```
docker-compose up -d
```

9. Data preprocessing (這一階段因不同組員處理原因,OS 環境為 Windows):
10. Data preprocessing (這一階段因不同組員處理原因,OS 環境為 Windows):
- **Tesseract-OCR**:
- 下載並安裝 Tesseract-OCR。
- 安裝完成後,記下安裝路徑(如 `C:\Program Files\Tesseract-OCR\tesseract.exe`)。
Expand Down
Loading