Joe Chandler
Joe Chandler
@arnavsinghvi11 Thanks for the help! I've noticed that this somewhat starts breaking down once you add more fields that are each dependent on each other. For example: ```py class BasicQA(dspy.Signature):...
@okhat Yes, I believe that LangChain has the option for using OpenAI's function calling API, but I don't know if it uses it as the default. In my experience I...
@cdoersch The most recent code that was pushed for `tapir_clustering` has a bug and did not work for me in the notebook. Looking at the commit [here](https://github.com/google-deepmind/tapnet/commit/ee196bf6f5d241367815e4aeea0606c436e57774), it looks on...
@vrk7 We tried fine-tuning on some self-generated DAVIS labels but did not see a performance improvement with some very limited testing. We haven't completely ruled it out as beneficial but...
Thanks for the reply, that worked well for me. What config parameters did you set for finetuning, such that I could finetune the existing model on the new dataset I...
Same issue here, in my case `COALESCE(array_type, ARRAY[]::text[])` is being interpreted as `string[] | null`
@agronholm @np-kyokyo The exact commit is here: https://github.com/pgvector/pgvector-python/commit/ba45eb23dd2eda0e8e15c4b5874c2cba5a577f81 It happened in the upgrade from `pgvector==0.2.5` to `pgvector==0.3.0`. I am also having the same issue.
@krrishdholakia This doesn't seem to be fixed. I added a couple of models to the json files and I still got the same error
@jwlee64 +1 from me, this would also be useful for us