* update dataprep readme Signed-off-by: letonghan <letong.han@intel.com> * update vectorstore readme Signed-off-by: letonghan <letong.han@intel.com> * udpate retriever readme Signed-off-by: letonghan <letong.han@intel.com> * update retriever readme Signed-off-by: letonghan <letong.han@intel.com> * udpate embedding readme Signed-off-by: letonghan <letong.han@intel.com> * update guardrails readme Signed-off-by: letonghan <letong.han@intel.com> * update other readmes Signed-off-by: letonghan <letong.han@intel.com> * update reranks readme Signed-off-by: letonghan <letong.han@intel.com> * update llm&lvms readme Signed-off-by: letonghan <letong.han@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: letonghan <letong.han@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1.5 KiB
Dataprep Microservice
The Dataprep Microservice aims to preprocess the data from various sources (either structured or unstructured data) to text data, and convert the text data to embedding vectors then store them in the database.
Install Requirements
apt-get update
apt-get install libreoffice
Use LVM (Large Vision Model) for Summarizing Image Data
Occasionally unstructured data will contain image data, to convert the image data to the text data, LVM can be used to summarize the image. To leverage LVM, please refer to this readme to start the LVM microservice first and then set the below environment variable, before starting any dataprep microservice.
export SUMMARIZE_IMAGE_VIA_LVM=1
Dataprep Microservice with Redis
For details, please refer to this readme
Dataprep Microservice with Milvus
For details, please refer to this readme
Dataprep Microservice with Qdrant
For details, please refer to this readme
Dataprep Microservice with Pinecone
For details, please refer to this readme
Dataprep Microservice with PGVector
For details, please refer to this readme
Dataprep Microservice with VDMS
For details, please refer to this readme
Dataprep Microservice with Multimodal
For details, please refer to this readme