Actions5
- Ingestion Actions
- Retrieval Actions
Overview
The node integrates with the Qontext API to ingest website data into a specified knowledge vault within a workspace. It is designed to automate the process of extracting and storing information from web pages, making it useful for building searchable knowledge bases or context-aware applications.
Common scenarios include:
- Automatically capturing and organizing content from websites for research or monitoring.
- Feeding website data into AI models or search systems that rely on structured knowledge graphs.
- Maintaining up-to-date contextual information by regularly ingesting web content.
For example, a user can specify a workspace and a vault ID, then provide a URL of a news site to ingest the latest articles directly into their knowledge graph for further analysis.
Properties
| Name | Meaning |
|---|---|
| Workspace ID | The ID of the workspace that the context vault belongs to. |
| Context Vault ID | The ID of the vault where the ingested data will be stored. |
| URL | The URL of the website from which to ingest data. |
Output
The node outputs JSON data representing the result of the ingestion operation. This typically includes confirmation of successful data ingestion, metadata about the ingested content, or error details if the ingestion failed.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for authenticating with the Qontext API.
- The node communicates with the Qontext API endpoint at
https://api.staging.qontext.ai/v1. - Proper configuration of the API key credential in n8n is necessary for successful requests.
Troubleshooting
Common issues:
- Invalid or missing API key leading to authentication errors.
- Incorrect workspace or vault IDs causing resource not found errors.
- Malformed or inaccessible URLs resulting in ingestion failures.
Error messages:
- Authentication errors usually indicate problems with the API key; verify the credential setup.
- Resource-related errors suggest checking the correctness of workspace and vault IDs.
- Network or URL errors require ensuring the target website is reachable and the URL is valid.
Links and References
- Qontext API Documentation (staging environment)
- n8n documentation on API credentials