Aki Ariga

Results 24 issues of Aki Ariga

## Description of changes *Summarize the changes made by this PR.* - New functionality - Add AmazonBedrockEmbeddingFunction for JS. Follow up https://github.com/chroma-core/chroma/pull/1361 ## Test plan - [x] Tests pass locally...

The current version, the validator for xenial shows warning. https://github.com/cloudera/cm_ext/blob/master/validator/src/main/java/com/cloudera/cli/validator/components/ParcelFileRunner.java#L66-L79

In `Base.show` function, there is deprecated function `nnz`. It is preffered to use `countnz` instead of `nnz`.

For Julia v0.3.1, there are some trouble with example code as following. - `data("datasets", ..)` is deprecated - Conflict `predict` function with - `nnz` is deprecated So I propose to...

It would be better to make `fmt="msgpack"` as default instead of `"csv"` to avoid unintentional type conversion coming from `pandas.read_csv`. ref: #78

While Google Colabolatory is good place to try pytd without preparing the Python environment in a local machine, some enterprise companies are prohibited to access on it. It would be...

If there is a column which has null values only, `to_td()` fails to upload the dataframe. It should be avoided setting `spark.sql.execution.arrow.fallback.enabled=true` for PySpark config. ```py >>> import pytd.pandas_td as...

Since support of Python 2 was dropped few years ago, it's a good time to drop Python 2 support for digdag as well. According to this https://endoflife.date/python, the latest supported...

When I set a secret `td.database`, `td>` operator fails even if `td.database` variable is set in dig file. The following procedure assuming TD access info is stored in `~/.td/td.conf`. ```test.dig...

bug

While rb> operator has a solution for installing dependent packages with bundler as discussed in https://github.com/treasure-data/digdag/issues/318, it would be nice if we could have Python dependency installation for py> operator....

feature_request