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

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

enhancement

## 🚀 🚀 Pull Request ### Checklist: - [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md) - [ ] I have commented my...

## 🚨🚨 Feature Request It would be useful to delete unused or corrupted branches, or at least be able to rename them. - [ ] Related to an existing [Issue](../issues)...

enhancement

How can I perform the multidimensional array operations written in your CIDR paper (https://arxiv.org/pdf/2209.10785.pdf)? Tried on the platform but wasn't supported. Thanks a lot in advance!

enhancement

**Observation** - I may be able to do this ```python import deeplake if __name__ == "__main__": ds = deeplake.load("./ActiveLoop-Dataset", token="") src = './ActiveLoop-Dataset/' dest = 's3://virtual-demand-inspection/consruction-site-dataset/' ds = deeplake.ingest(src, dest)...

bug

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

enhancement

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

enhancement

## 🐛🐛 Bug Report To start with, awesome work getting the merge functionality implemented! I have used it for a while now and discovered a few issues with it: ###...

bug

## 🐛🐛 Bug Report Hi, when using the `sample by` query on the result of another query, it fails with an exception. ```python ds = deeplake.load("hub://activeloop/mnist-train") ds2 = ds.query("select *...

bug

## 🐛🐛 Bug Report ### ⚗️ Current Behavior When I build a dataset with a sequence of images (like frames), everything works fine. But if I tranfer it to a...

bug