forked from opea-project/GenAIComps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added readmes for dataprep and vectorstores (opea-project#83)
* 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
1 parent
ed1a5aa
commit 989f477
Showing
4 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Dataprep Microservice with Qdrant | ||
|
||
# 🚀Start Microservice with Python | ||
|
||
## Install Requirements | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Dataprep Microservice | ||
# Dataprep Microservice with Redis | ||
|
||
# 🚀Start Microservice with Python | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |