.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
evolvishub_ollama_adapter/utils/text_utils.py
src/evolvishub_ollama_adapter/__init__.py
src/evolvishub_ollama_adapter/client.py
src/evolvishub_ollama_adapter/config.py
src/evolvishub_ollama_adapter/constants.py
src/evolvishub_ollama_adapter/exceptions.py
src/evolvishub_ollama_adapter/file_utils.py
src/evolvishub_ollama_adapter/image_utils.py
src/evolvishub_ollama_adapter/logging.py
src/evolvishub_ollama_adapter/model_utils.py
src/evolvishub_ollama_adapter/text_utils.py
src/evolvishub_ollama_adapter/utils.py
src/evolvishub_ollama_adapter.egg-info/PKG-INFO
src/evolvishub_ollama_adapter.egg-info/SOURCES.txt
src/evolvishub_ollama_adapter.egg-info/dependency_links.txt
src/evolvishub_ollama_adapter.egg-info/requires.txt
src/evolvishub_ollama_adapter.egg-info/top_level.txt
src/evolvishub_ollama_adapter/assets/png/logo.png
src/evolvishub_ollama_adapter/databases/__init__.py
src/evolvishub_ollama_adapter/databases/base.py
src/evolvishub_ollama_adapter/databases/mongodb.py
src/evolvishub_ollama_adapter/databases/postgresql.py
src/evolvishub_ollama_adapter/databases/sqlite.py
src/evolvishub_ollama_adapter/ollama/__init__.py
src/evolvishub_ollama_adapter/ollama/models.py
src/evolvishub_ollama_adapter/ollama/utils.py
src/evolvishub_ollama_adapter/sources/__init__.py
src/evolvishub_ollama_adapter/sources/base.py
src/evolvishub_ollama_adapter/sources/binary.py
src/evolvishub_ollama_adapter/sources/file.py
src/evolvishub_ollama_adapter/sources/memory.py
src/evolvishub_ollama_adapter/sources/model.py
src/evolvishub_ollama_adapter/sources/ollama.py
src/evolvishub_ollama_adapter/sources/text.py
tests/conftest.py
tests/test_client.py
tests/test_config.ini
tests/test_config.py
tests/test_config.yaml
tests/test_constants.py
tests/test_examples.py
tests/test_exceptions.py
tests/test_file_utils.py
tests/test_image_utils.py
tests/test_logging.py
tests/test_model_utils.py
tests/test_models.py
tests/test_sources.py
tests/test_text_utils.py
tests/test_utils.py
tests/logs/ollama.log