From 35f0c049cd7d91f4653fcc89810e4cc16c41712c Mon Sep 17 00:00:00 2001 From: "Ye, Xinyu" Date: Wed, 22 May 2024 22:57:18 -0400 Subject: [PATCH 1/3] added readmes for dataprep and vectorstores. Signed-off-by: Ye, Xinyu --- comps/dataprep/README.md | 11 +++++++++++ comps/dataprep/qdrant/README.md | 2 ++ comps/dataprep/redis/README.md | 2 +- comps/vectorstores/README.md | 11 +++++++++++ 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/comps/dataprep/README.md b/comps/dataprep/README.md index e69de29bb..cb7ca2783 100644 --- a/comps/dataprep/README.md +++ b/comps/dataprep/README.md @@ -0,0 +1,11 @@ +# Dataprep Microservice + +The Dataprep Microservice aims to preprocess the data from various sources, either structed or unstructed data, to text data, and convert the text data to embedding vectors then store them in the database. + +# Dataprep Microservice with Redis + +For details, please refer to this [readme](redis/README.md) + +# Dataprep Microservice with Qdrant + +For details, please refer to this [readme](qdrant/README.md) \ No newline at end of file diff --git a/comps/dataprep/qdrant/README.md b/comps/dataprep/qdrant/README.md index aaf7d5525..dee7e6585 100644 --- a/comps/dataprep/qdrant/README.md +++ b/comps/dataprep/qdrant/README.md @@ -1,3 +1,5 @@ +# Dataprep Microservice with Qdrant + # 🚀Start Microservice with Python ## Install Requirements diff --git a/comps/dataprep/redis/README.md b/comps/dataprep/redis/README.md index 99df58467..6358725eb 100644 --- a/comps/dataprep/redis/README.md +++ b/comps/dataprep/redis/README.md @@ -1,4 +1,4 @@ -# Dataprep Microservice +# Dataprep Microservice with Redis # 🚀Start Microservice with Python diff --git a/comps/vectorstores/README.md b/comps/vectorstores/README.md index e69de29bb..7efc337f7 100644 --- a/comps/vectorstores/README.md +++ b/comps/vectorstores/README.md @@ -0,0 +1,11 @@ +# Vectorstores Microservice + +The Vectorstores Microservice provides convenient way to start various vector database servers. + +# Vectorstores Microservice with Redis + +For details, please refer to this [readme](langchain/redis/README.md) + +# Vectorstores Microservice with Qdrant + +For details, please refer to this [readme](langchain/qdrant/README.md) \ No newline at end of file From 505cd00dfe51eca720a1497eee2b6eb750978197 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 03:00:33 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- comps/dataprep/README.md | 4 ++-- comps/vectorstores/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comps/dataprep/README.md b/comps/dataprep/README.md index cb7ca2783..62bbb77da 100644 --- a/comps/dataprep/README.md +++ b/comps/dataprep/README.md @@ -1,6 +1,6 @@ # Dataprep Microservice -The Dataprep Microservice aims to preprocess the data from various sources, either structed or unstructed data, to text data, and convert the text data to embedding vectors then store them in the database. +The Dataprep Microservice aims to preprocess the data from various sources, either structured or unstructed data, to text data, and convert the text data to embedding vectors then store them in the database. # Dataprep Microservice with Redis @@ -8,4 +8,4 @@ For details, please refer to this [readme](redis/README.md) # Dataprep Microservice with Qdrant -For details, please refer to this [readme](qdrant/README.md) \ No newline at end of file +For details, please refer to this [readme](qdrant/README.md) diff --git a/comps/vectorstores/README.md b/comps/vectorstores/README.md index 7efc337f7..c7d75ef80 100644 --- a/comps/vectorstores/README.md +++ b/comps/vectorstores/README.md @@ -8,4 +8,4 @@ For details, please refer to this [readme](langchain/redis/README.md) # Vectorstores Microservice with Qdrant -For details, please refer to this [readme](langchain/qdrant/README.md) \ No newline at end of file +For details, please refer to this [readme](langchain/qdrant/README.md) From 7777e2ce440facff2e6c59e9ff765a721756efd6 Mon Sep 17 00:00:00 2001 From: XinyuYe-Intel Date: Thu, 23 May 2024 11:19:27 +0800 Subject: [PATCH 3/3] Update README.md --- comps/dataprep/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comps/dataprep/README.md b/comps/dataprep/README.md index 62bbb77da..3f1aeb07b 100644 --- a/comps/dataprep/README.md +++ b/comps/dataprep/README.md @@ -1,6 +1,6 @@ # Dataprep Microservice -The Dataprep Microservice aims to preprocess the data from various sources, either structured or unstructed data, to text data, and convert the text data to embedding vectors then store them in the database. +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. # Dataprep Microservice with Redis