dspy
dspy copied to clipboard
DSPy: The framework for programming—not prompting—language models
If you try and add dspy with poetry to an existing project with existing datasets version already installed you may get poetry errors. For example, I tried installing into a...
Quick fix https://github.com/stanfordnlp/dspy/issues/188 I think this minor fix could be very helpful for Mac beginners as well as CPU beginners who just get started using the library.
Hey team, I think it would be good to lower the default `max_labeled_demos` from 16 to 8. I have been playing with answering FAQs with 16 and it quickly results...
Hello, I have noticed that Ruff is used quite extensively in this project, so I was wondering why not use it also for import formatting `I`... Yes, there are several...
Any plan to support VQA or Image Captioning tasks with image inputs using Hugging Face models?
AWS's Bedrock runtime does not accept the following parameters, however they are still being passed to the LM at some point: `n` and `max_tokens` At what point is this being...
Thank you for the package! When reading through the code, I noticed a few typos, so I took the liberty to fix them. Only one of them is relevant for...
The retrieveEnsemble method focusses only on the long_text key. It ignores any other keys provided along with long_text key. I have a custom retriever that returns some metadata along with...