testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.76k stars 271 forks source link

feat: add Qdrant module #1149

Open russcam opened 6 months ago

russcam commented 6 months ago

Closes #992

What does this PR do?

This commit adds a qdrant container to the list of supported Testcontainers, for use with the Qdrant vector database.

The qdrant container allows configuration of:

Why is it important?

Provides a qdrant test container for folks that need it

Related issues

992

Supersedes #994

How to test this PR

Run tests in Testcontainers.Qdrant.Tests

netlify[bot] commented 6 months ago

Deploy Preview for testcontainers-dotnet ready!

Name Link
Latest commit f31250ef9c3932ccc050a9ec3b22aea1f5ab9ed5
Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/6613d2a9f9b1cb000875ac68
Deploy Preview https://deploy-preview-1149--testcontainers-dotnet.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

eddumelendez commented 3 months ago

It will be nice to add some docs for the module and how to use it.