-
Notifications
You must be signed in to change notification settings - Fork 7
Fashion Retail Demo: Data Regeneration & Confidence Scoring Config #229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…and CSV data seeding
…ystem instructions update and CSV data seeding PromptQl Config file update
- Adding local .env file - Renaming from C360 to c360 - Adding ddn run commands - git-lfs
🚀 PromptQL Builds Complete (c5a2673) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want the original one here right as this is the local env file we deploy as part of all builds and links up to the env.template in .data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be here or in .data/c360-fashion-retail?
| image: otel/opentelemetry-collector:0.104.0 | ||
| ports: | ||
| - 4317:4317 | ||
| - 14317:4317 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
| return fake.date_time_between(start_date, end_date) | ||
|
|
||
| def save_to_csv(self, table_name, data, headers): | ||
| <<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are merge errors - can you run through this file and sort pls
This PR includes two focused updates to the c360 Fashion Retail demo:
Data Regeneration
Confidence Scoring Config
promptql-config.ymlto refine confidence score thresholds and align output with latest DDN updates.