Querying Data with Natural Language
In this guide, we'll create a Motion application that runs natural language queries on a group of datasets, learning from feedback and new data over time.
Install Motion
Install Motion via pip:
pip install motion-python
Write Components
Our application will consist of two components:
- A component that keeps track of the datasets we have available and their metadata.
- A component that uses an LLM to execute our natural language queries, learning prompts based on our feedback.
TODO