Module ai.wso2.integration

sumudunissanka/ai.wso2.integration

0.1.3

Overview

The ai.wso2.integration module provides a Ballerina ai:KnowledgeBase implementation for retrieving relevant content from a WSO2 Integration knowledge base.

Quickstart

Copy
import ballerina/ai;
import ballerinax/ai.wso2.integration;

integration:CloudKnowledgeBase knowledgeBase = check new (
    serviceUrl,
    {auth: {token: accessToken}}
);

ai:QueryMatch[] matches = check knowledgeBase.retrieve("How do I configure the integration?");

The implementation supports retrieval. Ingestion and deletion are not currently supported.

Import

import sumudunissanka/ai.wso2.integration;Copy

Other versions

See more...

Metadata

Released date: 5 days ago

Version: 0.1.3

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.13.4

GraalVM compatible: Yes


Pull count

Total: 6

Current verison: 1


Weekly downloads


Source repository


Keywords

Vendor/WSO2

Area/AI & Machine Learning

Type/Connector

Type/Knowledge Base

Name/WSO2 Integration Platform


Contributors