Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Mar 2, 2024
1 parent 6f5b3cb commit a6c063f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vectordbs/qdrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ async def query(self, input: str, top_k: int = MAX_QUERY_TOP_K) -> List:
]

async def delete(self, file_url: str) -> None:

# client.count(
# collection_name="{collection_name}",
# count_filter=models.Filter(
Expand Down

0 comments on commit a6c063f

Please sign in to comment.