feat: port source-first ingestion to os repo
- make source the canonical field across os routes, tools, ui, and mcp - align fresh-install schema, search, and embedding flows with source-first ingestion Generated with Claude Code
This commit is contained in:
@@ -172,12 +172,12 @@ export default function ThreePanelLayout() {
|
||||
id: node.id,
|
||||
title: node.title,
|
||||
link: node.link,
|
||||
source: node.source,
|
||||
notes: node.notes,
|
||||
dimensions: node.dimensions,
|
||||
created_at: node.created_at,
|
||||
updated_at: node.updated_at,
|
||||
chunk_status: node.chunk_status,
|
||||
chunk: node.chunk,
|
||||
metadata: node.metadata,
|
||||
}));
|
||||
setOpenTabsData(validNodes);
|
||||
|
||||
Reference in New Issue
Block a user