Rishabh2095 commited on
Commit
6771a0b
·
1 Parent(s): 5b6d456

Remove Deployment Section in README

Browse files
Files changed (1) hide show
  1. README.md +0 -17
README.md CHANGED
@@ -102,23 +102,6 @@ When deployed, the workflow is exposed as a LangGraph API with three graphs:
102
  | `research_workflow` | Research only | Company research with Tavily search and relevance filtering |
103
  | `data_loading_workflow` | Data loading only | Resume and job description parsing |
104
 
105
- ## Deployment
106
-
107
- ### Hugging Face Spaces (Docker)
108
-
109
- The project is configured for deployment on Hugging Face Spaces using the Docker SDK.
110
-
111
- ```bash
112
- # Push to your HF Space
113
- git push hf main
114
- ```
115
-
116
- The `Dockerfile` uses `langchain/langgraph-api:3.12` as the base image and:
117
- - Installs the package and dependencies via `uv`
118
- - Sets up Playwright with Chromium for web scraping
119
- - Runs on port 7860 with a non-root user for HF compatibility
120
- - Includes a healthcheck at `/ok`
121
-
122
  ## Tech Stack
123
 
124
  | Category | Tools |
 
102
  | `research_workflow` | Research only | Company research with Tavily search and relevance filtering |
103
  | `data_loading_workflow` | Data loading only | Resume and job description parsing |
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  ## Tech Stack
106
 
107
  | Category | Tools |