Skip to content
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

Feature/move fastapi to core #124

Merged
merged 8 commits into from
Mar 19, 2024
Merged

Feature/move fastapi to core #124

merged 8 commits into from
Mar 19, 2024

Conversation

252afh
Copy link
Contributor

@252afh 252afh commented Mar 19, 2024

Context

There's no need for the embed app to contain the fast-api code. Instead if should be in the core app.

Changes proposed in this pull request

  • Moved fastapi code and tests from embed to core-api
  • Altered packages to install embed packages into core instead and removed embed group
  • Changed the groups installed into django-app to lower the consumed space
  • Removed references to the poetry embed group

Guidance to review

  • The build and tests should pass

Relevant links

https://technologyprogramme.atlassian.net/jira/software/projects/REDBOX/boards/409?selectedIssue=REDBOX-90

Things to check

  • I have tested the build and tests pass

@@ -26,13 +26,11 @@ bumpversion = "^0.6.0"
fastapi = "^0.110.0"
python-multipart = "^0.0.9"
uvicorn = "^0.28.0"
sentence-transformers = "^2.5.1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Collaborator

@gecBurton gecBurton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@252afh 252afh merged commit 2fc3187 into main Mar 19, 2024
5 checks passed
@252afh 252afh deleted the feature/move-fastapi-to-core branch March 19, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants