Hello All,
I am using Web Studio, how to check version or how to enable it (I am using enterprise license)?
Here’s the screenshot:
Please guide, thanks!
Hello All,
I am using Web Studio, how to check version or how to enable it (I am using enterprise license)?
Here’s the screenshot:
Please guide, thanks!
As per the details/screenshot, it looks like you are trying to create a new index for your agent.
To do that, you first need to follow below steps:
You cannot directly create index from the agent.
Hello @Rohit_More,
I am trying to create ephemeral indexes (temporary index for input files as described in Agentic Automation Associate training plan). I don’t see an option ‘use file inputs’ to configure ephemeral indexes
Welcome to the Community!
Try creating a storage bucket, then select the option as shown below.
You now should be able to choose/Upload the file you want to use.
Regards,
Bishwajeet
There is no option as of now in UiPath to create temporary index. Can you describe what you are trying to achieve.
However, there is some option to use tools to analyze files (see below screenshot)![]()
Follow below steps to access: click on on Form => Tools in the agent => Build in tools.
Hello @Rohit_More. Thank you for responding!
As you said- Yes, I am using DeepRAG for creating Summaries- I am uploading the documents with random GUIDs using “upload storage bucket” activity and then added wait for event for Gen AI activities and Resume for “Index completed” event.
Then start processing the document using DeepRAG one by one using GUID of Item.
Issue - latency and storage ( this is taking a lot of time to store the documents in storage buckets and then re-sync)
And then I was going through Agentic Automation training-
I came across a section called - “Configure ephemeral indexes with context grounding”
where it said instead of loading to storage bucket, we can just “use input files” in context grounding and use DeepRAG Directly (no need to load and re-sync). which would better my process design wrt latency and storage overhead
Ok, got it
This is available in UiPath Python SDK and not in studio web.
See documentation on this: