LICENSE
README.md
pyproject.toml
setup.py
tests/test_embedders.py
tests/test_improved_features.py
tests/test_release_validation.py
tests/test_simple_validation.py
tests/test_smoke.py
tests/test_vectorify.py
text_vectorify/__init__.py
text_vectorify/factory.py
text_vectorify/main.py
text_vectorify/vectorify.py
text_vectorify.egg-info/PKG-INFO
text_vectorify.egg-info/SOURCES.txt
text_vectorify.egg-info/dependency_links.txt
text_vectorify.egg-info/entry_points.txt
text_vectorify.egg-info/not-zip-safe
text_vectorify.egg-info/requires.txt
text_vectorify.egg-info/top_level.txt
text_vectorify/embedders/__init__.py
text_vectorify/embedders/base.py
text_vectorify/embedders/bge.py
text_vectorify/embedders/huggingface.py
text_vectorify/embedders/m3e.py
text_vectorify/embedders/openai.py
text_vectorify/embedders/sentence_bert.py