Merge pull request #811 from da-luggas/main
Fixed broken ainsert_custom_kg()
This commit is contained in:
@@ -461,14 +461,22 @@ custom_kg = {
|
||||
{
|
||||
"content": "ProductX, developed by CompanyA, has revolutionized the market with its cutting-edge features.",
|
||||
"source_id": "Source1",
|
||||
"chunk_order_index": 0,
|
||||
},
|
||||
{
|
||||
"content": "One outstanding feature of ProductX is its advanced AI capabilities.",
|
||||
"source_id": "Source1",
|
||||
"chunk_order_index": 1,
|
||||
},
|
||||
{
|
||||
"content": "PersonA is a prominent researcher at UniversityB, focusing on artificial intelligence and machine learning.",
|
||||
"source_id": "Source2",
|
||||
"chunk_order_index": 0,
|
||||
},
|
||||
{
|
||||
"content": "None",
|
||||
"source_id": "UNKNOWN",
|
||||
"chunk_order_index": 0,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user