Hi,
Can I use AI Skill to extract the readable content from files(pdf, .doc, .txt, .xlsx etc..).
My expectation is, AI skill will take a file id/attachment id or binary data of the file then it'll give me the readable content from the file.
Thanks.
Like
Good day, Sagar,
At the moment, the official instruction regarding this AI skill is still under development on our Academy.
However, Creatio AI does support working with small text-based files.
All information regarding this topic is provided below:
Covered scenarios are :
- Chat user files – uploaded by the user during a Creatio.ai chat session
- Skill & agent embedded files – attached within dedicated skill or agent
- Files handling inside BP for API skills – passed dynamically through business process logic
File handling is globally controlled by the feature GenAIFeatures.UseFileHandling
Description: “Enable the use of skill/agent files in the Creatio.Ai session.”
File limitations:
- Only files with allowed extensions are processed. Setting listing permitted file extensions is CreatioAIAllowedIntentFileExtensions.
- Files must not exceed a size specified in system setting CreatioAIMaxIntentFileSize
- The sum of all embedded files' content for a single skill or agent must stay within the global limit defined in setting CreatioAIIntentFileContentSizeLimit
- Total file content (from all sources) passed to the LLM in a single session must not exceed the limit set in setting CreatioAISessionFileContentSizeLimit
Please be informed that these instructions are subject to change, as this instruction is still under development.