y-f-a

Results 5 comments of y-f-a

@tacurran yes - @stefansavev-o has been doing some preliminary exploration in quantopian. We'll be following that up.

Also facing this issue. It was caused by a large file. The suggested answer by the bot would not be suitable. I consider this to be fundamental functionality that needs...

I still have this error on a different data set. Large files are not causing it - all files are

Adding this worked for me: !pip install pydantic==1.10.8 !pip install typing-inspect==0.8.0 typing_extensions==4.5. !pip install chromadb==0.3.26 I believe that the second line might not be necessary but after spending hours trying...

I just confirmed that (for me, at least) using just the following two lines gets it to work (I am using colab btw): !pip install pydantic==1.10.8 !pip install chromadb==0.3.26