Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Oct 14, 2024
1 parent 2ccba23 commit 73f4542
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions memonto/stores/vector/chroma.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def search(self, message: str, id: str = None, k: int = 3) -> list[dict]:
except Exception as e:
logger.error(f"Chroma Search\n{e}\n")

print(matched)

return matched.get("ids", [])[0]

def delete(self, id: str) -> None:
Expand Down

0 comments on commit 73f4542

Please sign in to comment.