Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add vector database modules (Qdrant, Weaviate, Chroma, pgvector, OpenSearch, Milvus) #2245

Merged
merged 38 commits into from
Feb 20, 2024

Conversation

mdelapenya
Copy link
Collaborator

@mdelapenya mdelapenya commented Feb 18, 2024

What does this PR do?

This PR does the following:

  • it adds another nolint clause to the examples template

Adds the Qdrant module

  • bootstraps the qdrant module, created using the modulegen project
  • the module includes 3 container methods for endpoints: web UI, REST endpoint and gRPC.
  • it adds a full example using the gRPC client: create a collection, create points, list collections, upsert points, and search points (filtered and unfiltered).
  • Render URL: https://deploy-preview-2245--testcontainers-go.netlify.app/modules/qdrant/

Adds the Weaviate module

Adds the Chroma module

Adds the pgvector module

Adds the OpenSearch module

Adds the Milvus module

Why is it important?

Add a new module, this time one very popular in the AI space.

@mdelapenya mdelapenya requested a review from a team as a code owner February 18, 2024 01:08
@mdelapenya mdelapenya added the feature New functionality or new behaviors on the existing one label Feb 18, 2024
@mdelapenya mdelapenya self-assigned this Feb 18, 2024
Copy link

netlify bot commented Feb 18, 2024

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 73e0468
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/65d4db730c822300082470a7
😎 Deploy Preview https://deploy-preview-2245--testcontainers-go.netlify.app/modules/weaviate
📱 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.

@mdelapenya mdelapenya changed the title feat: add Qdrant module feat: add IA modules (Qdrant, Weaviate) Feb 19, 2024
@mdelapenya mdelapenya changed the title feat: add IA modules (Qdrant, Weaviate) feat: add vector database modules (Qdrant, Weaviate) Feb 19, 2024
@mdelapenya mdelapenya changed the title feat: add vector database modules (Qdrant, Weaviate) feat: add vector database modules (Qdrant, Weaviate, Chroma, pgvector) Feb 19, 2024
@mdelapenya mdelapenya changed the title feat: add vector database modules (Qdrant, Weaviate, Chroma, pgvector) feat: add vector database modules (Qdrant, Weaviate, Chroma, pgvector, OpenSearch) Feb 20, 2024
@mdelapenya mdelapenya changed the title feat: add vector database modules (Qdrant, Weaviate, Chroma, pgvector, OpenSearch) feat: add vector database modules (Qdrant, Weaviate, Chroma, pgvector, OpenSearch, Milvus) Feb 20, 2024
@mdelapenya mdelapenya merged commit c84e479 into testcontainers:main Feb 20, 2024
91 checks passed
@mdelapenya mdelapenya deleted the qdrant-module branch February 21, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality or new behaviors on the existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant