Open JacksonCakes opened 1 week ago
Hey @JacksonCakes ! See #1734 and let us know what you think!
Thanks!! That's exact what I am looking for!
Wonderful. May I ask what you need async for? We're considering the right form of async to merge.
Any LLM call that can be run in parallel would be super useful here! A great use case from my side is finding the right SQL table based on user queries from a huge database. With so many tables, compress every table metadata into single prompt or doing this sequentially just isn't practical
Would you find this #1690 useful? We're probably going to go with that.
Yup, I think that would work too! But I am just curious why multi-threaded is preferred over #1734 ?
Hi, does Dspy currently support the asynchronous version of dspy.LM? which might be equivalent to the following: