README.md
setup.py
db_copilot/__init__.py
db_copilot/chat.py
db_copilot/follow_up.py
db_copilot/lib.py
db_copilot/llm.py
db_copilot/memory_manager.py
db_copilot/obfuscator
db_copilot/obfuscator.exe
db_copilot/planner.py
db_copilot/planner.py.encode
db_copilot/suggestion.py
db_copilot/tool.py
db_copilot/analysis/__init__.py
db_copilot/analysis/analysis_com.py
db_copilot/analysis/analysis_tool.py
db_copilot/analysis/auto_analyzer.py
db_copilot/analysis/ols_analyzer.py
db_copilot/contract/__init__.py
db_copilot/contract/api_core.py
db_copilot/contract/chat_core.py
db_copilot/contract/data_core.py
db_copilot/contract/db_core.py
db_copilot/contract/db_provider.py
db_copilot/contract/embedding_core.py
db_copilot/contract/generic.py
db_copilot/contract/knowledge_core.py
db_copilot/contract/llm_core.py
db_copilot/contract/memory_core.py
db_copilot/contract/plan_core.py
db_copilot/contract/tool_core.py
db_copilot/contract/utils/__init__.py
db_copilot/contract/utils/lru.py
db_copilot/contract/utils/misc_utils.py
db_copilot/contract/utils/text_utils.py
db_copilot/db_provider/__init__.py
db_copilot/db_provider/azureml_endpoint.py
db_copilot/db_provider/db_provider_api.py
db_copilot/db_provider/db_provider_client.py
db_copilot/db_provider/db_provider_config.py
db_copilot/db_provider/db_provider_pool.py
db_copilot/db_provider/db_provider_service.py
db_copilot/db_provider/cli/__init__.py
db_copilot/db_provider/cli/deploy_endpoint.py
db_copilot/db_provider/db_executor/__init__.py
db_copilot/db_provider/db_executor/clickhouse_executor.py
db_copilot/db_provider/db_executor/cosmos_executor.py
db_copilot/db_provider/db_executor/db_executor.py
db_copilot/db_provider/db_executor/kusto_executor.py
db_copilot/db_provider/db_executor/sheet_file_executor.py
db_copilot/db_provider/db_executor/sql_server_executor.py
db_copilot/db_provider/db_executor/sql_utils.py
db_copilot/db_provider/db_executor/sqlite_executor.py
db_copilot/db_provider/db_executor/contrib/__init__.py
db_copilot/db_provider/db_executor/contrib/az/README.md
db_copilot/db_provider/db_executor/contrib/az/__init__.py
db_copilot/db_provider/db_executor/contrib/az/az_executor.py
db_copilot/db_provider/db_executor/contrib/az/az_utils.py
db_copilot/db_provider/db_executor/contrib/az/base_kql_to_sql_executor.py
db_copilot/db_provider/db_executor/contrib/mock/__init__.py
db_copilot/db_provider/db_executor/contrib/mock/mock_executor.py
db_copilot/db_provider/envs/Dockerfile
db_copilot/db_provider/envs/__init__.py
db_copilot/db_provider/envs/env_cpu.yml
db_copilot/db_provider/envs/requirements.txt
db_copilot/db_provider/grounding/__init__.py
db_copilot/db_provider/grounding/grounding_context.py
db_copilot/db_provider/grounding/grounding_service.py
db_copilot/db_provider/grounding/hybrid_embedding.py
db_copilot/db_provider/grounding/knowledge_service.py
db_copilot/db_provider/grounding/ngram_index.py
db_copilot/db_provider/grounding/ort_embedding.py
db_copilot/db_provider/utils/__init__.py
db_copilot/db_provider/utils/hub_utils.py
db_copilot/db_provider/utils/lemma.map.txt
db_copilot/db_provider/utils/string_utils.py
db_copilot/db_provider/utils/tokenization_utils.py
db_copilot/in_context_learning/__init__.py
db_copilot/in_context_learning/faiss.py
db_copilot/prompts/__init__.py
db_copilot/prompts/examples/__init__.py
db_copilot/prompts/examples/base.py
db_copilot/prompts/instruct/__init__.py
db_copilot/prompts/instruct/base.py
db_copilot/prompts/tools/__init__.py
db_copilot/prompts/tools/plotly.py
db_copilot/prompts/tools/sql.py
db_copilot/telemetry/__init__.py
db_copilot/telemetry/activity.py
db_copilot/telemetry/telemetry.py
db_copilot/utils/__init__.py
db_copilot/utils/ada_embedding_model.py
db_copilot/utils/aml_embedding_model.py
db_copilot/utils/faiss_embedding_service.py
db_copilot/utils/logging_utils.py
db_copilot/utils/predefined_apis.py
db_copilot_tool/__init__.py
db_copilot_tool/_telemetry.json
db_copilot_tool/datastore_utils.py
db_copilot_tool/db_copilot_tool.py
db_copilot_tool/telemetry.py
db_copilot_tool.egg-info/PKG-INFO
db_copilot_tool.egg-info/SOURCES.txt
db_copilot_tool.egg-info/dependency_links.txt
db_copilot_tool.egg-info/entry_points.txt
db_copilot_tool.egg-info/requires.txt
db_copilot_tool.egg-info/top_level.txt
db_copilot_tool/contracts/__init__.py
db_copilot_tool/contracts/db_copilot_config.py
db_copilot_tool/contracts/embedding_config.py
db_copilot_tool/history_service/__init__.py
db_copilot_tool/history_service/dialogue_sessions.py
db_copilot_tool/history_service/history_service.py
db_copilot_tool/tools/__init__.py
db_copilot_tool/tools/azureml_asset_handler.py
db_copilot_tool/tools/db_copilot_adapter.py
db_copilot_tool/tools/db_executor_factory.py
db_copilot_tool/tools/db_provider_adapter.py
db_copilot_tool/tools/dummy_embedding_service.py
db_copilot_tool/tools/embedding_service.py
db_copilot_tool/tools/embeddings_container_utils.py
db_copilot_tool/tools/grounding_context_utils.py
db_copilot_tool/tools/in_context_learning_agent.py
db_copilot_tool/tools/json_handler.py
db_copilot_tool/tools/memory_cache.py
db_copilot_tool/tools/prompt_flow_llm.py
db_copilot_tool/tools/tools_manager.py
db_copilot_tool/tools/yamls/db_copilot_tool.yaml
db_copilot_tool/untils/__init__.py
db_copilot_tool/untils/common_index_lookup.py