Skip to content

Commit

Permalink
Added readmes for dataprep and vectorstores (opea-project#83)
Browse files Browse the repository at this point in the history
* added readmes for dataprep and vectorstores.

---------

Signed-off-by: Ye, Xinyu <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Signed-off-by: V, Ganesan <[email protected]>
  • Loading branch information
XinyuYe-Intel authored and ganesanintel committed Jun 3, 2024
1 parent ed1a5aa commit 989f477
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
11 changes: 11 additions & 0 deletions comps/dataprep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.

# 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)
2 changes: 2 additions & 0 deletions comps/dataprep/qdrant/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Dataprep Microservice with Qdrant

# 🚀Start Microservice with Python

## Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion comps/dataprep/redis/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dataprep Microservice
# Dataprep Microservice with Redis

# 🚀Start Microservice with Python

Expand Down
11 changes: 11 additions & 0 deletions comps/vectorstores/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 989f477

Please sign in to comment.