Skip to content

Commit

Permalink
feat: add notebook for predictions (#78)
Browse files Browse the repository at this point in the history
* feat: add notebook for predictions

* generate docs

* Add newline at the end
  • Loading branch information
davidcavazos committed Mar 18, 2024
1 parent edf2c15 commit 1ebde35
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 15 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Deployment: 6 mins
| docs\_index\_id | The ID of the docs index |
| documentai\_processor\_id | The full Document AI processor path ID |
| firestore\_database\_name | The name of the Firestore database created |
| neos\_walkthrough\_url | The URL to launch the in-console tutorial for the Generative AI Knowledge Base solution |
| neos\_tutorial\_url | The URL to launch the in-console tutorial for the Generative AI Knowledge Base solution |
| predictions\_notebook\_url | The URL to open the notebook for model predictions in Colab |
| unique\_id | The unique ID for this deployment |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Expand Down
6 changes: 4 additions & 2 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
label: Cloud Storage
content:
architecture:
diagramUrl: architecture-diagram.url
diagramUrl: assets/architecture_diagram.svg
description:
- Uploading a new document triggers the webhook Cloud Function.
- Document AI extracts the text from the document file.
Expand Down Expand Up @@ -110,8 +110,10 @@ spec:
description: The full Document AI processor path ID
- name: firestore_database_name
description: The name of the Firestore database created
- name: neos_walkthrough_url
- name: neos_tutorial_url
description: The URL to launch the in-console tutorial for the Generative AI Knowledge Base solution
- name: predictions_notebook_url
description: The URL to open the notebook for model predictions in Colab
- name: unique_id
description: The unique ID for this deployment
requirements:
Expand Down
Loading

0 comments on commit 1ebde35

Please sign in to comment.