issues
search
zilliztech
/
vts
VTS (short for Vector Transport Service) is an open-source tool for moving vectors and unstructured data. It is developed based on Apache Seatunnel by the Zilliz team, creators of the open-source Milvus vector database.
https://zilliz.com/
Apache License 2.0
4
stars
1
forks
source link
add vector support for milvus, es, pg
#4
Closed
nianliuu
closed
1 month ago
nianliuu
commented
1 month ago
update milvus source and sink connector, to merge with latest seatunnel code
add vector support for postgres, then can migrate vector data into vectordb
add vector support for elasticsearch, support cloudid, apiKey, use _id as primary key
add quick start guide for how to use vts
add scale for fieldmapper to support vector dimension
Purpose of this pull request
Does this PR introduce
any
user-facing change?
How was this patch tested?
Check list
[ ] If any new Jar binary package adding in your PR, please add License Notice according
New License Guide
[ ] If necessary, please update the documentation to describe the new feature.
https://github.com/apache/seatunnel/tree/dev/docs
[ ] If you are contributing the connector code, please check that the following files are updated:
Update
plugin-mapping.properties
and add new connector information in it
Update the pom file of
seatunnel-dist
Add ci label in
label-scope-conf
Add e2e testcase in
seatunnel-e2e
Update connector
plugin_config
[ ] Update the
release-note
.
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
release-note
.