Stefano Lottini

Results 19 issues of Stefano Lottini

Some of the workloads, namely `cql-iot` and its siblings (viz. `timeseries`), feature a `truncate table` operation at the end of their `schema` phase. Other workloads don't. First: it would be...

docs
validated

The parameter `errors=count` has become `errors=counter` starting with v4.17 onward. While the translation happens automatically, it would be good to issue a warning (perhaps linking to the docs page) to...

## Expected Behavior The command `feast apply` (or `plan`) is never supposed to raise an error. In particular, one may want to insert a push source into an existing repo,...

kind/bug
priority/p2

### Feature request This adds support for Apache Cassandra's vector search capabilities (see [CEP-30](https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-30%3A+Approximate+Nearest+Neighbor(ANN)+Vector+Search+via+Storage-Attached+Indexes). ### Motivation The importance of Vector Search in nowaday's AI/LLM landscape cannot be overstated. As Cassandra...

When ingesting `VECTOR` data from a JSON, dsbulk (v 1.11) fails for "floats" which are represented with too many digits. They end up being double, which seems to cause unrecoverable...

On a schema like this ``` CREATE TABLE cassio_tutorials.my_vector_db_table ( row_id text PRIMARY KEY, attributes_blob text, body_blob text, metadata_s map, vector vector ); ``` it happens that `dsbulk unload` gets...

## What In view of upcoming changes in the Astra DB Data API, this PR explicitly sets a projection every time a `find` command is executed, in order to ensure...

area/documentation
area/connectors
community
connectors/destination/astra

### Motivation and Context In view of upcoming changes in the Astra DB Data API, this PR explicitly sets a projection every time a `find` command is executed, in order...

python
memory

## Summary In view of upcoming changes in the Astra DB Data API, this PR explicitly sets a projection every time a `find` command is executed, in order to ensure...

## Summary This PR upgrades the AstraPy version of the notebook to use the stable AstraPy 1.0 (0.x had a different, now obsolete API in some respects). ## Motivation The...