Skip to content

Commit

Permalink
fix: import with the new llama-index lib version!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jan 9, 2024
1 parent 7925a3c commit 63c9681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subquery.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from guidance.models import OpenAIChat
from llama_index import QueryBundle, ServiceContext
from llama_index.core import BaseQueryEngine
from llama_index.core.base_query_engine import BaseQueryEngine
from llama_index.query_engine import SubQuestionQueryEngine
from llama_index.question_gen.guidance_generator import GuidanceQuestionGenerator
from llama_index.schema import NodeWithScore
Expand Down

0 comments on commit 63c9681

Please sign in to comment.