Create an Agent
You can create agents by using the AgentAdd
action to the Community component. For details on this action, refer to the Community component Reference. For example:
http://12.3.4.56:4000/action=AgentAdd&UserName=Administrator&AgentName=Global+Warming&Training=Factors+affecting+global+warming&FieldMinScore=60
This action uses port 4000
to create an agent called Global Warming
for the Administrator
user, in the Community component, which is on a machine with the IP address 12.3.4.56
.
The Community component creates and stores the agent in the agent index (Agentstore component). The agent is trained to find documents whose concept matches the concept of the text Factors affecting global warming
. Only documents that have a conceptual relevance of at least 60 percent to this text can return as results.