Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: resolve subindex tests
Signed-off-by: jupyterjazz <[email protected]>
  • Loading branch information
jupyterjazz committed Jul 17, 2023
commit bcc63ec79d8dcff8722de696e849d015f9a45d2c
2 changes: 1 addition & 1 deletion docarray/index/backends/qdrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def _text_search_batched(

def _filter_by_parent_id(self, id: str) -> Optional[List[str]]:
response, _ = self._client.scroll(
collection_name=self._db_config.collection_name, # type: ignore
collection_name=self.collection_name, # type: ignore
scroll_filter=rest.Filter(
must=[
rest.FieldCondition(
Expand Down