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/db_sqlite.py
justembed/embedder.py
justembed/help_text.py
justembed/jobs.py
justembed/migrate_duckdb_to_sqlite.py
justembed/model_manager.py
justembed/model_types.py
justembed/performance.py
justembed/validation.py
justembed/worker.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/evaluation/__init__.py
justembed/evaluation/eval_engine.py
justembed/examples/README_MEDICAL_DEMO.md
justembed/examples/apple_tree.txt
justembed/examples/diverse_topics.txt
justembed/examples/diverse_topics_v2.txt
justembed/examples/finance_economics.txt
justembed/examples/medical_embedding_demo.txt
justembed/examples/medical_kb_documents.txt
justembed/examples/uti_renal_fever.txt
justembed/interpretability/__init__.py
justembed/interpretability/match_explainer.py
justembed/interpretability/vector_diagnostics.py
justembed/interpretability/vocabulary_inspector.py
justembed/models/__init__.py
justembed/models/core/__init__.py
justembed/models/core/model_loader.py
justembed/search/__init__.py
justembed/search/bm25_engine.py
justembed/search/hybrid_search.py
justembed/templates/chunk_preview.html
justembed/templates/embed_progress.html
justembed/templates/index.html
justembed/templates/job_status.html
justembed/templates/jobs.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
justembed/visualization/__init__.py
justembed/visualization/embedding_viz.py
tests/test_alpha_persistence.py
tests/test_alpha_ui.py
tests/test_bm25_engine.py
tests/test_e2e_additional.py
tests/test_e2e_hybrid_search.py
tests/test_embedding_visualizer.py
tests/test_evaluation_engine.py
tests/test_fts5_indexing.py
tests/test_kb_build_integration.py
tests/test_match_explainer.py
tests/test_model_comparison_ui.py
tests/test_performance.py
tests/test_performance_validation.py
tests/test_retrieval.py
tests/test_validation.py
tests/test_vector_diagnostics.py
tests/test_vocabulary_inspector.py
tests/test_workflow.py