Pretty frequently I am building an app or agent based on public information (company financial filings, analyst reports, etc) and I want to use a Glean App to help me analyze them. I upload them to GDrive, put them all in a single folder, then build a simple app so I can find insights in these docs… conversationally.
But I keep hitting the issue of the documents not being indexed/crawled once my app is done. Maybe I just make apps quickly, but I'm often stuck without being to add the documents to the app because Glean doesn't know they exist, yet.
Is there a way to force indexing of specific documents so I can add them without having to wait 20-30 minutes for the crawl to complete? And/or is there a way to know when Glean has indexed specific documents? Right now I just have to keep trying until some non-deterministic time when Glean knows about them…