Tarun Makkar

Results 10 comments of Tarun Makkar

@blythed this is the listener ``` import sentence_transformers from superduperdb import Model, vector model = Model( identifier='embedding', object=sentence_transformers.SentenceTransformer('BAAI/bge-large-en-v1.5'), encoder=vector(shape=(1024,)), predict_method='encode', # Specify the prediction method postprocess=lambda x: x.tolist(), # Define...

@blythed You can assign this to me, Very Excited about this

I get this error after deleting all data files from the `artifacts folder`, then running examples .ipynb.

It’s simple. We can add a time dimension to our data layer. In darts, We need 2 things `time` and `value` in a table or collection to specify a `series`....

Hi @blythed we can something like this see the example below ``` { "input_data": [ {"time": "2024-01-01", "values": [0, 1, 3, 6]}, {"time": "2024-01-02", "values": [1, 2, 4, 7]}, {"time":...

We can do something, like this, user will provide `input_chunk_length` and `output chunk length` we need to modify according to that ``` { "data": [ { "time": "2024-01-01", "input_data": [0,...

HI @blythed splitting the data into separate documents based on a `time range` criterion

system : Mac m1 pro 14 inch, 16 GB RAM python : 3.11 ``` # Import the Listener class from the superduperdb module from superduperdb import Listener # Create a...

> @jieguangzhou @blythed @kartik4949 I have made all requested changes, please review my PR. thanks

ImportError: cannot import name 'label_map_util' from 'utils' Same error