Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ datum/
|
|
| 37 |
β βββ charts.py # Chart generation utilities
|
| 38 |
β βββ insight_utils.py # Insight helpers
|
| 39 |
β βββ tracer_utils.py # LangSmith tracing helpers
|
| 40 |
-
βββ
|
| 41 |
β βββ sales.csv
|
| 42 |
β βββ marketing_spend.csv
|
| 43 |
β βββ customers.csv
|
|
@@ -124,7 +124,7 @@ The project includes sample datasets:
|
|
| 124 |
|
| 125 |
## Customization
|
| 126 |
|
| 127 |
-
- **Add your own data**: Replace CSV files in the `
|
| 128 |
- **Modify the LLM**: Change the model or provider in `llm.py`
|
| 129 |
- **Customize charts**: Modify chart generation logic in `charts.py`
|
| 130 |
- **Extend the workflow**: Add new nodes to the LangGraph workflow in `app.py`
|
|
|
|
| 37 |
β βββ charts.py # Chart generation utilities
|
| 38 |
β βββ insight_utils.py # Insight helpers
|
| 39 |
β βββ tracer_utils.py # LangSmith tracing helpers
|
| 40 |
+
βββ sample_data/ # Sample datasets
|
| 41 |
β βββ sales.csv
|
| 42 |
β βββ marketing_spend.csv
|
| 43 |
β βββ customers.csv
|
|
|
|
| 124 |
|
| 125 |
## Customization
|
| 126 |
|
| 127 |
+
- **Add your own data**: Replace CSV files in the `sample_data/` directory and update the schema in `nodes.py`
|
| 128 |
- **Modify the LLM**: Change the model or provider in `llm.py`
|
| 129 |
- **Customize charts**: Modify chart generation logic in `charts.py`
|
| 130 |
- **Extend the workflow**: Add new nodes to the LangGraph workflow in `app.py`
|