JSIV
JSIV
## Background The `Relationship` model currently has two separate fields for tracking analysis relationships: - `analysis` (ForeignKey) - Organizational/filtering field (which mode relationship appears in) - `created_by_analysis` (ForeignKey) - Privacy/permissions...
## Background The `Annotation` model currently has two separate fields for tracking analysis relationships: - `analysis` (ForeignKey) - Organizational/filtering field (which mode annotation appears in) - `created_by_analysis` (ForeignKey) - Privacy/permissions...
## Summary OpenContracts has a consistency issue when the `DEFAULT_EMBEDDER` setting changes. The system creates embeddings with different embedders at different times, leading to inconsistent vector search results and potential...