LICENSE
MANIFEST.in
README.md
pyproject.toml
justembed/__init__.py
justembed/api.py
justembed/app.py
justembed/chunker.py
justembed/cli.py
justembed/config.py
justembed/db.py
justembed/embedder.py
justembed.egg-info/PKG-INFO
justembed.egg-info/SOURCES.txt
justembed.egg-info/dependency_links.txt
justembed.egg-info/entry_points.txt
justembed.egg-info/requires.txt
justembed.egg-info/top_level.txt
justembed/examples/apple_tree.txt
justembed/examples/diverse_topics.txt
justembed/examples/diverse_topics_v2.txt
justembed/examples/finance_economics.txt
justembed/examples/uti_renal_fever.txt
justembed/models/__init__.py
justembed/models/core/__init__.py
justembed/models/core/e5-small-int8.tar.gz
justembed/models/core/model_loader.py
justembed/templates/chunk_preview.html
justembed/templates/embed_progress.html
justembed/templates/index.html
justembed/templates/query_results.html
justembed/templates/setup.html
justembed/templates/train_model.html
justembed/templates/train_success.html
justembed/templates/upload_to_kb.html
justembed/training/__init__.py
justembed/training/trainer.py
tests/test_retrieval.py
tests/test_workflow.py