diff --git a/docs/en/sdks/python-sdk/llamaindex/index.md b/docs/en/sdks/python-sdk/llamaindex/index.md index bcf06565c0..db7d3bbcd4 100644 --- a/docs/en/sdks/python-sdk/llamaindex/index.md +++ b/docs/en/sdks/python-sdk/llamaindex/index.md @@ -233,7 +233,7 @@ For Toolbox servers hosted on Google Cloud (e.g., Cloud Run) and requiring ## Authenticating Tools -{{< notice note >}} +{{< notice info >}} Always use HTTPS to connect your application with the Toolbox service, especially when using tools with authentication configured. Using HTTP exposes your application to serious security risks. {{< /notice >}} @@ -383,4 +383,4 @@ async def main(): if __name__ == "__main__": asyncio.run(main()) -``` \ No newline at end of file +```