.grepctl.yaml.example
LICENSE
MANIFEST.in
README.md
config.yaml.example
pyproject.toml
setup.py
docs/IMAGE_SUPPORT.md
docs/PDF_SUPPORT.md
docs/PUBLISHING.md
docs/PYPI_QUICKSTART.md
docs/README_PYPI.md
docs/UI_CUSTOMIZATION_GUIDE.md
docs/USAGE.md
docs/grepctl_README.md
docs/grepctl_technical_paper.md
examples/quickstart.py
src/grepctl/__init__.py
src/grepctl/cli.py
src/grepctl/config.py
src/grepctl/grepctl.py
src/grepctl.egg-info/PKG-INFO
src/grepctl.egg-info/SOURCES.txt
src/grepctl.egg-info/dependency_links.txt
src/grepctl.egg-info/entry_points.txt
src/grepctl.egg-info/requires.txt
src/grepctl.egg-info/top_level.txt
src/grepctl/api/__init__.py
src/grepctl/api/server.py
src/grepctl/api/theme.py
src/grepctl/bigquery/__init__.py
src/grepctl/bigquery/connection.py
src/grepctl/bigquery/queries.py
src/grepctl/bigquery/schema.py
src/grepctl/ingestion/__init__.py
src/grepctl/ingestion/base.py
src/grepctl/ingestion/chunking.py
src/grepctl/ingestion/embeddings.py
src/grepctl/ingestion/text_extractor.py
src/grepctl/scripts/extract_all_pdfs_hybrid.py
src/grepctl/scripts/extract_pdfs_with_docai.py
src/grepctl/scripts/fix_embeddings.py
src/grepctl/scripts/ingest_audio_files.py
src/grepctl/scripts/ingest_json_csv_fixed.py
src/grepctl/scripts/ingest_video_files.py
src/grepctl/scripts/show_status.py
src/grepctl/search/__init__.py
src/grepctl/search/vector_search.py
src/grepctl/utils/__init__.py