LICENSE
README.md
pyproject.toml
setup.cfg
src/_cohere/__init__.py
src/_cohere/config.py
src/_cohere/create_index.py
src/_cohere/delete_index.py
src/_cohere/doc_index.py
src/_cohere/doc_model.py
src/_cohere/index_documents.py
src/_google/__init__.py
src/_google/config.py
src/_google/create_index.py
src/_google/delete_index.py
src/_google/doc_index.py
src/_google/index_documents.py
src/_openai/__init__.py
src/_openai/create_index.py
src/_openai/delete_index.py
src/_openai/doc_index.py
src/_openai/doc_model.py
src/_openai/index_documents.py
src/docindex.egg-info/PKG-INFO
src/docindex.egg-info/SOURCES.txt
src/docindex.egg-info/dependency_links.txt
src/docindex.egg-info/requires.txt
src/docindex.egg-info/top_level.txt
src/tests/__init__.py
src/tests/cohereindex_test.py
src/tests/googleindex_test.py
src/tests/openaiindex_test.py
src/utils/__init__.py
src/utils/config.py
src/utils/response_model.py