Jack Eadie
Jack Eadie
Was hoping to add some functionality to gpt-engineer, but wanted #1 merged beforehand. These should up to date with main. We should squash and merge due to number of commits.
Improvements
> This PR build off of #60, it will be easier to read once it's merged. ### Improvements - Basic, extendable support to use any LLM model you like -...
## Overview [erikbern/ann-benchmarks](https://github.com/erikbern/ann-benchmarks) is not only an invaluable open-source comparison of popular ANN method (and, I guess, now ANN databases), but it could also provides a solid framework for performance...
We (at @marqo-ai) use `open_clip` in a containerised environment. We currently run/use this repository as a container (see @jeadie's [packages](https://github.com/Jeadie/open_clip/pkgs/container/open_clip)). I think it'd be good to contribute these back to...
PR for issue: #849
## Changes - For datasets with acceleration, we update the data periodically, or on push updates. When these refreshes occur, we need to update the `dataset_status` so that `spice dataset`...
## Overview Currently Duckdb-rs supports Decimal128, but not Decimal256. However, its support for Decimal128 downcasts to f64. See [decimal_array_to_vector](https://github.com/duckdb/duckdb-rs/blob/a1aa55aff22b75e149e9cf7cface6464b3dc0ccc/src/vtab/arrow.rs#L389-L395). ```rust /// Convert Arrow [Decimal128Array] to a duckdb vector. fn decimal_array_to_vector(array:...
Just an FYI, we've [added](https://github.com/Jeadie/awesome-chatgpt-plugins/commit/6c8df85daef62a943a0bf0f0264d81735f53e3d4) you to the awesome chatgpt plugin list. Let us know if you want a change in description or you make any more awesome chatGPT plugins.
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) * **What is the current behavior?** (You can also link to an open issue here)...
## Feature Limit the number of tensor fields that can be included in the searchable attributes, configurable by environment variables. ## Changes - Environment variable `MARQO_MAX_SEARCHABLE_TENSOR_ATTRIBUTES` sets the maximum number...