Fix issues

This commit is contained in:
samkul-swe 2025-11-22 19:40:13 -08:00
parent ad75f8114e
commit 5afb421d6f
2 changed files with 2 additions and 2 deletions

View file

@ -671,7 +671,7 @@ async def fetch_relevant_documents(
(
source_object,
crawled_urls_chunks,
) = await connector_service.search_webcrawler(
) = await connector_service.search_crawled_urls(
user_query=reformulated_query,
user_id=user_id,
search_space_id=search_space_id,

View file

@ -145,7 +145,7 @@ export function useConnectorEditPage(connectorId: number, searchSpaceId: string)
LUMA_API_KEY: config.LUMA_API_KEY || "",
ELASTICSEARCH_API_KEY: config.ELASTICSEARCH_API_KEY || "",
FIRECRAWL_API_KEY: config.FIRECRAWL_API_KEY || "",
INTIAL_URLS: config.INITIAL_URLS || ""
INITIAL_URLS: config.INITIAL_URLS || ""
});
if (currentConnector.connector_type === "GITHUB_CONNECTOR") {
const savedRepos = config.repo_full_names || [];