Chen Qian

Results 189 comments of Chen Qian

@JPonsa We don't even know if the implementation is getting stale or still working, because we don't have maintainer with the domain knowledge of these vector index providers. Documentation is...

@xaviermehaut Thank for reporting the feature request! would you mind explaining more about your idea in the description, or opening a draft PR? zip file is dangerous so we generally...

@okhat We can save the adapter code with cloudpickle, so it's technically doable. But I feel our adapter change should not really cause performance downgrade? Conceptually it's just parsing the...

@azai91 Thank you for taking on this! Looking forward to your PR

@stargazer33 Thanks for reporting the issue! `XMLAdapter` doesn't make much difference from JSONAdapter now, so we are not exposing it with full visibility. We will find bandwidth to look into...

@stargazer33 Sorry about the late reply. What you are describing is what we want to ship with #8482, and the current XMLAdapter doesn't include the root tag.

@Devy99 Thanks for reporting the issue! It's truly confusing that we allow settings at different layers, and both at construction and call time. To your original question, your pasted code...

I verified that the code below works well with dspy 2.5.41: ``` import pickle import dspy VALID_CATEGORIES_STR = ["foo", "bar"] class ClassifyEmergencyCall(dspy.Signature): """Classifies emergency calls into multiple categories from a...

@ajayarunachalam Thanks for reporting the issue! This doesn't look like a DSPy error though, could you try directly calling litellm.completion with your setup?