Holt Skinner
Holt Skinner
I added the spell checker, fix the identified errors
Closing this PR due to inactivity. Please re-open if changes are made.
@talktosauvik Can you move the files into the directories you previously specified? Notebook 1- code_scanning_&_vulnerability_detection_with_Gemini 1.5.ipynb Preferred folder- https://github.com/GoogleCloudPlatform/generative-ai/tree/main/gemini/use-cases/code Notebook 2- PDF_Conversational_Assistant_w__Gemini-Pro_&_Langchain Preferred folder- https://github.com/GoogleCloudPlatform/generative-ai/tree/main/gemini/use-cases/retrieval-augmented-generation Also, change the filenames to...
Also, change the file name to `gemini/use-cases/code/code_scanning_and_vulnerability_detection.ipynb` (More concise)
Can you provide more information on what you mean by "preserving the layout of the text"? Do you want all of the text to be printed to the screen or...
Closing out, should no longer be needed
No longer needed https://cloud.google.com/python/docs/reference/documentai-toolbox/latest/summary_overview
Workaround for now, use `Document.from_batch_process_metadata()` instead ```py from google.cloud import documentai from google.cloud.documentai_toolbox import document operation = client.batch_process_documents(request) operation.result(timeout=timeout) metadata = documentai.BatchProcessMetadata(operation.metadata) wrapped_documents = document.Document.from_batch_process_metadata(metadata) ```
Can you clarify where it specifies that the `field_mask` parameter is deprecated? In the Python Client Library docs, it doesn't say that it is. https://cloud.google.com/python/docs/reference/documentai/latest/google.cloud.documentai_v1.types.ProcessRequest#:~:text=field_mask,_name%7D. --- The page that you...
Can you provide details about the specific queries and data source you're using for grounding?