Adilkhan Sarsen
Adilkhan Sarsen
## 🚀 🚀 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...
### Background DeepLake can be used as a new optional memory backend. It's a open-source software that can be easily installed with pip install deeplake ### Changes - existing function...
# DeepLakeVector integration update Refactoring code to support new DeepLakeVectorStore module. Improvements * added support for different execution option during searching. Now options are: `python`, `tensor_db`, `compute_engine`. * bumped deeplake...
Added new functionalities to DeepLake vectorstore based on our latest release. Now you can: 1. run searching in 3 different modes: `python`, `tensor_db`, `compute_engine` 2. Data ingestion on small data...
## 🚀 🚀 Pull Request ### Impact - [ ] Bug fix (non-breaking change which fixes expected existing functionality) - [ ] Enhancement/New feature (adds functionality without impacting existing logic)...