Semantic understanding methods

What is the most reliable AI method at the moment for asking detailed questions about a given text content? It would require an understanding of the content. I have a process where we handle legal contracts and the text content can be multiple pages long (3-10). I have a list of claims/statements/questions. I need some good AI-tool to simply return true/false if the claim is true or false.

Hi @ext-o

Googles Gemini is good & it is free also for learning & playing around.

This can help:

1 Like

Thank you I will have a look at this. Do you know about the pricing?

Hi @ext-o
Use the UiPath.GenAI.Activities. You will get multiple different activities that use GenAI and they work great. Even for your use case, You can use Content Generation, Categorise activities.

Refer:
Activities - Gen AI Activities
Activities - About the UiPath GenAI Activities package

1 Like

Hey @ext-o,

If you are looking for solution with UiPath, GenAI activities is the best. Here you get Context Grounding which is RAG. Here you get multiple GenAI models to choose from without seperate licence required. AI units will be charged as per use.

Model list

2 Likes

Gemini Developer API Pricing | Gemini API | Google AI for Developers

A question about the pricing… ‘will be charged as per use’… Does one query consume always one AI Unit (for example Content Generation activity)? Or does the length of question, length of answer and the size of resources that are used in the process have effect on the amount of AI Units that will be charged? If these have an effect on pricing, could someone give an example of what type/size/weight of query costs exactly one AI Unit?

@ext-o,

The GenAI activities use one AI unit per execution, which includes design time and runtime executions. When using Content Generation with Context Grounding, the cost is 2 AI units.

More details here:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.