Merge remote-tracking branch 'upstream/main' into feature/elasticsearch-connector

This commit is contained in:
Anish Sarkar 2025-10-17 01:02:29 +05:30
commit 8e1e81ebae
12 changed files with 668 additions and 1 deletions

View file

@ -53,7 +53,10 @@ export function SourceDetailSheet({
// Check if this is a source type that should render directly from node
const isDirectRenderSource =
sourceType === "TAVILY_API" || sourceType === "LINKUP_API" || sourceType === "SEARXNG_API";
sourceType === "TAVILY_API" ||
sourceType === "LINKUP_API" ||
sourceType === "SEARXNG_API" ||
sourceType === "BAIDU_SEARCH_API";
useEffect(() => {
if (open && chunkId && !isDirectRenderSource) {