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

[Controller] Add deployment #36

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

yonishelach
Copy link
Contributor

Updates

  1. Add deployment endpoints + infer_deployment (replace the use of infer_workflow) + abstract classes in abstract client.
  2. Delete infer_workflow.
  3. Add relationships in SQLClient.
  4. Add deployment schema to the database with association tables with workflows and models.
  5. Update infer_workflow in genai factory, now get only workflow name and create a session if needed.
  6. Added deployment section in WorkflowServerConfig.
  7. Added create_session and update_deployment methods in controller client.
  8. Added Deployment schema.
  9. Removed deployment field from Workflow and Model schemas.
  10. Added id field in genai factory’s Workflow in order to create sessions from the application side.
  11. Updated the set_deployment in the deploy process, which included updating all the workflows in the controller and, afterward, updating the deployment, which is common to all of them.
  12. Added config file to FE.
  13. Updated call from infer workflow to infer deployment in FE.

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.

1 participant