Add: multilingual index
Browse files- images.fbin +1 -1
- images.usearch +1 -1
- main.py +1 -1
images.fbin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 24875016
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:055a9edbee6d33ac2bd0b402fda4c4db1af8f7a61f54632b4f0eafaefb76c7a7
|
3 |
size 24875016
|
images.usearch
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 28584936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f1733524594e565c6ad01dc3254c660a2b16e75e4ab7607addf5e4fc948b9ba
|
3 |
size 28584936
|
main.py
CHANGED
@@ -63,7 +63,7 @@ if len(names_to_delete) > 0:
|
|
63 |
remove(join('images', name))
|
64 |
|
65 |
if not exists('images.fbin'):
|
66 |
-
model = get_model('unum-cloud/uform-vl-
|
67 |
vectors = []
|
68 |
|
69 |
for name in tqdm(names, desc='Vectorizing images'):
|
|
|
63 |
remove(join('images', name))
|
64 |
|
65 |
if not exists('images.fbin'):
|
66 |
+
model = get_model('unum-cloud/uform-vl-multilingual')
|
67 |
vectors = []
|
68 |
|
69 |
for name in tqdm(names, desc='Vectorizing images'):
|