Sign inSign up

bailu1901/chat2data

By bailu1901

•Updated over 2 years ago

Image
0

188

bailu1901/chat2data repository overview

🗣 📊 Chat2Data is a tool for interacting with your data, including MySQL, PostgreSQL, SQLite3, CSV, Text, PDF, and HTML pages.

⁠Feature

  • 🗣 Easy Interaction: Chat2Data allows you to chat with your data, making it intuitive to use.
  • 🔗 Multiple Databases: It supports MySQL, PostgreSQL, SQLite3, CSV, Text, PDF, and HTML pages.
  • 🐳 Docker Support: It provides a Docker image for easy deployment.
  • 💻 CLI and Web UI: It offers both a command line and a web interface.
  • ⚙️ Simple Installation: It's easy to install with a Go command.
  • 🧠 AI Integration: It leverages the OpenAI API for advanced natural language processing.

⁠Run web

docker run --rm -it -e OPENAI_API_KEY=xxx -p 8088:8088 bailu1901/chat2data html 'https://github.com/byebyebruce/chat2data'

⁠Run CLI

docker run --rm -it -e OPENAI_API_KEY=xxx bailu1901/chat2data db -c root:pwd@tcp(localhost:3306)/mydb

For more uesage Github Repo⁠

Tag summary

Content type

Image

Digest

sha256:d59ec1bec…

Size

16.4 MB

Last updated

over 2 years ago

docker pull bailu1901/chat2data