.env_template
.flake8
.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
install_linux.sh
pyproject.toml
run_docker.sh
setvars.sh
uv.lock
.github/workflows/release.yml
.vscode/settings.json
dev/example_report.pdf
dev/gmft.ipynb
dev/img2table.ipynb
dev/unstructured.ipynb
docs/Makefile
docs/conf.py
docs/configure_doc.rst
docs/configure_model.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
media/llmsearch-demo-v2.gif
notebooks/llmsearch_google_colab_demo.ipynb
notebooks/dev/dev_config.yaml
notebooks/dev/splade.ipynb
sample_templates/msft-docs.yaml
sample_templates/obsidian_conf.yaml
sample_templates/openai_embeddings.yaml
sample_templates/pdf_library.yaml
sample_templates/generic/config_template.yaml
sample_templates/llm/huggingface.yaml
sample_templates/llm/litellm.yaml
sample_templates/llm/openai.yaml
sample_templates/llm/openai_gp4omini.yaml
sample_templates/test-templates/pdf_library.yaml
src/llmsearch/__init__.py
src/llmsearch/_version.py
src/llmsearch/api.py
src/llmsearch/chroma.py
src/llmsearch/cli.py
src/llmsearch/config.py
src/llmsearch/embeddings.py
src/llmsearch/interact.py
src/llmsearch/process.py
src/llmsearch/ranking.py
src/llmsearch/splade.py
src/llmsearch/utils.py
src/llmsearch/webapp.py
src/llmsearch/database/__init__.py
src/llmsearch/database/config.py
src/llmsearch/database/crud.py
src/llmsearch/database/models.py
src/llmsearch/models/__init__.py
src/llmsearch/models/abstract.py
src/llmsearch/models/autogptq.py
src/llmsearch/models/azureopenai.py
src/llmsearch/models/config.py
src/llmsearch/models/hf.py
src/llmsearch/models/llama.py
src/llmsearch/models/openai.py
src/llmsearch/models/utils.py
src/llmsearch/obsolete/cli.bck
src/llmsearch/obsolete/main.py
src/llmsearch/obsolete/prompts.py
src/llmsearch/parsers/__init__.py
src/llmsearch/parsers/doc.py
src/llmsearch/parsers/experimental.py
src/llmsearch/parsers/markdown.py
src/llmsearch/parsers/pdf.py
src/llmsearch/parsers/splitter.py
src/llmsearch/parsers/unstructured.py
src/llmsearch/parsers/images/__init__.py
src/llmsearch/parsers/images/gemini_parser.py
src/llmsearch/parsers/images/generic.py
src/llmsearch/parsers/tables/__ini__.py
src/llmsearch/parsers/tables/azuredocint_parser.py
src/llmsearch/parsers/tables/generic.py
src/llmsearch/parsers/tables/gmft_parser.py
src/pyllmsearch.egg-info/PKG-INFO
src/pyllmsearch.egg-info/SOURCES.txt
src/pyllmsearch.egg-info/dependency_links.txt
src/pyllmsearch.egg-info/entry_points.txt
src/pyllmsearch.egg-info/requires.txt
src/pyllmsearch.egg-info/top_level.txt
tests/test_config.py
tests/test_conversation_history.py
tests/test_embeddings_update.py
tests/test_table_splitting.py