Skip to content

Commit

Permalink
feat: add streaming support (#130)
Browse files Browse the repository at this point in the history
* fix: vscode settings update (use v1.85+)

* fix(projenrc): configUpgradeDeps at postSynth to conform with pdk upgrade

* fix(api): use custom python dep to conform with pdk upgrade

* fix(galileo-cdk): bump jsii version and add pnpm-logger dep to conform pdk upgrade

* chore(deps): upgrade pdk@0.23.31, cdk@2.137.0 and fix projen dep

* chore(deps): remove sdk/smithy version pinning, replace discont'd aws-sdk packages

* fix(website): build fails in CI

* chore(ws-api): add ws-api bootstrap

* fix(cli): non-built project bootstrap fails
fixes #112

* fix: adjust tsconfig for api and website

* fix(infra): admin user attachment depends on already created group and user

* feat(ws-api): rename to ws-api, add model and wire up with infra

* chore(deps): bump pdk to 0.23.33 and align tsconfigs for api and web

* feat(infra): wire up wsApi with lambdaAuthorizer and bump node runtime (20_x) for lambda handlers

* fix(website): popover dismissbutton and header must be present together

* feat(galileo-sdk): add streaming support to chain

* feat: dependency management and project wiring

* feat(infra): add ws connections table

* feat(infra): split inference engine handler rest/ws with shared logic

* feat(infra): merge inference and presentation stacks to avoid circular deps

* feat(ws-api): connection data persistence

* feat(website): switch to streaming respose in chat

* fix(api): poetry lockfile causes CI build error

* fix(ws-api): don't generate code for send-chat-message
  • Loading branch information
sperka authored May 13, 2024
1 parent 27b0a12 commit 9263fc2
Show file tree
Hide file tree
Showing 276 changed files with 12,715 additions and 4,086 deletions.
10 changes: 3 additions & 7 deletions .eslintrc.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 17 additions & 7 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/stale.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .ncurc.json

This file was deleted.

3 changes: 2 additions & 1 deletion .npmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .nxignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .prettierignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 32 additions & 10 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9263fc2

Please sign in to comment.