Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Edge committed Oct 30, 2024
1 parent 8d31aa2 commit 64851c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/query_text_data/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async def detect_relevant_text_chunks(
self.chunk_search_config = chunk_search_config
self.relevant_cids, self.search_summary = await relevance_assessor.detect_relevant_chunks(
ai_configuration=self.ai_configuration,
query=self.query,
query=self.expanded_query,
processed_chunks=self.processed_chunks,
cid_to_vector=self.cid_to_vector,
embedder=self.text_embedder,
Expand Down

0 comments on commit 64851c4

Please sign in to comment.