You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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`