LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
cfg/schema_discovery.yml
cfg/warehouse.yml
cfg/ablation/openai_baseline.yml
cfg/ablation/openai_context.yml
cfg/ablation/qwen3_baseline.yml
cfg/ablation/qwen3_context.yml
cfg/extraction/evaluation/evaluate.yml
cfg/extraction/inference/anthropic.yml
cfg/extraction/inference/dimensions.yml
cfg/extraction/inference/extract.yml
cfg/extraction/inference/hf.yml
cfg/extraction/inference/openai.yml
cfg/extraction/inference/reflection.yml
cfg/extraction/postprocess/spatial.yml
cfg/extraction/postprocess/temporal.yml
cfg/extraction/training/train.yml
cfg/preprocess/chunking.yml
cfg/preprocess/parsing.yml
cfg/preprocess/scraping.yml
scripts/deploy_ms_swift.sh
scripts/download_data.sh
scripts/install_postgres.sh
scripts/migrate_dimension_configs.py
scripts/process_data.sh
scripts/regenerate_schemas.py
scripts/stop_ms_swift.sh
stindex/__init__.py
stindex/cli.py
stindex.egg-info/PKG-INFO
stindex.egg-info/SOURCES.txt
stindex.egg-info/dependency_links.txt
stindex.egg-info/entry_points.txt
stindex.egg-info/not-zip-safe
stindex.egg-info/requires.txt
stindex.egg-info/top_level.txt
stindex/analysis/__init__.py
stindex/analysis/clustering.py
stindex/analysis/dimension_analyzer.py
stindex/analysis/export.py
stindex/analysis/story_detection.py
stindex/discovery/__init__.py
stindex/discovery/cluster_entity_extractor.py
stindex/discovery/cluster_schema_discoverer.py
stindex/discovery/cot_logger.py
stindex/discovery/models.py
stindex/discovery/question_clusterer.py
stindex/discovery/schema_merger.py
stindex/eval/__init__.py
stindex/eval/generate_dataset.py
stindex/eval/metrics.py
stindex/exe/__init__.py
stindex/exe/evaluate.py
stindex/exe/extract.py
stindex/exe/utils.py
stindex/extraction/__init__.py
stindex/extraction/context_manager.py
stindex/extraction/dimension_loader.py
stindex/extraction/dimensional_extraction.py
stindex/extraction/utils.py
stindex/llm/__init__.py
stindex/llm/anthropic.py
stindex/llm/manager.py
stindex/llm/ms_swift.py
stindex/llm/openai.py
stindex/llm/prompts/__init__.py
stindex/llm/prompts/dimensional_extraction.py
stindex/llm/prompts/entity_extraction_with_discovery.py
stindex/llm/prompts/initial_schema_discovery.py
stindex/llm/prompts/reflection.py
stindex/llm/response/__init__.py
stindex/llm/response/dimension_models.py
stindex/llm/response/models.py
stindex/pipeline/__init__.py
stindex/pipeline/discovery_pipeline.py
stindex/pipeline/pipeline.py
stindex/postprocess/__init__.py
stindex/postprocess/categorical_validator.py
stindex/postprocess/reflection.py
stindex/postprocess/spatial/__init__.py
stindex/postprocess/spatial/geocoder.py
stindex/postprocess/spatial/osm_context.py
stindex/postprocess/temporal/__init__.py
stindex/postprocess/temporal/relative_resolver.py
stindex/preprocess/__init__.py
stindex/preprocess/chunking.py
stindex/preprocess/input_models.py
stindex/preprocess/parsing.py
stindex/preprocess/processor.py
stindex/preprocess/scraping.py
stindex/retrieval/__init__.py
stindex/retrieval/dimensional_filter.py
stindex/retrieval/hybrid_retriever.py
stindex/utils/__init__.py
stindex/utils/config.py
stindex/utils/constants.py
stindex/warehouse/__init__.py
stindex/warehouse/chunk_labeler.py
stindex/warehouse/file_store.py
stindex/warehouse/query_engine.py