BeeAI icon

BeeAI

Interact with BeeAI API

Overview

This node integrates with the BeeAI API to manage various resources, including facts. Specifically, the "Delete Fact" operation allows users to remove a fact entry from the BeeAI system by specifying its unique identifier. This is useful in scenarios where outdated or incorrect facts need to be cleaned up or removed from the dataset.

Practical examples include:

  • Removing a fact that was added erroneously.
  • Cleaning up facts that are no longer relevant to maintain data accuracy.
  • Automating fact management workflows by deleting facts based on certain triggers or conditions.

Properties

Name Meaning
Fact ID The unique identifier of the fact to delete. This is required to specify which fact to remove.

Output

The output of this node typically contains a JSON object reflecting the result of the deletion request. This may include confirmation of successful deletion or details about the deleted fact. The exact structure depends on the BeeAI API response but generally confirms whether the fact was successfully deleted.

No binary data output is expected for this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the BeeAI API.
  • The node sends HTTP requests to https://api.bee.computer.
  • Proper configuration of the API key credential within n8n is necessary for successful operation.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Fact ID will likely result in an error indicating the fact could not be found.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity issues can prevent communication with the BeeAI API.
  • Error messages and resolutions:

    • "Fact not found": Verify that the Fact ID is correct and exists in the BeeAI system.
    • "Authentication failed": Check that the API key credential is correctly configured and valid.
    • Timeout or network errors: Ensure stable internet connection and that the BeeAI API endpoint is reachable.

Links and References

Discussion