#257 — Load table and column descriptors to vector DB

Repo: Twill-AI/twill-llm-engine State: closed | Status: done Assignee: meliascosta

Created: 2025-02-03 · Updated: 2025-04-02

Description

Changes in implementation

Since descriptors are associated directly with tables and columns there is actually no need to add it to vector DB. Each descriptor can just be recalled whenever it is used.

AC:

  • A notebook has been added to llm-engine handle loading of data
  • Columns and table descriptors are on CSV files inside llm-engine repo

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets