Spaces:
Runtime error
Runtime error
File size: 478 Bytes
e331e72 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
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: ...
|