Skip to content

Commit 2f1c665

Browse files
authored
Update README.md (#105)
Add Swagger UI links to README
1 parent 62a7efc commit 2f1c665

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ conflict-free scheduling, and an interactive planning experience tailored to use
4141
- Creates and manages schedules using the [schedule-manager](#schedule-manager)
4242
- Manages longterm AI memory
4343
- Tech Stack: Python, LangGraph, Milvus, Redis, OpenAI + Ollama
44-
- SwaggerUI: http://localhost:8000/docs
4544

4645
### scraper
4746
- **The data ingestion service**
@@ -85,6 +84,9 @@ docker-compose up -d
8584
```
8685

8786
The client UI will be available at [http://localhost:3030](http://localhost:3030).\
87+
The genai Swagger UI will be available at [http://localhost:8000/docs](http://localhost:8000/docs).\
88+
The scraper Swagger UI will be available at [http://localhost:8080/swagger-ui/index.html](http://localhost:8080/swagger-ui/index.html).\
89+
The schedule-manager Swagger UI will be available at [http://localhost:8042/swagger-ui/index.html](http://localhost:8042/swagger-ui/index.html).
8890

8991
Alternatively follow the [setup instructions](#setup-instructions) for a development environment
9092

0 commit comments

Comments
 (0)