.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
todo.md
.github/workflows/ci.yml
docs/index.md
docs/advanced/comparisons.md
docs/advanced/metadata.md
docs/advanced/os.md
docs/api/builders.md
docs/api/code_functions.md
docs/api/core_api.md
docs/api/core_cli_api.md
docs/api/table_references.md
docs/assets/favicon.png
docs/assets/storage_artifacts.png
docs/assets/storage_builders.png
docs/assets/storage_code.png
docs/assets/storage_files.png
docs/assets/workflow/df_1_output.png
docs/assets/workflow/df_2_output.png
docs/auxillary/about.md
docs/core_concepts/execution.md
docs/core_concepts/operations.md
docs/core_concepts/structure.md
docs/examples/api_call_example.md
docs/examples/local_embeddings_example.md
docs/workflows/agents.md
docs/workflows/errors.md
docs/workflows/workflow.md
docs/workflows/workflow_artifacts.md
tablevault/__init__.py
tablevault/cli.py
tablevault/core.py
tablevault.egg-info/PKG-INFO
tablevault.egg-info/SOURCES.txt
tablevault.egg-info/dependency_links.txt
tablevault.egg-info/entry_points.txt
tablevault.egg-info/requires.txt
tablevault.egg-info/top_level.txt
tablevault/_builders/__init__.py
tablevault/_builders/base_builder_type.py
tablevault/_builders/builder_constants.py
tablevault/_builders/column_builder_type.py
tablevault/_builders/index_builder_type.py
tablevault/_builders/load_builder.py
tablevault/_builders/examples/__init__.py
tablevault/_builders/examples/base_builder.yaml
tablevault/_builders/examples/column_builder.yaml
tablevault/_builders/examples/index_builder.yaml
tablevault/_builders/examples/mapping.py
tablevault/_dataframe_helper/__init__.py
tablevault/_dataframe_helper/artifact.py
tablevault/_dataframe_helper/table_operations.py
tablevault/_defintions/__init__.py
tablevault/_defintions/constants.py
tablevault/_defintions/tv_errors.py
tablevault/_defintions/types.py
tablevault/_helper/__init__.py
tablevault/_helper/copy_write_file.py
tablevault/_helper/database_lock.py
tablevault/_helper/external_drive_check.py
tablevault/_helper/file_operations.py
tablevault/_helper/metadata_store.py
tablevault/_helper/user_lock.py
tablevault/_helper/utils.py
tablevault/_helper/examples/__init__.py
tablevault/_helper/examples/example.py
tablevault/_operations/__init__.py
tablevault/_operations/_get_operations.py
tablevault/_operations/_meta_operations.py
tablevault/_operations/_setup_operations.py
tablevault/_operations/_table_execution.py
tablevault/_operations/_takedown_operations.py
tablevault/_operations/_vault_operations.py
tablevault/_remote_helper/__init__.py
tablevault/_remote_helper/_remote_save_helper.py
tablevault/_remote_helper/remote_save_process.py
tablevault/_table_reference/table_reference.py
tablevault/code_functions/__init__.py
tablevault/code_functions/random_string.py
tablevault/code_functions/table_generation.py
tests/api_tests/__init__.py
tests/api_tests/base_execution_helper.py
tests/api_tests/conftest.py
tests/api_tests/helper.py
tests/api_tests/test_basic_api.py
tests/api_tests/test_cli.py
tests/api_tests/test_exceptions.py
tests/api_tests/test_external_edit.py
tests/api_tests/test_multiprocessing.py
tests/api_tests/test_remote.py
tests/api_tests/test_restart_and_stops.py
tests/api_tests/test_stop_and_materialize.py
tests/api_tests/test_versioning.py
tests/performance_tests/copy_test.py
tests/performance_tests/dtype_tests.py
tests/performance_tests/read_write_tests.py
tests/test_data/other/sample_category_questions.txt
tests/test_data/other/sample_questions.txt
tests/test_data/stories/The_Clockmakers_Secret.pdf
tests/test_data/test_data_db/llm_questions/llm_questions_index.yaml
tests/test_data/test_data_db/llm_questions/question_1.yaml
tests/test_data/test_data_db/llm_questions/question_1a.yaml
tests/test_data/test_data_db/llm_questions/question_2.yaml
tests/test_data/test_data_db/llm_questions/question_3.yaml
tests/test_data/test_data_db/llm_storage/llm_storage_index.yaml
tests/test_data/test_data_db/llm_storage/upload_openai.yaml
tests/test_data/test_data_db/stories/stories_index.yaml
tests/test_data/test_data_db_selected/llm_questions/llm_questions_index.yaml
tests/test_data/test_data_db_selected/llm_questions/question_1.yaml
tests/test_data/test_data_db_selected/llm_questions/question_2.yaml
tests/test_data/test_data_db_selected/llm_questions/question_3.yaml
tests/test_data/test_data_db_selected/llm_storage/llm_storage_index.yaml
tests/test_data/test_data_db_selected/llm_storage/upload_openai.yaml
tests/test_data/test_data_db_selected/stories/stories_index.yaml
tests/test_data/test_empty_db/stories/stories_index.yaml
tests/unit_tests/example_basic.py
tests/unit_tests/example_builders.py
tests/unit_tests/example_code.py
tests/unit_tests/example_locking.py
tests/unit_tests/example_test.py