Skip to content

Commit

Permalink
Covered all pylint errors and warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykWyzgowski committed Sep 20, 2024
1 parent 717052d commit 4f2fbfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async def retrieve(self, vector: List[float], k: int = 5) -> List[VectorDBEntry]
Args:
vector (List[float]): The vector to query.
k (int, default=5): The number of entries to retrieve.
k (int): The number of entries to retrieve.
Returns:
List[VectorDBEntry]: The retrieved entries.
Expand Down
167 changes: 0 additions & 167 deletions packages/ragbits-document-search/tests/test_chroma_db.py

This file was deleted.

0 comments on commit 4f2fbfe

Please sign in to comment.