blythed
blythed
@cansayin what format is your data in exactly?
Hi @hamza-datastax - great idea to integrate AstraDB! There are some missing parts: - `backends/astradb/query.py` - `base/build.py` (handle connection string) - some unittests/ integration tests - some documentation
> > Hi @hamza-datastax - great idea to integrate AstraDB! > > There are some missing parts: > > > > * `backends/astradb/query.py` > > * `base/build.py` (handle connection string)...
This doesn't allow us to reproduce. What is the `listener`?
"After installing superduperdb via the pip command, run the following code: ```python from superduperdb import superduper from superduperdb.backends.ibis.query import RawSQL from superduperdb.ext.openai import OpenAIChatCompletion db = superduper( "mysql://root:[email protected]:3306/zlzjjg_bank", metadata_store='mysql://root:[email protected]:3306/zlzjjg_bank', )...
@jieguangzhou please provide example `Exception` and code to create error.
Hi @makkarss929 it's a great idea to potentially add a time-dimension to the `Datalayer`, but how would you do this concretely? Currently, when we do predictions, we use single data...
Ok @makkarss929 that's fine, but it doesn't really reflect the real world scenario that new time series data is probably inserted into new records.
That won't solve the problem. Imagine you have new data coming in? What do you do with it? Do you add it to an existing document, or put in a...
Solution for multiple inputs and models - create a routing model node: ```python import dataclasses as dc import typing as t from superduperdb.components.model import _Predictor, objectmodel db = ... coll...