Skip to content

Commit

Permalink
fix: wrong import fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jan 9, 2024
1 parent 7d8fb3b commit 7925a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/query_engine/discord_query_engine.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from bot.retrievers.forum_summary_retriever import ForumBasedSummaryRetriever
from bot.retrievers.process_dates import process_dates
from bot.retrievers.utils.load_hyperparams import load_hyperparams
from llama_index.core import BaseQueryEngine
from llama_index.core.base_query_engine import BaseQueryEngine
from llama_index.vector_stores import ExactMatchFilter, FilterCondition, MetadataFilters
from tc_hivemind_backend.embeddings.cohere import CohereEmbedding
from tc_hivemind_backend.pg_vector_access import PGVectorAccess
Expand Down

0 comments on commit 7925a3c

Please sign in to comment.