vectoriz 0.0.5__py3-none-any.whl → 0.1.0b0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vectoriz/files.py +2 -1
- vectoriz/vector_db.py +2 -2
- {vectoriz-0.0.5.dist-info → vectoriz-0.1.0b0.dist-info}/METADATA +1 -1
- vectoriz-0.1.0b0.dist-info/RECORD +10 -0
- vectoriz-0.0.5.dist-info/RECORD +0 -10
- {vectoriz-0.0.5.dist-info → vectoriz-0.1.0b0.dist-info}/WHEEL +0 -0
- {vectoriz-0.0.5.dist-info → vectoriz-0.1.0b0.dist-info}/top_level.txt +0 -0
vectoriz/files.py
CHANGED
vectoriz/vector_db.py
CHANGED
@@ -3,8 +3,8 @@ import faiss
|
|
3
3
|
import numpy as np
|
4
4
|
from typing import Optional
|
5
5
|
|
6
|
-
from files import FileArgument
|
7
|
-
from token_transformer import TokenTransformer
|
6
|
+
from vectoriz.files import FileArgument
|
7
|
+
from vectoriz.token_transformer import TokenTransformer
|
8
8
|
|
9
9
|
|
10
10
|
class VectorDBClient:
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
tests/test_files.py,sha256=jNIcwdDrPGKv78zGJReb6s0kPZLr3mTvkwwl3cP6MlM,1622
|
3
|
+
vectoriz/__init__.py,sha256=fnnle0EjVejiZQ8t243kvFiqcTTFh9dzmZbNwayjh4U,156
|
4
|
+
vectoriz/files.py,sha256=VxqRlHgUVUm2Afq7LX5YMvEX5T1XgQW8he2r4NY9WPQ,9041
|
5
|
+
vectoriz/token_transformer.py,sha256=1KIGL6EAiuqFhFzh3grkJcdEjjwTC3kH6RNqRkYMkQU,5811
|
6
|
+
vectoriz/vector_db.py,sha256=xxQjhfLiZ4inV5XHYHWcr-RRbH2BcpSCqTli9lOv_g8,6835
|
7
|
+
vectoriz-0.1.0b0.dist-info/METADATA,sha256=nohEcf7bCgvQDBM4fyhKfpLS7lLWAlWk9TRHX1TTR5o,3696
|
8
|
+
vectoriz-0.1.0b0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
9
|
+
vectoriz-0.1.0b0.dist-info/top_level.txt,sha256=Tcfk3kazBwJ_yySjjhlIhLoTWLQGSb5xV006X18O6Nk,15
|
10
|
+
vectoriz-0.1.0b0.dist-info/RECORD,,
|
vectoriz-0.0.5.dist-info/RECORD
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
tests/test_files.py,sha256=jNIcwdDrPGKv78zGJReb6s0kPZLr3mTvkwwl3cP6MlM,1622
|
3
|
-
vectoriz/__init__.py,sha256=fnnle0EjVejiZQ8t243kvFiqcTTFh9dzmZbNwayjh4U,156
|
4
|
-
vectoriz/files.py,sha256=qpuD9CUZ4UFJQM1rokP4u23dnLz-3Du3fASDqmBpssk,9031
|
5
|
-
vectoriz/token_transformer.py,sha256=1KIGL6EAiuqFhFzh3grkJcdEjjwTC3kH6RNqRkYMkQU,5811
|
6
|
-
vectoriz/vector_db.py,sha256=cfcwN_QDbnbuBFqcJ_HyJy8jcRWpm8_pfsaug9JAiqo,6817
|
7
|
-
vectoriz-0.0.5.dist-info/METADATA,sha256=FxQu0qlmjgRMPKq4OcmrdNKEYd2SnBa0LHwWExjxPQU,3694
|
8
|
-
vectoriz-0.0.5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
9
|
-
vectoriz-0.0.5.dist-info/top_level.txt,sha256=Tcfk3kazBwJ_yySjjhlIhLoTWLQGSb5xV006X18O6Nk,15
|
10
|
-
vectoriz-0.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|