Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added readmes for dataprep and vectorstores #83

Merged
merged 3 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)