This project is an AI-powered SQL query agent that can answer natural language questions by querying a SQLite database. It utilizes the LangChain library and various language models, such as ChatGroq ...
flight-list/ ├── main.go # Application entry point ├── config/ │ └── config.go # Configuration constants ├── models/ │ └── flight.go # Data models and structs ├── services/ │ └── flight_service.go # ...