Skip to content

Commit

Permalink
fix: remove useless caching
Browse files Browse the repository at this point in the history
  • Loading branch information
undo76 authored and lsorber committed Dec 15, 2024
1 parent 1e0e20f commit d654872
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 @@ -312,7 +312,6 @@ def from_chunks(
)


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

0 comments on commit d654872

Please sign in to comment.