Gabriel Fu

Results 15 comments of Gabriel Fu

thanks @serena-ruan , i was on vacation. Let me review it today

@serena-ruan given the error message in the original issue, i don't think an `experiment_permission` already exists. It should be postgres complaining `id` being null when creating new permission for some...

> > @serena-ruan given the error message in the original issue, i don't think an `experiment_permission` already exists. It should be postgres complaining `id` being null when creating new permission...

> @gabrielfu Manually tested both chat & streamed chat, works like a charm! > > ``` > % curl -X 'POST' \ > 'http://127.0.0.1:7000/endpoints/chat/invocations' \ > -H 'accept: application/json' \...

@harupy please feel free to take a look and comment if you have time! :)

@BenWilson2 can you help manual test with your anthropic API key to see if this PR is working? ```yaml # config.yaml routes: - name: anthropic route_type: llm/v1/chat model: provider: anthropic...

> At the moment MLflow only supports basic authentication and permissions through basic_auth.db which cannot be scaled to an enterprise solution It is possible to connect to a centralized database...

Can i try adding this feature? - Will implement the methods at this file. Python API is `PagedList`, so this will also return a Page - `public ModelVersionsPage searchModelVersions()` -...