deeplake icon indicating copy to clipboard operation
deeplake copied to clipboard

Database for AI. Store Vectors, Images, Texts, Videos, etc. Use with LLMs/LangChain. Store, query, version, & visualize any AI data. Stream data in real-time to PyTorch/TensorFlow. https://activeloop....

Results 121 deeplake issues
Sort by recently updated
recently updated
newest added

## 🐛🐛 Bug Report ### ⚗️ Current Behavior ```python image = hub.read("https://picsum.photos/200/300") print(np.array(image)) # >> fails with file not found error ``` **Expected behavior/code** The remote image should be downloaded...

bug

## 🚨🚨 Feature Request - [ ] Related to an existing [Issue](../issues) - [ ] A new implementation (Improvement, Extension) ### Is your feature request related to a problem? Extend...

enhancement

## 🚨🚨 Feature Request - [ ] Related to an existing [Issue](../issues) - [x] A new implementation (Improvement, Extension) ### If your feature will improve `HUB` Add hub.auto functionality for...

enhancement
hacktoberfest

## 🚨🚨 Feature Request Create a notebook demonstrating uploading a text dataset such as Squad. Raw text tensors can be accompanied by token index tensors which can be used for...

enhancement

Hi Authors, Can I use an 'remove' api to remove one or multiple samples from dataset, just like the 'append' api ? The input of 'remove' api maybe is the...

enhancement

I am wondering what `htype` to use for a tensor containing only numbers. In the tutorial [Creating Time-Series Datasets](https://docs.activeloop.ai/hub-tutorials/creating-time-series-datasets), the tensors containing only numbers are not given any `htype` which...

Hi, I created a hub dataset from my original dataset with pictures. I need to get the name of the original file (cat.jpg, dog.jpg etc.). Is it stored somewhere in...

## 🐛🐛 Bug Report ### ⚗️ Current Behavior A user followed the instructions here for installation https://docs.activeloop.ai/quickstart **Input Code** ```python >>> pip3 install Hub Create file: altest.py import hub dataset_path...

bug

## 🚨🚨 Feature Request ### If your feature will improve `HUB` This feature is intended to verify datasets converted to Hub. It looks at all the data and checks if...

enhancement

## 🚨🚨 Feature Request - [x] Related to an existing https://github.com/activeloopai/examples/pull/15 ### Is your feature request related to a problem? Add integration to [aistore](https://github.com/NVIDIA/aistore) as a storage provider. Boto3 can...

enhancement