-
Are Gitlab (Server) Actions coming?
GitHub Actions have been in production for a bit now, just wondering if there are plans to build GitLab (server - self-hosted) actions as well? If not, has anyone created custom actions they're willing to share their experience with?
-
Re-Index Deleted Document
I have admin permissions within our Glean resource. We are in the process of adding a custom data source through the indexing API. We were able to easily index every file necessary, however in order to get a better understanding of the capabilities within the python SDK I tried seeing if I could delete a document and…
-
Timeline for DCR OAuth Support in Client API
Hi All, I was reading through this doc on Glean's OAuth Authorization Server, and it mentioned that the full Client API will be supported in the future, pending some UI components (assuming on the admin side). Does anyone know when this is planned for release? For context, we do you the Authorization Server (DCR OAuth)…
-
Getting started with custom datasources in Glean
The Glean Indexing API provides a flexible way to bring content from internal tools, legacy systems, and other custom-built applications into the Glean search index. By using this API, organizations can surface information not available through native connectors and create a more complete, unified search experience for…
-
Hosting python glean agent in Glean Agent UI library
Hi our team has used the glean python sdk to build out an agent that has specific workflow requirements that go beyond the Glean Agent Builder UI. Is there a convenient way to make this agent available in the Agent Library. It doesn't look like Glean provides the option to host these types of custom agent solutions. The…
-
python script integration
If there are multiple python scripts with different functionality, just like tools. How can I integrate them in Glean or suggest alternative? can Glean orchestrate selection of these tools?
-
[Feature Request] To show the size a datasource holds on the datasource page
It would be helpful to show how much storage the configured datasource contributes to the GCS or S3 bucket.
-
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?
-
can glean read documents from network folder?
I am new to Glean. I have PDF documents that contain both texts and images in network folder. Questions: How do I make Read Document action to read from network folder? Can Glean process images to allow query on those images?
-
Is possible to define Chat Name when using SDK?
I'm using Glean SDK renderChat() to render an Agent and it works. I'm able to send initial messages + store the chatId. But I notice that all chats are named with the Agent name. I would like to define it dynamically via code while rendering the chat or when it's created. Is it possible?