Skip to content

Commit

Permalink
fix: remove useless caching
Browse files Browse the repository at this point in the history
  • Loading branch information
undo76 committed Dec 12, 2024
1 parent 3c8b003 commit 29e1e57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/raglite/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def from_chunks(
)


@lru_cache(maxsize=1)
def _pgvector_version(session: Session) -> Version:
try:
result = session.execute(
Expand Down

0 comments on commit 29e1e57

Please sign in to comment.