Closed chimo599 closed 1 year ago
Hello @chimo599 thank you for the issue. Can I ask you to retry this with the below flow.yml
jtype: Flow
version: '1'
gateway:
protocol: [http]
port: [54321]
executors:
- name: index_table_extractor
uses: jinahub+docker://PDFTableExtractor/latest
install_requirements: true
- name: index_segmenter
uses: jinahub+docker://PDFSegmenter
install_requirements: true
- name: index_tagger
uses: jinahub+docker://ElementTypeTagger
uses_with:
traversal_paths: "@c"
- name: index_sentencizer
uses: jinahub+docker://SpacySentencizer
uses_with:
traversal_paths: "@c"
install_requirements: true
- name: index_tags_copier
uses: jinahub+docker://TagsCopier
uses_with:
traversal_paths: "@c"
- name: index_flattener
uses: jinahub+docker://ChunkFlattener
- name: index_image_processor
uses: jinahub+docker://ImagePreprocessor-skip-non-images
uses_with:
traversal_paths: "@c"
install_requirements: true
- name: search_image_processor
uses: jinahub+docker://ImagePreprocessor-skip-non-images
uses_with:
traversal_paths: "@r"
install_requirements: true
- name: index_encoder
uses: jinahub+docker://CLIPEncoder/latest-gpu
uses_with:
traversal_paths: "@c"
install_requirements: true
- name: search_encoder
uses: jinahub+docker://CLIPEncoder/latest-gpu
install_requirements: true
- name: all_indexer
uses: jinahub+docker://AnnLiteIndexer
uses_with:
index_traversal_paths: "@c"
search_traversal_paths: "@c"
columns:
- ["element_type", "str"]
n_dim: 512
install_requirements: true
I am closing this since there was no activity for it. Feel free to reopen @chimo599 if you face any more issues.
Flow deployment failed
Command
Flow yaml
Flow ID / Request ID
jina
versionLogs
N/A
Additional context
Add any other context about the problem here.
busercontent.com/79641303/225560209-e1f56b21-af8c-4603-b1cd-762dd2b06d08.PNG)