dspy icon indicating copy to clipboard operation
dspy copied to clipboard

documentation and QuizGen+TweetGen notebooks

Open arnavsinghvi11 opened this issue 1 year ago • 1 comments

-documentation for DSPy Assertions -example notebooks for the QuizGen and TweetGen tasks

arnavsinghvi11 avatar Feb 11 '24 06:02 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 links point to main for now (not working since no reference yet), but for testing, please adjust to the corresponding path on this branch)

arnavsinghvi11 avatar Feb 11 '24 06:02 arnavsinghvi11

Maybe mark as "draft" if still WIP

okhat avatar Feb 15 '24 01:02 okhat

Btw cache problems, are they due to openai version? 0.28.1 vs 1.16

okhat avatar Feb 15 '24 01:02 okhat

The issue might be due to multithreading in compiling. Needs to investigate further, but as for the cached notebook, it is fine to use one thread for compile, which solves the current issue.

Shangyint avatar Feb 15 '24 02:02 Shangyint