How to connect AWS S3-> Lambda handler -> Zilliz #38256
Replies: 4 comments 7 replies
-
Vector Transmission Services (VTS) Milvus provides a set of tools for you to transfer your data between a Milvus instance and a bunch of data sources. I suppose this tool can meet your requirements. Wait the feature owner @nianliuu to comment. |
Beta Was this translation helpful? Give feedback.
-
If your data is ready to be imported into Zilliz, you can use the import interface provided by Zilliz Cloud to complete this step. Refer to the following documentation: If using RESTful API: If using SDKs (e.g., milvus-sdk-java or pymilvus): Choose the method that best fits your needs to proceed with the data import process. Hope this is helpful to you! @jahidhasanlinix |
Beta Was this translation helpful? Give feedback.
-
VTS will support migrate from raw data like PDF, image next year. For now, it can only migrate vector data. See bulk writer and import, or https://zilliz.com/zilliz-cloud-pipelines which can help you do the chunking and embedding, etc. |
Beta Was this translation helpful? Give feedback.
-
Thank you for all of your answer. But, I have still a bit of doubts, so what I'm trying to do is I have data in S3 that gets real time updated currently. And I have lambda function handler to trigger it and initiate my embedding service which I created an api service to initiate with using LLMAINDEX pipeline to do the chunking and embedding, and then I have zilliz cloud uri and collection name, problem is I can't store it there now. I want once lambda initiate it should call my embedding service and Zilliz service to store vector index! Any help, what is best way I can do this steps to store my data into vector DB. Or Zilliz is not capable of doing real time data streaming? Any suggestions. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have one question, I have data in the S3 bucket, now I want to trigger S3 data using Lambda handler and then initiate my embedding services (chunking and embed) and then store in zilliz. Do you have any better way to set this up, any documentation or code examples? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions