┌────────────────────────────────────────┐ │pgml.collections │ ┌────────────────────────────────────────┐ ├────────────────────────────────────────┤ │my_collection.documents │ │id : bigint │ ├────────────────────────────────────────┤ │-- │ │id : bigint │ │created_at : timestamp without time zone│ │-- │ │name : text │ │created_at : timestamp without time zone│ │active : boolean │ │source_uuid : uuid │ │project_id : bigint │ │document : jsonb │ │sdk_version : text │ └────────────────────────────────────────┘ └────────────────────────────────────────┘ | | | | | ┌────────────────────────────────────────┐ ┌────────────────────────────────────────┐ ┌─────────────────────────────────────────┐ │my_collection.pipelines │ │my_collection_my_pipeline.text_chunks │ │my_collection_my_pipeline.text_embeddings│ ├────────────────────────────────────────┤ ├────────────────────────────────────────┤ ├─────────────────────────────────────────┤ │id : bigint │ │id : bigint │ │id : bigint │ │-- │ │-- │ │-- │ │created_at : timestamp without time zone│ │created_at : timestamp without time zone│---│created_at : timestamp without time zone │ │name : text │ │document_id : bigint │ │chunk_id : bigint │ │active : boolean │ │chunk_index : bigint │ │embedding : vector │ │schema : jsonb │ │chunk : text │ └─────────────────────────────────────────┘ └────────────────────────────────────────┘ └────────────────────────────────────────┘