You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Currently preventing usage
Please provide a clear description of problem this feature solves
We at Kinetica would like to develop a feature which enables the nv-ingest services to use kinetica as a vdb sink. Right now, it seems the only sink available to use is Milvus. We would like to develop this feature so that kinetica is available as an alternative.
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Currently preventing usage
Please provide a clear description of problem this feature solves
We at Kinetica would like to develop a feature which enables the
nv-ingest
services to usekinetica
as avdb sink
. Right now, it seems the only sink available to use isMilvus
. We would like to develop this feature so thatkinetica
is available as an alternative.From the code https://github.com/NVIDIA/nv-ingest/blob/main/src/nv_ingest/modules/sinks/vdb_task_sink.py it seems there is no way to develop such a feature since it is tied to the
Milvus
libraries only. We are in the process of developing theMorpheus Vector Database Service for Kinetica
as available in the issue nv-morpheus/Morpheus#2058.Describe the feature, and optionally a solution or implementation and any alternatives
Ideally, we are planning to develop a module like
vdb_task_sink_kinetica.py
which will enableKinetica
to be used as avdb sink
instead ofMilvus
.Additional context
I think the module https://github.com/NVIDIA/nv-ingest/blob/main/src/nv_ingest/modules/sinks/vdb_task_sink.py needs to be altered suitably so that the
Milvus
specific code is factored out to a different module.Any suggestions to how we may proceed would be extremely helpful.
The text was updated successfully, but these errors were encountered: