[UPDATE] readme
This commit is contained in:
15
README.md
15
README.md
@@ -147,12 +147,14 @@ EXECUTE_DEMO=true node demo.js
|
||||
|
||||
Runs the demo with actual query execution against real seeker data files.
|
||||
|
||||
**jq Processing Test:**
|
||||
**jq Playground:**
|
||||
|
||||
```bash
|
||||
node test-jq.js
|
||||
node experiment-jq-playground.js
|
||||
```
|
||||
|
||||
A playground to experiment with jq commands - not vital to the PoC but useful for learning jq syntax.
|
||||
|
||||
Demonstrates various jq operations including:
|
||||
|
||||
- Basic data formatting and field selection
|
||||
@@ -160,14 +162,6 @@ Demonstrates various jq operations including:
|
||||
- Advanced filtering and transformations
|
||||
- Statistical summaries and aggregations
|
||||
|
||||
**jq Playground (Optional):**
|
||||
|
||||
```bash
|
||||
node experiment-jq-playground.js
|
||||
```
|
||||
|
||||
A playground to experiment with jq commands - not vital to the PoC but useful for learning jq syntax.
|
||||
|
||||
## Environment Variables
|
||||
|
||||
- `OPENAI_API_KEY` - Your OpenAI API key (required)
|
||||
@@ -291,7 +285,6 @@ The PoC can optionally load schema files for context:
|
||||
**Demo & Testing:**
|
||||
|
||||
- `demo.js` - **Live PoC demo** that actually generates and executes queries using real ODMDB data
|
||||
- `test-jq.js` - jq processing capabilities demonstration
|
||||
- `experiment-jq-playground.js` - jq learning playground (optional, not vital to PoC)
|
||||
|
||||
**Data & Schema:**
|
||||
|
Reference in New Issue
Block a user