ahmed-eisa commited on
Commit
7201688
·
1 Parent(s): 732adcd

fixed qudrant signature

Browse files
Files changed (1) hide show
  1. rag/repository.py +1 -1
rag/repository.py CHANGED
@@ -80,7 +80,7 @@ class VectorRepository:
80
  )
81
  response = await self.db_client.query_points(
82
  collection_name=collection_name,
83
- query_vector=query_vector,
84
  limit=retrieval_limit,
85
  score_threshold=score_threshold,
86
  )
 
80
  )
81
  response = await self.db_client.query_points(
82
  collection_name=collection_name,
83
+ vector=query_vector,
84
  limit=retrieval_limit,
85
  score_threshold=score_threshold,
86
  )