Holt Skinner
Holt Skinner
Can you change the name of the Notebook to be all lowercase and more concise? Maybe react_gemini_healthcare_api.ipynb ? And be sure to change the in-notebook links for Open in Colab,...
I would like @RajeshThallam to look over the change to `matching_engine.py` since he created it in #70 Was there a particular reason for creating a custom LangChain class for `MatchingEngine`?...
Thanks @RajeshThallam that makes sense. I'll leave that file alone for this PR.
Running this code for testing: ```py import timeit from google.cloud.documentai_toolbox import document document_json_path = "documentai_SampleDocuments_PROCUREMENT_DOCUMENT_SPLIT_PROCESSOR_pretrained-procurement-splitter-v1.2-2022-08-19_output.json" document_pdf_path = "documentai_SampleDocuments_PROCUREMENT_DOCUMENT_SPLIT_PROCESSOR_procurement_multi_document.pdf" doc = document.Document.from_document_path(document_json_path) output_path = "/" # Test the PikePDF function pikepdf_time...
~Blocked until support for Python 3.7 is removed https://github.com/googleapis/python-documentai-toolbox/issues/209~ This feature wasn't introduced until Python 3.8
@JasperW01 Thanks for the report. Does Cloud Logging have any more information about this failed operation?
Test failures are unrelated, being resolved in #11757
Note: I updated links in config and README.md, but other code that uses the removed files will need to be refactored slightly to download/upload the files from GCS where needed.
Please re-assign to me and re-request review when ready.
Thank you! I don't have write access, so someone with it will need to merge this PR