This repository was archived by the owner on May 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -83,5 +83,9 @@ community_reports:
8383summarize_descriptions :
8484 prompt : PLACEHOLDER
8585
86+ # claim extraction is disabled by default in the graphrag library so we enable it for the solution accelerator
87+ claim_extraction :
88+ enabled : True
89+
8690snapshots :
8791 graphml : True
Original file line number Diff line number Diff line change 852852 "id" : " 46" ,
853853 "metadata" : {},
854854 "source" : [
855- " #### Get a Claim\n " ,
856- " Note: claims are supported only if the solution accelerator deployment was initially configured to enable claims."
855+ " #### Get a Claim"
857856 ]
858857 },
859858 {
891890 "outputs" : [],
892891 "source" : [
893892 " # get a text unit id from one of the previous Source endpoint results (look for 'text_units' in the response)\n " ,
894- " text_unit_id = \" a1ea6b4d13016fa863f4d76a0dd532e3 \"\n " ,
893+ " text_unit_id = \"\"\n " ,
895894 " if not text_unit_id:\n " ,
896895 " raise ValueError(\n " ,
897896 " \" Must provide a text_unit_id from previous source results. Look for 'text_units' in the response.\"\n " ,
971970 "name" : " python" ,
972971 "nbconvert_exporter" : " python" ,
973972 "pygments_lexer" : " ipython3" ,
974- "version" : " 3.10.13 "
973+ "version" : " 3.10.14 "
975974 }
976975 },
977976 "nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments