Skip to main content

Crate ceres_db

Crate ceres_db 

Source
Expand description

Ceres DB - Database repository layer for PostgreSQL with pgvector

This crate provides the repository pattern for dataset persistence with pgvector support for semantic search.

§Overview

The main components are:

Structs§

DatasetRepository
Repository for dataset persistence in PostgreSQL with pgvector.
JobRepository
PostgreSQL implementation of the job queue.
PortalSyncStatus
Represents the sync status for a portal, used for incremental harvesting.