-
How to enable "ask a follow-up question" in search results only web part?
The Modal Search web part in the Web Sdk renders a textbox below the AI assistant output that allows the user to ask a follow-up question. However, this textbox is not rendered in the "Search results only" web part. Is it possible to render the "ask a follow-up question" textbox in the "Search results only" web part?
-
[Feature Request] Add PII Guardrails for "Reference current page" in Glean Browser Extension
Organizations using the Glean Browser Extension require enhanced controls to ensure compliance with internal security and privacy policies, especially when referencing content from internal web applications or pages that may contain sensitive or personally identifiable information (PII). The following capability is…
-
Sharepoint Document Library Metadata
I'm trying to confirm if and how to get metadata columns in a sharepoint document library to be used by Glean when indexing. Here is an example use case - you have a Contracts Document Library and for this document library, you have extra metadata columns - like Region, Office, Industry that are not a part of the document…
-
Connecting ClickUp as a data source using MCP?
Has anyone tried to connect ClickUp to Glean as a data source via MCP or some other method? We'd like to be able to index/search ClickUp from Glean, but aren't sure how to tackle since it isn't a native connector.
-
Connecting ClickUp as a data source using MCP?
Has anyone tried to connect ClickUp to Glean as a data source via MCP or some other method? We'd like to be able to index/search ClickUp from Glean, but aren't sure how to tackle since it isn't a native connector.
-
Shared Mailboxes/Calendars
Will Glean eventually have the ability to access content from shared mailboxes/calendars? Why is this a current limitation?
-
I hope the Azure DevOps connector evolves.
Glean has an Azure DevOps connector. However, it currently supports only “Project Wiki” and “Code Wiki”. Azure Repos (the Git repository itself, code, commit history, pull requests, etc.) are not yet supported. It would be incredibly useful if Glean could access this information and utilize it within the platform. Thanks…
-
Q&A while staying in a collection
I'm new to Glean so forgive me if this question has been covered. How can I get Glean to reference a collection and produce an answer from that collection, then any subsequent questions will only include that collection, exclude anything else where in the data ingestion? Here i would like it to stay within the collection…
-
Freshservice Datasource - Add "Change" Tickets To Indexing
As an enhancement requiest, I'd like for the Freshservice data source to include the "Change" object type in the Glean index. Currently only "Solution Article", "Ticket" and "Release" tickets are indexed. Business Justification:The ability to query "Changes" is critical for our change management process. This enhancement…
-
Question regarding Glean SDK and rest api on search and summarize
Hi, I am new to Glean. Pardon me if the answer is obvious. I have a question regarding the search and summarize Glean API. I am playing with the search SDK like: response = client.client.search.query( query=f"{query}", page_size=1, source_document=models.Document( metadata=models.DocumentMetadata( datasource="ServiceNow"…