Collection database record

https://www.figma.com/board/7ZukyJ4vtN8LbNPZOogv90/AI-Context-Abstraction-Layer?node-id=55-1279&t=RRljuzPNlMMxjDAL-4

https://handbook.gitlab.com/handbook/engineering/architecture/design-documents/ai_context_abstraction_layer/#tracking-the-state-of-the-collection

!179362 (comment 2325069606)

Create a table in the main db to keep track of collections.

The table should have fields:

  • id: int
  • name: text - to get to the collection class
  • metadata: jsonb
  • number_of_partitions: int
  • timestamps

A collection record will be created when a new collection is added

Edited by Madelein van Niekerk