stanfordnlp / dspy

DSPy: The framework for programming—not prompting—foundation models
https://dspy-docs.vercel.app/
MIT License
13.82k stars 1.06k forks source link

fix: Remove cache issue and retriever bugs #1214

Closed usamajamil43 closed 3 days ago

usamajamil43 commented 4 days ago

There were some issues related to the cache. Now, I have updated the code a little and tested it. The cache running as expected. There were also some bugs in the retriever but Now I have resolved these and tested.

arnavsinghvi11 commented 3 days ago

Thanks @usamajamil43 !