We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7cc99 commit c8eef1fCopy full SHA for c8eef1f
vector_search/encoders/utils.py
@@ -1,7 +1,10 @@
1
+from functools import cache
2
+
3
from django.conf import settings
4
from django.utils.module_loading import import_string
5
6
7
+@cache
8
def dense_encoder():
9
"""
10
Return the dense encoder based on settings
0 commit comments