-
Notifications
You must be signed in to change notification settings - Fork 526
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
chore(wren-ai-service): add codebase introduction docs #715
Conversation
3bc326c
to
8b1e663
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other LGTM. have a minor comment. thanks for the hard work!
wren-ai-service/docs/code_design.md
Outdated
|
||
### API endpoints | ||
|
||
- All business related API endpoints are located at [`wren-ai-service/src/web/v1/routers.py`](../src/web/v1/routers.py) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll separate all endpoints in each files in the recent future. how about saying like the following
- All business related API endpoints are located at [`wren-ai-service/src/web/v1/routers.py`](../src/web/v1/routers.py) | |
- All business related API endpoints are located at [`wren-ai-service/src/web/v1/routers`](../src/web/v1/routers) |
8b1e663
to
45fbf4b
Compare
* restructure docs * add skeleton * update links * update environment setup * update environment setup * add purpose * update * update * update * update routers endpoints
No description provided.