Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ The Source Repository is a stable facade over smaller persistence modules. It
composes Source row lifecycle, Demo Source persistence, and Source Parse Result
artifact metadata without exposing those internal modules to route services.

## Source Library Localization

Source Library Localization is the workflow that turns Knowhere-owned library
documents into Notebook Source rows for a Workspace. Listing and chat should
localize missing Knowhere documents before chunks, archive, selection, or
retrieval flows act on them.

## Source Upload

A Source Upload is the workflow that turns either a browser `File` or a
Expand Down
1 change: 1 addition & 0 deletions drizzle/0009_true_lila_cheney.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE UNIQUE INDEX "sources_workspace_document_idx" ON "sources" USING btree ("workspace_id","knowhere_document_id") WHERE knowhere_document_id IS NOT NULL AND deleted_at IS NULL;
Loading
Loading