subhamb04 commited on
Commit
886eb32
Β·
verified Β·
1 Parent(s): a4a2f1b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- β”œβ”€β”€ data/ # Sample datasets
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 `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`
 
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`