dspy icon indicating copy to clipboard operation
dspy copied to clipboard

ModuleNotFoundError: No module named 'dspy.predict.llamaindex'

Open simplexityware opened this issue 6 months ago • 1 comments


ModuleNotFoundError Traceback (most recent call last) in <cell line: 2>() 1 from llama_index.core.query_pipeline import QueryPipeline as QP, InputComponent, FnComponent ----> 2 from dspy.predict.llamaindex import DSPyComponent, LlamaIndexModule 3 4 dspy_component = DSPyComponent( 5 dspy.ChainOfThought(GenerateAnswer)

ModuleNotFoundError: No module named 'dspy.predict.llamaindex'

simplexityware avatar Aug 06 '24 06:08 simplexityware