mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-19 17:25:52 +08:00
21 lines
478 B
YAML
21 lines
478 B
YAML
input:
|
|
file_type: csv
|
|
|
|
embeddings:
|
|
vector_store:
|
|
type: "lancedb"
|
|
uri_db: "./tests/fixtures/min-csv/lancedb"
|
|
store_in_table: True
|
|
|
|
entity_name_description:
|
|
title_column: "name"
|
|
# id_column: "id"
|
|
# overwrite: true
|
|
# entity_name: ...
|
|
# relationship_description: ...
|
|
# community_report_full_content: ...
|
|
# community_report_summary: ...
|
|
# community_report_title: ...
|
|
# document_raw_content: ...
|
|
# text_unit_text: ...
|