Adilkhan Sarsen

Results 9 comments of Adilkhan Sarsen

Dear @neel2299, agree with @FayazRahman, could you please add some tests? Lines of code that need tests are highlighted with codecove, you can take a look at it in Files...

Hey! I am also facing this issue! ``` $ nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Tue_Mar__8_18:18:20_PST_2022 Cuda compilation tools, release 11.6,...

Hey @casWVU! what DeepLake version are you using? This problem is related to the documents stored in the folder. Could you pls filter the files that you don't use. When...

Not sure which files are not supported, but I had faced similar issues before. I would suggest excluding files that doesn't bring any context info to the model, let's say...

Btw I saw that LangChain has updated the open ai related code, so now it should raise this kind of exception: ``` raise openai.error.APIError("OpenAI API returned an empty embedding") openai.error.APIError:...

Hey @dev2049! We had a Buch of new features and releases last week, so decided to create a new PR, with all of the needed changes. All lintings are addressed....

Broader comments, we need to add tests and a very simple use case on how to use babyAGI with DeepLake (could be part of the tests). It can even be...

Hey @kaan9700! Thanks for sharing the error? I am curious, have installed the latest deeplake version? Also have you installed `deeplake[enterprise]`. The problem is related to exec_option not being casted...

I see, thank you! will rerun the script and get back to you