dspy
dspy copied to clipboard
DSPy: The framework for programming—not prompting—language models
Access to gated HF models previously was not supported by dspy.HFModels. This is now supported - just pass in token= or load it into the env var HF_TOKEN (e.g. via...
What is change? - making the notebook cache available everywhere. Why the change is important? - we want to in baleen_test be able to use notebook cache Why not putting...
Returning metadata along long_text for ChromaDB. Fixes #364 for ChromaDB
当执行[note](https://colab.research.google.com/github/stanfordnlp/dspy/blob/main/examples/qa/hotpot/multihop_finetune.ipynb#scrollTo=gtP4ExZeS6xa)的第四步时,会碰到以下错误: ``` gaierror: [Errno -2] Name or service not known The above exception was the direct cause of the following exception: NameResolutionError Traceback (most recent call last) NameResolutionError: : Failed...
This also changes how `named_paramters()` works. Might require some notebook testing to make sure nothing has changed.
It seems that versioning for this project is done in a very ad-hoc way by updating setup.py. I would like to suggest that releases get tagged in github too, to...
While playing around dspy with DeepLake as retriever I encountered an import issue for below code from dspy/retrieve/deeplake_rm.py - ``` import openai.error ERRORS = ( openai.error.RateLimitError, openai.error.ServiceUnavailableError, openai.error.APIError, ) ```...
How are we currently building docs? I see [Vercel](https://dspy-docs.vercel.app/) is what’s publicly facing, but we also have a mkdocs.yml in the root of the dspy repo. Running `mkdocs serve` used...
Since https://github.com/stanfordnlp/dspy/issues/521 is closed state, creating a new issue. Now, the initial PR https://github.com/stanfordnlp/dspy/pull/522 for the issue was reverted by this PR, https://github.com/stanfordnlp/dspy/pull/584 recently, I think we need to keep...