Tianjing Li
Tianjing Li
- Adds indices on all tables, for major operations with foreign keys
Beefy first PR to setup plug & play Auth: - Adds new `auth` folder in services - Adds `BaseAuthenticationStrategy` abstract class and `BasicAuthentication` (email+password) to start with. The base class...
**Is your feature request related to a problem?** A clear and concise description of what the problem is, e.g. _I'm always frustrated when [...]_ When registering a ML model, you...
- Adds Google OAuth logic - Modifies existing /login and /auth endpoints to interface with these Auth strategies TODO: E2E testing with FE
- Removes the notion of Retriever or Function tools, they are now all considered tools - Now all tools should inherit from `BaseTool` - Updates all existing config and imports...
- Without the optional flag set here, the previous `poetry install` would actually install all the groups. This limits them, moves some dependencies to more appropriate groups, and ultimately will...
- Small bump
**AI Description** This pull request introduces a backend health check mechanism and a new `getHealth` method to the `CohereClient` class. ## src/backend/Dockerfile The CMD command to run the backend server...
Took me longer than I would have liked to record, edit and turn into a gif, but here we are :) - Adds new demo gif that showcases the agent...
Adds new Advanced tab in settings page, and allows setting global show steps (model thought process). Uses the SettingsStore to persist values