├── LICENSE ├── README.md ├── data └── artificial intelligence.json ├── ingest_data.py ├── main.py ├── query_data.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/echohive42/chat_with_data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/echohive42/chat_with_data/HEAD/README.md -------------------------------------------------------------------------------- /data/ artificial intelligence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/echohive42/chat_with_data/HEAD/data/ artificial intelligence.json -------------------------------------------------------------------------------- /ingest_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/echohive42/chat_with_data/HEAD/ingest_data.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/echohive42/chat_with_data/HEAD/main.py -------------------------------------------------------------------------------- /query_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/echohive42/chat_with_data/HEAD/query_data.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/echohive42/chat_with_data/HEAD/requirements.txt --------------------------------------------------------------------------------