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 21, 2024
1 parent 4c83c81 commit 7007c09
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 7007c09

Please sign in to comment.