Raunak Bhagat
Raunak Bhagat
# Overview Added a `list.contains` API to check whether or not a column of type `List` or `FixedSizeList` contains a given value.
## Description For sufficiently small query-histories, the CSV exporting process succeeds. For larger query-histories, the exporting process hangs and dies. This PR optimizes that process. Addresses: https://linear.app/danswer/issue/DAN-1520/export-query-csv-times-out. ## How Has...
## Description This PR implements checkpointing for the Teams connector. Addresses: https://linear.app/danswer/issue/DAN-1835/teams-checkpointing-connector. ## How Has This Been Tested? TODO!
## Description This is a simple CI/CD job which ensures that PRs are pre-fixed with a specific "tag". Examples of tags are "feat" (for new features), "perf" (for performance improvements),...
## Description Currently, the way we decide if an LLM Provider's configuration view is "Native" or "Custom" is a little janky: we check if the available models `list-equals` the `WellKnownLLMProviderModels`...
## Description This PR moves the model-name to human-readable-model-name mapping from the frontend to the backend. This helps consolidate all model-names on the backend side of things, such that they...
### Is your feature request related to a problem? `AggExpr::CountDistinct(..)` is not implemented inside of `daft-sql/src/modules/agg.rs`. ### Describe the solution you'd like `AggExpr::CountDistinct(..)` should be handled by `to_expr` inside of...
## Description This PR implements a new, refreshed "Agent Creation" page. Addresses: https://linear.app/danswer/issue/DAN-3069/implement-a-new-and-refreshed-agent-creation-page. ## Screenshots ### Light Todo! ### Dark Todo! --- ## Summary by cubic Refreshed the agent creation...
## Description Remove *all* old instances of the `switch` and `toggle` component, and replace them with one, standardized `Switch` component! Addresses: https://linear.app/danswer/issue/DAN-3070/fix-switch-component. ## Screenshots ### Light ### Dark (checked/unchecked *...
## Description Porting over all *icons* from the `web` project to `opal`. Addresses: https://linear.app/danswer/issue/DAN-3048/create-new-opal-component-library. --- ## Summary by cubic Set up the Opal component library under web/lib/opal and migrated 110+...