arnavsinghvi11

Results 149 comments of arnavsinghvi11

WIP currently since Compile+Infer strategy is running into caching errors due to some recent changes (working with QuizGen, not with TweetGen). will merge once this is resolved. (note - Colab...

Hi @AndriyMulyar , just following up on this update. looks good to merge after editing the import. Feel free to use [examples from other retrievers](https://github.com/stanfordnlp/dspy/blob/44f03ce2f92b663de6b8ae3437ebf86998e1e79e/dspy/retrieve/neo4j_rm.py#L17) on how to optionally import...

Thanks @jabalazs ! updated the merge conflicts but running into a ruff fix error which should be handled if you run - `ruff check . --fix-only`

1. Assertions API is currently consistent with the existing [documentation](https://github.com/stanfordnlp/dspy/blob/87ea3acce67ce18f283eb7f92b2aad9c5f109a93/docs/assertions.md), which will be updated if any other changes are made! 2. Yes this should actually be configured by default, just...

Hey @Neoxelox For #3, I believe this was patched in a recent [commit](https://github.com/stanfordnlp/dspy/blob/399f654373fc03f213cde36132e9f088eb2a0353/dspy/primitives/assertions.py#L46). Could you pull or maybe rebuild from the repo? Great point regarding #5. I think in the...

Yes for assertions, we initialize the trace as empty to setup for the Retry modules that follow. Please set `trace=[]` when using assertions within your programs!

Thanks @insop. Added the LM docs. The RM docs are being developed in a background docs development (as the current version is missing most of the Retrievers) so will update...

Looks good @Shangyint ! Just a small [issue](https://github.com/stanfordnlp/dspy/commit/6407b3667792c384d81d2567bdb09a1a84217678) which relies on this change to be merged for `activate_assertions()` to work.

Hi @DanielUH2019 , could you merge conflicts locally and commit again? seems like I'm unable to do it within the local command line here but the changes are good to...

Hi, Thanks for your response. Yeah so port 8000 was exposed and I tried running the curl commands with the docker but it still was not able to find the...