Skip to content

Commit 7f0abb3

Browse files
committed
cache to dict method
1 parent 97504f8 commit 7f0abb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisvl/utils/vectorize/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def vectorizer_from_dict(
3939
if cache:
4040
emb_cache = EmbeddingsCache(**cache)
4141
args["cache"] = emb_cache
42-
args["cache_folder"] = cache_folder
4342

4443
if vectorizer_type == Vectorizers.cohere:
4544
return CohereTextVectorizer(**args)

0 commit comments

Comments
 (0)