-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setup FastAPI Intelligence Service #47
Conversation
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.
Sorry for the late review, took me quite a while to get the correct Python version and Poetry set up on Win11. Looks good though!
2. **Run the application:** | ||
You can start the FastAPI application with Uvicorn: | ||
```bash | ||
poetry run uvicorn src.main:app --reload |
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.
Me might want to improve this in the future so it is just poetry run intelligence-service
or so
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.
LGTM
Description
Set up of the FastAPI for the further integration of LLM
Summary
Motivation
FastAPI service is used for interfacing LangChain and other ML services in the further implementation.
Related Issue
Checklist
General
Client (if applicable)
Server (if applicable)
Screenshots (if applicable)
Attach screenshots here.