-
Thanks, @okhat for giving a talk with help from Jerry and the folks over at LlamaIndex.
https://www.youtube.com/watch?v=POBcYr0sbcg
I really like the analogy to pytorch. But every time you talke…
jflam updated
10 months ago
-
I encountered an issue where the installation process returned an error and did not install the optional extra. This issue was consistent across two different environments, including Google Colab and …
-
Right now, there's dspy.Retrieve (which supports colbertv2) and there's dspy.Pinecone and dspy.Pyserini.
These should all work using dspy.Retrieve by simply updating `dspy.settings.configure(rm=col…
-
Is it possible to use multiple retrievers/tools in the same RAG, where the right retriever is opted based on the prompt selection? Is this possible with DSPy? If so, could you please explain/add an ex…
-
I compiled the module with BootstrapFewshot
```
from dspy.teleprompt import BootstrapFewShot
def validate_context_and_answer(example, pred, trace=None):
answer_EM = dspy.evaluate.answer_exac…
-
**Describe the bug**
This is the very first time I'm working with Langflow and attempting to install the pre-release version. Below are steps that I performed. Attempting to install `langflow-1.0.0a1…
-
When I try to load state of compiled model and call it I get exception here:
https://github.com/stanfordnlp/dspy/blob/51e511115c961329223070cc50f5a5d0d61db58d/dsp/templates/template_v2.py#L196
> A…
-
I am trying to use the `KNNFewShot` teleprompter to use KNN for selecting examples to include in my prompt. [Here](https://gist.github.com/danielmachlab/b67b1a960f50a00367d1cdf6a805fa5c) is a Gist wit…
-
@okhat
Are multiple retrievers supported? If you are designing an Agent, it will field questions across multiple data sources. Or are agents outside the scope of DSPy?
The way I handle this rig…
-
Hi! One of the DSPy core tenets is to avoid prompt engineering.
But if you want structured input/output, where is it best to indicate that in a program, aside from the training examples?
Would…