-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sample input to jsonlines format
Signed-off-by: Tyler Ohlsen <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
31 deletions.
There are no files selected for viewing
30 changes: 0 additions & 30 deletions
30
cypress/fixtures/plugins/dashboards-flow-framework/semantic_search/source_data.json
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
cypress/fixtures/plugins/dashboards-flow-framework/semantic_search/source_data.jsonl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{"item_text":"purpul high heels","item_price":150} | ||
{"item_text":"pair of jordans","item_price":250} | ||
{"item_text":"baseball cleats","item_price":85} | ||
{"item_text":"red pants","item_price":95} | ||
{"item_text":"blue skirt","item_price":55} | ||
{"item_text":"orange tank top","item_price":30} | ||
{"item_text":"maroon shorts","item_price":35} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters