CognitiveTech

Results 6 issues of CognitiveTech

as explained in the title, I'm getting this error from the following code: `TypeError: TemplateV2.__call__() missing 1 required positional argument: 'example'` ```python import dspy from dspy.teleprompt.teleprompt import Teleprompter from dspy.signatures...

Trying to duplicate an example from [dataloaders](https://github.com/stanfordnlp/dspy/blob/main/examples/dataloaders/dataloaders_dolly.ipynb) https://github.com/stanfordnlp/dspy/pull/379 ```python import dspy from dspy.datasets import DataLoader dl = DataLoader( train_size = 1.0, ) notes_data = dl.from_csv( "dolly_subset_100_rows.csv", fields=["instruction","context","response"], ) print(f"Keys present...

trying to add support for self-extend as discussed here: https://github.com/ollama/ollama/issues/1964 I was hoping it would be as simple as adding these parameters as I've seen done in a previous commit,...

**The following are based on question \ answer of 1 document with 22769 tokens length** there is a similar issue https://github.com/imartinez/privateGPT/issues/276 with primordial tag, just decided to make a new...

documentation

- [X] I have searched to see if a similar issue already exists. ## Is your feature request related to a problem? Please describe. While learning to work with custom...

docs/website
custom-components

great app btw. really nice simple chat app for the terminal. one problem I have is even with 32k context, when I have the bot set to generate multi paragraph...

enhancement