GETTING_STARTED.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/01_basic_usage.py
examples/02_status_and_limits.py
examples/03_error_handling.py
examples/sample_data/fruits.txt
examples/sample_data/grains.txt
examples/sample_data/vegetables.txt
justembed/__init__.py
justembed/exceptions.py
justembed.egg-info/PKG-INFO
justembed.egg-info/SOURCES.txt
justembed.egg-info/dependency_links.txt
justembed.egg-info/requires.txt
justembed.egg-info/top_level.txt
justembed/core/__init__.py
justembed/core/_state.py
justembed/core/embedder.py
justembed/core/indexer.py
justembed/core/loader.py
justembed/core/logger.py
justembed/core/searcher.py
justembed/core/status.py
justembed/models/__init__.py
justembed/models/e5-small-int8.tar.gz
justembed/models/model_extractor.py
justembed/storage/__init__.py
justembed/storage/config_manager.py
justembed/storage/metadata_writer.py
justembed/storage/parquet_reader.py
justembed/storage/parquet_writer.py
justembed/utils/__init__.py
justembed/utils/hardware_detector.py
justembed/utils/limit_enforcer.py
justembed/utils/text_chunker.py
justembed/utils/timer.py
justembed/utils/validator.py