Skip to content

Commit

Permalink
[Bug] Fix VDMS retriever and apply fix to VDMS dataprep (opea-project…
Browse files Browse the repository at this point in the history
…#928)

* Update requirements to pin protobuf version and fix grpc conflict, and limit vdms version

Signed-off-by: Lacewell, Chaunte W <[email protected]>

* Update fix by removing grpcio pin and pinning opentelemetry-proto to 1.23.0

Signed-off-by: Lacewell, Chaunte W <[email protected]>

---------

Signed-off-by: Lacewell, Chaunte W <[email protected]>
  • Loading branch information
cwlacewe authored and cameronmorin committed Nov 28, 2024
1 parent e6a1f88 commit b5af58d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion comps/dataprep/vdms/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ numpy
opencv-python
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-proto==1.23.0
opentelemetry-sdk
pandas
Pillow
prometheus-fastapi-instrumentator
protobuf==4.24.2
pymupdf
pyspark
pytesseract
Expand All @@ -36,4 +38,4 @@ typing
tzlocal
unstructured[all-docs]==0.11.5
uvicorn
vdms
vdms>=0.0.20
4 changes: 3 additions & 1 deletion comps/dataprep/vdms/multimodal_langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ numpy
opencv-python
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-proto==1.23.0
opentelemetry-sdk
pandas
Pillow
prometheus-fastapi-instrumentator
protobuf==4.24.2
pymupdf
pyspark
python-bidi==0.4.2
Expand All @@ -34,4 +36,4 @@ typing
tzlocal
unstructured[all-docs]==0.11.5
uvicorn
vdms
vdms>=0.0.20
4 changes: 3 additions & 1 deletion comps/retrievers/vdms/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ langchain-core
langchain-huggingface
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-proto==1.23.0
opentelemetry-sdk
prometheus-fastapi-instrumentator
protobuf==4.24.2
pymupdf
sentence_transformers
shortuuid
uvicorn
vdms
vdms>=0.0.20

0 comments on commit b5af58d

Please sign in to comment.