dspy
dspy copied to clipboard
DSPy: The framework for programming—not prompting—language models
Closes #293 Solves the issue using: https://github.com/stanfordnlp/dspy/issues/293#issuecomment-1921965485
Hi there! I decided to open an issue, because didn't know where can I find a better place to chat with DSPy developers. I have heard about DSPy two month...
Will it be possible to add support for Activeloop Deeplake as a retriever wrapper? Since it supports multimodal data, it will be easier to use it for LMMs in the...
# Overview I wanted to test out this library for a project, but I have hit so many roadblocks that I do not think this library is even functional. Here...
- testing tested with chroma==0.4.17 *Note*: this change is not related to the new cohort. Thank you and let me know your feedback, @okhat
Created two new LM classes: - Bedrock - AWSLM Bedrock can be used with any Bedrock model once you have configured your AWS credentials with the AWS CLI. AWSLM exists...
Update together model prompt and stop sequence - update prompt based on the model name - update stop sequence *TEST*: - the following models are tested using `intro.ipynb` - completion...
Greetings folks, I've been watching some of the videos on dspy, and I couldn't figure out an answer to the following: Does Dspy allow to customize it's retrieve method if...
Right now `Evaluate(...)` only take one metric, but often we have multiple different scores we want to test at the same time. Like "accuracy" and "gold_passages_retrieved" and "q/s" etc. While...
Very cool project 💯 This PR fixes a typo introduced in [#333](https://github.com/stanfordnlp/dspy/pull/333). The signature is undefined in this context. Additionally, I moved the torch dependency to only be required when...