Francis Alexander

Results 7 comments of Francis Alexander

@TLoebner i am working on the web app part, could you add a pull request as of now regarding the code change

@kokozaurz Adding this to improvement.

Hey,Thanks for bringing to my notice @moritzpein - I'll try following the PEP8 as much as possible, - As for the install.sh , i have moved to requirements.txt using pip...

io.open is the alias for open in python, so both are same i guess, as for closing the files , i am cleaning up the code, should see an update...

Did you run the installation of the requirements file , if not check again in the install instructions of the framework

@hwchase17 FYI , deeplake also brings in cyclic dependency, which i have raised here https://github.com/activeloopai/deeplake/issues/2220

@jerryjliu i had the same issue, i was wondering if this is because newer langchain supports python version 3.8.1 and above only, but gpt-index supports python 3.7 and above and...