LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
spacy_llm/__init__.py
spacy_llm/cache.py
spacy_llm/compat.py
spacy_llm/ty.py
spacy_llm.egg-info/PKG-INFO
spacy_llm.egg-info/SOURCES.txt
spacy_llm.egg-info/dependency_links.txt
spacy_llm.egg-info/entry_points.txt
spacy_llm.egg-info/not-zip-safe
spacy_llm.egg-info/requires.txt
spacy_llm.egg-info/top_level.txt
spacy_llm/backends/__init__.py
spacy_llm/backends/dolly.py
spacy_llm/backends/langchain.py
spacy_llm/backends/minichain.py
spacy_llm/backends/rest/__init__.py
spacy_llm/backends/rest/registry.py
spacy_llm/backends/rest/backend/__init__.py
spacy_llm/backends/rest/backend/base.py
spacy_llm/backends/rest/backend/noop.py
spacy_llm/backends/rest/backend/openai.py
spacy_llm/pipeline/__init__.py
spacy_llm/pipeline/llm.py
spacy_llm/registry/__init__.py
spacy_llm/registry/normalizer.py
spacy_llm/registry/reader.py
spacy_llm/registry/util.py
spacy_llm/tasks/__init__.py
spacy_llm/tasks/ner.py
spacy_llm/tasks/noop.py
spacy_llm/tasks/textcat.py
spacy_llm/tests/__init__.py
spacy_llm/tests/conftest.py
spacy_llm/tests/test_cache.py
spacy_llm/tests/test_combinations.py
spacy_llm/tests/backends/__init__.py
spacy_llm/tests/backends/test_dolly.py
spacy_llm/tests/backends/test_langchain.py
spacy_llm/tests/backends/test_minichain.py
spacy_llm/tests/backends/test_rest.py
spacy_llm/tests/pipeline/__init__.py
spacy_llm/tests/pipeline/test_llm.py
spacy_llm/tests/tasks/__init__.py
spacy_llm/tests/tasks/test_ner.py
spacy_llm/tests/tasks/test_textcat.py
spacy_llm/tests/tasks/examples/ner_examples.json
spacy_llm/tests/tasks/examples/ner_examples.jsonl
spacy_llm/tests/tasks/examples/ner_examples.yml
spacy_llm/tests/tasks/examples/textcat_binary_examples.json
spacy_llm/tests/tasks/examples/textcat_binary_examples.jsonl
spacy_llm/tests/tasks/examples/textcat_binary_examples.yml
spacy_llm/tests/tasks/examples/textcat_multi_excl_examples.json
spacy_llm/tests/tasks/examples/textcat_multi_excl_examples.jsonl
spacy_llm/tests/tasks/examples/textcat_multi_excl_examples.yml
spacy_llm/tests/tasks/examples/textcat_multi_nonexcl_examples.json
spacy_llm/tests/tasks/examples/textcat_multi_nonexcl_examples.jsonl
spacy_llm/tests/tasks/examples/textcat_multi_nonexcl_examples.yml