mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-15 10:30:53 +02:00
need to see vespa url for container debugging
This commit is contained in:
parent
12cb77c80e
commit
864ac2ac5c
@ -147,7 +147,7 @@ class VespaIndex(DocumentIndex):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
deploy_url = f"{VESPA_APPLICATION_ENDPOINT}/tenant/default/prepareandactivate"
|
deploy_url = f"{VESPA_APPLICATION_ENDPOINT}/tenant/default/prepareandactivate"
|
||||||
logger.info(f"Deploying Vespa application package to {deploy_url}")
|
logger.notice(f"Deploying Vespa application package to {deploy_url}")
|
||||||
|
|
||||||
vespa_schema_path = os.path.join(
|
vespa_schema_path = os.path.join(
|
||||||
os.getcwd(), "danswer", "document_index", "vespa", "app_config"
|
os.getcwd(), "danswer", "document_index", "vespa", "app_config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user