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

Kinetica Vector DB Service #2098

Open
wants to merge 20 commits into
base: branch-25.02
Choose a base branch
from

Conversation

am-kinetica
Copy link

@am-kinetica am-kinetica commented Jan 10, 2025

Description

Implementation of Kinetica Vector DB Service which provides an alternate implementation for using Kinetica as a vector DB instead of Milvus.

Closes #2058

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@am-kinetica am-kinetica requested review from a team as code owners January 10, 2025 04:37
Copy link

copy-pr-bot bot commented Jan 10, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@am-kinetica
Copy link
Author

@efajardo-nv How do I put in a label to this ? It is meant to be a feature request as outlined in #2058

@efajardo-nv efajardo-nv added non-breaking Non-breaking change feature request New feature or request labels Jan 10, 2025
@am-kinetica
Copy link
Author

am-kinetica commented Jan 20, 2025

@efajardo-nv - I don't think I have touched anything in external/utilities; why does it show a conflict there ?
We need the Kinetica Python API - gpudb to be added in as a dependency so that when a container is built the dependency is there and we can run our example. Since it shows a conflict when I add that dependency I would assume there is a prescribed way to do that. Could you please guide us with how to do that ?

@efajardo-nv
Copy link
Contributor

@am-kinetica Our utilities submodule was recently updated. Could you try merging latest from branch-25.02 then run the following:

git submodule update --init --recursive

Then push back to your PR branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request non-breaking Non-breaking change
Projects
Status: Review - Ready for Review
Development

Successfully merging this pull request may close these issues.

[FEA]: Kinetica vector DB service
2 participants