Skip to content

Tags: ray-project/llm-applications

Tags

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add structured logging for query outputs and update service (#54) This PR adds logging for the query outputs, so we know which documents were fed into the context, which model was used and which answer was returned to the user. Structured logging allows us to parse the logs later and extract the information we are interested in.

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cleaned up notebook (#28) 

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Various small fixes to the serve application (#27) - Make sure the right API is used - Make sure the DB connection string is set correctly

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove confusion between application module and fastAPI app (#26) Before there was a name clash between the top level module and the name of the fastAPI app

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve secret handling further (#25) Get rid of the runtime_env

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix serve application (#24) Fix JSON import error

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve secret handling (#23) Use AWS secret manager to store secrets. The best way to set this up is by attaching the right role to the AWS instance.

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add service for deploying the application (#22) Make it possible to deploy the application as an Anyscale service by adding a service definition `service.yaml`

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
simple text data sources (#19) Signed-off-by: Max Pumperla <max.pumperla@googlemail.com>