Holt Skinner

Results 164 comments of Holt Skinner

@admatt01's [comment][1] is not relevant to this issue because the notebook linked doesn't use Document AI. My theory is that the current setup of the [Question Answering with Documents using...

nit: I'm not super familiar with terraform, but would it be possible to put all of the .tf files in a directory to make it easier to navigate the files?

I think the `src/` directory should be removed and any changes integrated into the other files of the code.

> > nit: I'm not super familiar with terraform, but would it be possible to put all of the .tf files in a directory to make it easier to navigate...

> > I think the `src/` directory should be removed and any changes integrated into the other files of the code. > > I haven't done so because it would...

@vamsibanda Have you tried looping through the `response.results`? The results are paginated, and looping accesses all pages. Example: ```py for result in response.results: print(result) ``` --- Also, what is the...

Hi, sorry for the delay. I've reported this to the product dev team, and I'll update here when there are any updates.

@johnmccain Confirmed with the product team that this is the expected behavior. Website (Basic Indexing) data stores have a maximum page size of 25, Website (Advanced Indexing) data stores have...

I updated the documentation here: https://cloud.google.com/generative-ai-app-builder/docs/preview-search-results?_gl=1*16iwtmy*_ga*MjE0Mjg2MzcwMi4xNzExNjMyMDc3*_ga_4LYFWVHBEB*MTcxMTY1Mjk3NC4yLjEuMTcxMTY1Mjk3NC4wLjAuMA..#genappbuilder_search-rest:~:text=text%20to%20search.-,PAGE_SIZE%3A%20The%20number%20of%20results%20returned%20by%20the%20search.%20The%20maximum%20allowed%20value%20depends%20on%20the%20data%20type.%20Values%20above%20the%20maximum%20value%20are%20coerced%20to%20the%20maximum%20value.,-Websites%20with%20basic This page will be updated soon: https://cloud.google.com/python/docs/reference/discoveryengine/latest/google.cloud.discoveryengine_v1.types.SearchRequest