Skip to content

Commit 7729cbd

Browse files
authored
Update docs/modules/qdrant.md
1 parent 3cb3c3b commit 7729cbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/modules/qdrant.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To execute the tests, use the command `dotnet test` from a terminal.
2828

2929
## Configure API key
3030

31-
To set and configure an API key, use the following builder method:
31+
To set and configure an API key, use the following container builder method:
3232

3333
=== "Configure the API key"
3434
```csharp
@@ -46,6 +46,10 @@ Make sure the underlying Qdrant HTTP or gRPC client adds the API key to the HTTP
4646

4747
The following example generates a self-signed certificate and configures the module to use TLS with the certificate and private key:
4848

49+
!!! note
50+
51+
Please ensure that both the certificate and private key are provided in PEM format.
52+
4953
=== "Configure the TLS certificate"
5054
```csharp
5155
--8<-- "tests/Testcontainers.Qdrant.Tests/QdrantSecureContainerTest.cs:ConfigureQdrantContainerCertificate"
@@ -60,10 +64,6 @@ The Qdrant client is configured to validate the TLS certificate using its thumbp
6064
--8<-- "tests/Testcontainers.Qdrant.Tests/QdrantSecureContainerTest.cs:ConfigureQdrantClientCertificate-2"
6165
```
6266

63-
!!! note
64-
65-
Please ensure that both the certificate and private key are provided in PEM format.
66-
6767
## A Note To Developers
6868

6969
The module creates a container that listens to requests over **HTTP**. The official Qdrant client uses the gRPC APIs to communicate with Qdrant. **.NET Core** and **.NET** support the above example with no additional configuration. However, **.NET Framework** has limited supported for gRPC over HTTP/2, but it can be enabled by:

0 commit comments

Comments
 (0)