mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-03 18:08:58 +02:00
Merge pull request #3066 from danswer-ai/bugfix/log-vespa-url
need to see vespa url for container debugging
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user