mirror of
https://github.com/microsoft/graphrag.git
synced 2025-03-11 01:26:14 +03:00
* Add csv loader tests * Add test loader tests * Add json input support * Remove temp path constraint * Reuse loader cose * Semver * Set file pattern automatically based on type, if empty * Remove pattern from smoke test config * Spelling --------- Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
11 lines
177 B
JSON
11 lines
177 B
JSON
[{
|
|
"title": "Hello",
|
|
"text": "Hi how are you today?"
|
|
}, {
|
|
"title": "Goodbye",
|
|
"text": "I'm outta here"
|
|
}, {
|
|
"title": "Adios",
|
|
"text": "See you later"
|
|
}]
|