Skip to content

Commit

Permalink
add table name to table_descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Dec 27, 2024
1 parent f32e523 commit a19fd41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def _additional_meta() -> Dict[str, Any]:
"id": str(uuid.uuid4()),
"meta": {
"type": "TABLE_DESCRIPTION",
"name": chunk["name"],
**_additional_meta(),
},
"content": str(chunk),
Expand Down

0 comments on commit a19fd41

Please sign in to comment.