dspy
dspy copied to clipboard
DSPy: The framework for programming—not prompting—language models
Hi, I am creating a custom retriever, inheriting from `dspy.Retrieve` and overloading the `__init__` and `forward` method. Right now I am receiving an error on "long_text" not being present in...
I was watching the llamaindex Webinar and Omar mentioned the very interesting ideas to self-generate questions/answer pairs from data, to avoid manually collecting examples. An auto pipeline for RAG would...
We should make a discord server for more open discussions regarding dspy.
@okhat Is there a good explanation for what teleprompter.compile(..) does It is not clear what/where compilation is happening in the code base.
I have been getting an odd bug. With the below `Signature`, I get an error (specifically, `TemplateV2.query` throws an `AttributeError` because it is trying to split a list?). But if...
I am building a Q&A system. I need to have a reference for retrieval to verify the generated answers. Any suggestions to modify the retrieval processing to support showing the...
Hi. In the notebooks, we can use a pre-set server for colbert model that works on wikipedia data. But I want to know how to use the same for my...
merged changes with dspy still failing the # check correctness threaded test - where ref and cached are not equal
-added deepspeed within seq2seq training