Justin Güse
Justin Güse
you will need to have gpt4 access approved by openai ;)
I just deleted the index and inserted again, same result Openobserve index failed. Failed to cast portfolioworth to type Int64 Failed to cast portfolio_usd to type Int64 . document: {'botName':...
yes it was the first record, but I submitted it with python requests, maybe there's an issue... But after enabling the widening schema evolution it works
same, but "proper" UML2 would be great, any ideas how to efficiently include it? 
Hi @Aryagm, sounds great! I think a good way might be to grab finviz.com data of the crypto, but I am terrible with scraping, but it's easy to do bc....
I tried reinstalling directly from git, and that fixed this issues for me > pip uninstall pyfolio > pip install git+https://github.com/quantopian/pyfolio
Are you by chance using macos with the arm chip? I'll have a look at it but had a similar error with arm
I have added support for cpu and gpu, the default install would be gpu (`pip install timesfm`), to install the cpu version you can use `pip install timesfm[cpu]`