LICENSE.md
README.md
setup.py
tests/test_advanced_query.py
tests/test_command_mapping.py
tests/test_config_manager.py
tests/test_create_corpus.py
tests/test_delete_corpus.py
tests/test_index_document.py
tests/test_main.py
vectara_cli/__init__.py
vectara_cli/core.py
vectara_cli/main.py
vectara_cli.egg-info/PKG-INFO
vectara_cli.egg-info/SOURCES.txt
vectara_cli.egg-info/dependency_links.txt
vectara_cli.egg-info/entry_points.txt
vectara_cli.egg-info/requires.txt
vectara_cli.egg-info/top_level.txt
vectara_cli/commands/__init__.py
vectara_cli/commands/advanced_query.py
vectara_cli/commands/create_corpus.py
vectara_cli/commands/delete_corpus.py
vectara_cli/commands/index_document.py
vectara_cli/commands/index_text.py
vectara_cli/commands/nerdspan_upsert_folder.py
vectara_cli/commands/query.py
vectara_cli/commands/rebel_upsert_folder.py
vectara_cli/commands/span_enhance_folder.py
vectara_cli/commands/span_text.py
vectara_cli/commands/upload_document.py
vectara_cli/commands/upload_enriched_text.py
vectara_cli/commands/upload_folder.py
vectara_cli/data/__init__.py
vectara_cli/data/corpus_data.py
vectara_cli/data/custom_dimension.py
vectara_cli/data/defaults.py
vectara_cli/data/filter_attribute.py
vectara_cli/data/metadata_handler.py
vectara_cli/data/query_request.py
vectara_cli/data/query_response.py
vectara_cli/helptexts/__init__.py
vectara_cli/helptexts/help_text.py
vectara_cli/rebel_span/__init__.py
vectara_cli/rebel_span/commercial/__init__.py
vectara_cli/rebel_span/commercial/enterprise.py
vectara_cli/rebel_span/noncommercial/__init__.py
vectara_cli/rebel_span/noncommercial/nerdspan.py
vectara_cli/rebel_span/noncommercial/rebel.py
vectara_cli/utils/__init__.py
vectara_cli/utils/config_manager.py
vectara_cli/utils/create_ui.py
vectara_cli/utils/utils.py