langchain icon indicating copy to clipboard operation
langchain copied to clipboard

Deeplake upd

Open adolkhan opened this issue 1 year ago • 1 comments

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 to be between 3.3.0 and 3.5.2
  • updated deeplake.ipynb example (Fixed windows related problem and added examples of new features)


Notes

  • please double check if poetry is not messed up (thanks!) \

Before submitting

Who can review?

Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested: @hwchase17 @dev2049

adolkhan avatar May 18 '23 13:05 adolkhan

@adolkhan feel free to ping me when it's ready for review

dev2049 avatar May 22 '23 20:05 dev2049