Skip to content
Merged
Show file tree
Hide file tree
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
24 changes: 13 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ ENV/
.DS_Store

# API Keys - 중요!
.env
.env.local
.env.development
.env.test
.env.production

apis/gemini_keys.yaml
!apis/gemini_keys.yaml.template
Expand All @@ -60,14 +65,11 @@ token.json

# env
.bemad/
./docs/
./pipeline_ui/backend/checkpoints/*
./pipeline_ui/backend/output/
./pipeline_ui/backend/uploads/
./pipeline_ui/frontend/node_modules/*
./pipeline_ui/frontend/node_modules/*/*
./pipeline_ui/frontend/node_modules/*/*/*
./pipeline_ui/frontend/node_modules/*/*/*/*
./pipeline_ui/frontend/node_modules/*/*/*/*/*
./pipeline_ui/frontend/node_modules/*/*/*/*/*/*
./pipeline_ui/frontend/node_modules/*/*/*/*/*/*/*
docs/
pipeline_ui/backend/checkpoints/*
pipeline_ui/backend/output/*
pipeline_ui/backend/uploads/*

# Frontend (Node.js)
pipeline_ui/frontend/node_modules/*
pipeline_ui/frontend/package-lock.json
3 changes: 3 additions & 0 deletions pipeline_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ source ../../.venv/bin/activate

# 서버 실행
python main.py

# OR 의존성 설치 및 서버 실행
uv run python main.py
```

백엔드가 http://localhost:8001 에서 실행됩니다.
Expand Down
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ dependencies = [
"pymupdf>=1.26.7",
"pyyaml>=6.0",
"typing-extensions>=4.5.0",
"fastapi>=0.115.0",
"uvicorn>=0.32.0",
"python-multipart>=0.0.12",
"fastapi>=0.124.4",
"uvicorn>=0.38.0",
"python-multipart>=0.0.21",
"langchain-anthropic>=0.3.0",
"json-repair>=0.25.3",
"pandas>=2.3.3",
Expand All @@ -30,4 +30,11 @@ dependencies = [
"pydantic>=2.12.4",
"dspy-ai>=3.0.4",
"pymongo>=4.6.1",
"dnspython>=2.8.0",
"httpx>=0.28.0",
"tqdm>=4.67.0",
"requests>=2.32.0",
"google-api-python-client>=2.187.0",
"oauth2client>=4.1.3",
"httplib2>=0.31.0",
]
38 changes: 35 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.