-
Hi,
`
qa = RAG()
pred = qa("xxx?")
print(f"Predicted Answer: {pred.answer}")
`
works with the following, but compiling does not. Can anyone help?
`
from dspy.datasets import DataLoader
…
-
hello, I found poor performance in the web version when scrolling text, steps to reproduce the problem:
- create a new project
paste code
```dart
import 'package:flutter/material.dart';
v…
-
In the [SignatureOptimizer doc page](https://dspy-docs.vercel.app/docs/deep-dive/teleprompter/signature-optimizer) the example begins by splitting the data set into a `trainset` and a `devset`.
Thi…
-
Hi,
I've seen a lot of tutorial of Dspy already for english,I wanted to give it a try for bangla,The code below gives me wrong answer for all the questions that i ask to my Dspy based RAG system,I ne…
-
### Bug Description
I was following the cookbook (https://github.com/stanfordnlp/dspy/blob/main/examples/llamaindex/dspy_llamaindex_rag.ipynb) but changed the LLM and embeddings model to non-OpenAI m…
-
-
I'm trying to compile a zeroshot chain using BootstrapFewShot and langchain. I've followed [this](https://github.com/stanfordnlp/dspy/blob/main/examples/tweets/compiling_langchain.ipynb) and [this](ht…
-
Suggested by @24se7en in #175.
> Also the text options: now you can only set the layout of the complete songtext instead of selecting some text and make them smaller or bigger (like for choir) now …
-
Although this is included in [this](https://github.com/stanfordnlp/dspy/issues/510) more general issue outlining issues with integration with Langchain, it felt beneficial to create a new issue for th…
-
In the Usage Suggestions, the same definition is given for two different parameters:
Note that this teleprompter takes in the following parameters:
* prompt_model: The model used for prompt gene…