├── LICENSE ├── README.md ├── call_llamaindex_llm.py ├── components.py ├── default_prompts.py ├── description_generation.png ├── main.py ├── mschema.py ├── parallel_main.py ├── requirements.txt ├── schema_engine.py ├── type_engine.py ├── utils.py └── v6-duckdb └── parallel_llm_processor.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/README.md -------------------------------------------------------------------------------- /call_llamaindex_llm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/call_llamaindex_llm.py -------------------------------------------------------------------------------- /components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/components.py -------------------------------------------------------------------------------- /default_prompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/default_prompts.py -------------------------------------------------------------------------------- /description_generation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/description_generation.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/main.py -------------------------------------------------------------------------------- /mschema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/mschema.py -------------------------------------------------------------------------------- /parallel_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/parallel_main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/requirements.txt -------------------------------------------------------------------------------- /schema_engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/schema_engine.py -------------------------------------------------------------------------------- /type_engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/type_engine.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/utils.py -------------------------------------------------------------------------------- /v6-duckdb/parallel_llm_processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XGenerationLab/XiYan-DBDescGen/HEAD/v6-duckdb/parallel_llm_processor.py --------------------------------------------------------------------------------