Luca D

Results 5 comments of Luca D

Elaborating on the answers from @FrancescoSaverioZuppichini I came up with this solution. 1. replace `retriever = my_vector_store.as_retriever(search_type="similarity")` with `retriever = RetrieverWithScores.from_vector_store(my_vector_store, search_type="similarity")` 2. Use a retrieval chain as the one...

@MthwRobinson, can you please provide a link to the documentation with the API to extract images from docx? I can not find it. Thanks!

I have just noted that the jobs with the wrong status are present in 3 tsv files. Could that be part of the problem? ![Screen Shot 2021-11-03 at 3 12...

You can place this script in your .cromshell directory to check the status of your jobs. It simply runs `cromshell status` in a loop. ``` 1 #!/bin/bash 2 cat all.workflow.database.tsv...

I should have been more precise. I run the command `cromshell list -u -c`. See the three attached images for: 1. The output of `cromshell list -u -c` ![before](https://user-images.githubusercontent.com/40577552/112651975-4ce4e180-8e23-11eb-8be0-e3b2da710fc0.png) 2....