Robert

Results 7 comments of Robert

Please get this into the next release - langchain is a ways behind llamaindex when it comes to pgvector support. They already support defining your own table names, correct column...

Same error Simplest code, latest 0.0.62 version %matplotlib inline import quantstats as qs import pandas as pd # extend pandas functionality with metrics, etc. qs.extend_pandas() conservative = {"IVV": 0.5,"URTH": 0.5}...

I did a quick fix in the code and it works now. Fork, uninstall library, git clone, pip install -e . , make changes, save, works. `def make_index( ticker_weights, rebalance="1M",...

> Until drizzle-kit properly supports non-native pg types, you can patch drizzle-kit yourself to add e.g. vector support. > > > > **This assumes you are using `pnpm` to manage...

This is a simple update - please push this through.

Last update 2021 - Its time to assume that this repo is no longer being supported.

@cfarvidson I am also having a difficult time integrating clerk into the unique t3 trpc setup. Any way you would post the main parts of the deployment?