Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add troubleshooting steps to Reasoning Engine + Vertex AI Searc…
…h sample notebook (GoogleCloudPlatform#1012) # Description This PR adds troubleshooting steps to the Reasoning Engine + Vertex AI Search sample notebook for failure cases that users commonly run into: * Need to create a data store **and** a search app, otherwise the LangChain retriever will throw an error if only a data store is in use. * Need to wait for the indexing to be complete, otherwise the LangChain retriever will return an empty string for any query ![Screenshot 2024-08-30 at 2 39 05 PM](https://github.com/user-attachments/assets/f3d930c7-e3c8-4c05-947f-dbe4f9473980) - [X] Follow the [`CONTRIBUTING` Guide](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/CONTRIBUTING.md). - [X] You are listed as the author in your notebook or README file. - [X] Your account is listed in [`CODEOWNERS`](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/.github/CODEOWNERS) for the file(s). - [X] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification. - [X] Ensure the tests and linter pass (Run `nox -s format` from the repository root to format). - [X] Appropriate docs were updated (if necessary) Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
- Loading branch information