Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Easy Heading Free
navigationTitleOn this Page
navigationExpandOptionexpand-all-by-default

Step 1. Launch Aspire and open the Content Source Management Page.

Launch Aspire (if it's not already running). See:


Step 2. Add a new Content Source.

  • For this step, please follow the step from the Configuration Tutorial of the connector of your choice, please refer to the Connector list




Step 3. Add an Gen AI Client application to the Workflow.

To add an Gen AI Client application, drag it from the Applicationssection to the desired Workflow event. This will automatically open the Gen AI Client configuration for the application.





Step 3a. Initialization script.

 TODO

Step 3b. Processing script.

 TODO

Step 3c. Authentication

 TODO

Step 3d. Connection.

TODO

Step 3e.

Configure Model Parameters.

 In the “Model Parameters” section, specify parameters to be used with the Model specified in the previous step.

After this, you can press the add button to finish the workflow.

Now the workflow application is ready to be used in your Aspire Seeds.

Image Removed

External Resources.

TODO

Image Added

Step 3f. General.

TODO

Image Added

Output example.

Here is an example of the output. The application will add a “chatCompletionsResponse” object to the document, which in turn will have:

  • the response content in a “content” field,
  • a “responseProperties” field with response properties, including usage statistics,
  • a “requestProperties” field, with the corresponding request properties and finally,
  • a “modelProperties” field with the properties with which the model was configured.

Image Removed


Info

For details on using the Workflow section, please refer to the Workflow introduction.