mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 03:48:14 +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:
commit
da6ed5b2b3
@ -147,7 +147,7 @@ class VespaIndex(DocumentIndex):
|
||||
return None
|
||||
|
||||
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(
|
||||
os.getcwd(), "danswer", "document_index", "vespa", "app_config"
|
||||
|
Loading…
x
Reference in New Issue
Block a user