├── 00_repeater_example.py ├── 01_text_to_sql_pipeline_vLLM_llama.py ├── 02_sql_query_pipeline.py ├── LICENSE ├── README.md ├── data ├── info.md └── wiki_movie_plots_deduped.csv └── setup_psql ├── 00-configmap.yaml ├── 01-psql-pv.yaml ├── 02-psql-claim.yaml ├── 03-psql-deployment.yaml ├── 04-psql-service.yaml └── setup.md /00_repeater_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/00_repeater_example.py -------------------------------------------------------------------------------- /01_text_to_sql_pipeline_vLLM_llama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/01_text_to_sql_pipeline_vLLM_llama.py -------------------------------------------------------------------------------- /02_sql_query_pipeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/02_sql_query_pipeline.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/README.md -------------------------------------------------------------------------------- /data/info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/data/info.md -------------------------------------------------------------------------------- /data/wiki_movie_plots_deduped.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/data/wiki_movie_plots_deduped.csv -------------------------------------------------------------------------------- /setup_psql/00-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/setup_psql/00-configmap.yaml -------------------------------------------------------------------------------- /setup_psql/01-psql-pv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/setup_psql/01-psql-pv.yaml -------------------------------------------------------------------------------- /setup_psql/02-psql-claim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/setup_psql/02-psql-claim.yaml -------------------------------------------------------------------------------- /setup_psql/03-psql-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/setup_psql/03-psql-deployment.yaml -------------------------------------------------------------------------------- /setup_psql/04-psql-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/setup_psql/04-psql-service.yaml -------------------------------------------------------------------------------- /setup_psql/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordanNanos/example-pipelines/HEAD/setup_psql/setup.md --------------------------------------------------------------------------------