-
Hi @CShorten
File: dspy.retrieve.weaviate_rm, line 74
Give the flexibility to pass the the name of the text field as a parameter along with the collection name. Something like below:
Weaviat…
-
I'm trying to use the following prompt:
```
next_steps = dspy.OutputField(
desc="""
List of 2-5 promising next steps.
Use the format: x op y = z (left: ns).
- x and y must be distinc…
-
### Details
Running Sphinx v7.2.6
making output directory... done
[autosummary] generating autosummary for: index.rst
building [mo]: targets for 0 po files that are out of date
writing output...
…
-
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 long_text. …
-
I have a compiled module that I have [saved and loaded](https://github.com/stanfordnlp/dspy/blob/main/dspy/primitives/module.py#L65), but trying in using to use it, the template `__call__` gives an er…
-
### Details
I've cloned some documentation setup for collaborators in the docs directory -> namely, "DOCS_README.md Makefile index.rst make.bat".
These should all be setup so that they work for DS…
-
I have been trying to run a Hugging Face model with dspy locally on my laptop.
```python
model = dspy.dsp.modules.HFModel(model ='mosaicml/mpt-7b-chat')
```
When running the code line, I get t…
-
When running colab example
the first cell, containing the below code results in
> ModuleNotFoundError: No module named 'openai.error'.
```
%load_ext autoreload
%autoreload 2
import sys…
-
I'm trying to run vllm and lm-eval-harness. I'm using vllm 0.2.5. After I'm done installing both, if I try importing vllm I get the following error:
`
File "/ramyapra/lm-evaluation-harness/lm_eval/…
-
After resolving the issue #417, I tried to use Google LM but facing some new issues like
AttributeError: 'Google' object has no attribute 'co'
AttributeError: 'AttributeError' object has no attribut…