Skip to content

Make all fields non nullable #216

@adubovik

Description

@adubovik

project_id field for all tables and topic field for embeddings requests may be null.
This complicates SQL queries, since one must perform checks such as project_id <> NULL or topic <> NULL to handle missing values.

We should consistently coalesce the missing values to the undefined string for all nullable fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions