chengyjonathan

Results 8 issues of chengyjonathan

Hello, this is an awesome library. I was curious whether spacy's neural coreference would be added to the spacy backend (https://github.com/huggingface/neuralcoref). This is more of a wishlist comment than an...

enhancement

Hi there, love the work here! I have a few questions about multimodal features. Let's say I want to do some text -> image + text retrieval. Along the lines...

Hi there! I was wondering if there's a way to create a GPTSimpleVectorIndex, that indexes images documents against filename embeddings? Ie. I title the image files ("Some Description of the...

discord

I had an index with just text documents that I could save to disk. When I add image documents to that index, I get this error. I imagines it's because...

bug

``` class LongFormQAWithAssertions(dspy.Module): def __init__(self, passages_per_hop=3, max_hops=2): super().__init__() self.generate_query = [dspy.ChainOfThought(QASignatures.GenerateSearchQuery) for _ in range(max_hops)] self.retrieve = dspy.Retrieve(k=passages_per_hop) self.generate_cited_paragraph = dspy.ChainOfThought(QASignatures.GenerateCitedParagraph) self.max_hops = max_hops def forward(self, question): context = []...

### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question Hi there! I'm wondering where would be the best place to get...

question

- [yes] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** I'm trying to setup a ChatInterface() Where...

enhancement

Hi there! I was wondering if anyone has any intuition on whether this runs on linux. Or if this would only work on a Windows machine.