mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
Fix issues
This commit is contained in:
parent
ad75f8114e
commit
5afb421d6f
2 changed files with 2 additions and 2 deletions
|
|
@ -671,7 +671,7 @@ async def fetch_relevant_documents(
|
||||||
(
|
(
|
||||||
source_object,
|
source_object,
|
||||||
crawled_urls_chunks,
|
crawled_urls_chunks,
|
||||||
) = await connector_service.search_webcrawler(
|
) = await connector_service.search_crawled_urls(
|
||||||
user_query=reformulated_query,
|
user_query=reformulated_query,
|
||||||
user_id=user_id,
|
user_id=user_id,
|
||||||
search_space_id=search_space_id,
|
search_space_id=search_space_id,
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ export function useConnectorEditPage(connectorId: number, searchSpaceId: string)
|
||||||
LUMA_API_KEY: config.LUMA_API_KEY || "",
|
LUMA_API_KEY: config.LUMA_API_KEY || "",
|
||||||
ELASTICSEARCH_API_KEY: config.ELASTICSEARCH_API_KEY || "",
|
ELASTICSEARCH_API_KEY: config.ELASTICSEARCH_API_KEY || "",
|
||||||
FIRECRAWL_API_KEY: config.FIRECRAWL_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") {
|
if (currentConnector.connector_type === "GITHUB_CONNECTOR") {
|
||||||
const savedRepos = config.repo_full_names || [];
|
const savedRepos = config.repo_full_names || [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue