Skip to main content

Connect a Source

Sources connect external data systems to the Noema AI platform. Once connected and ingested, source content is available for RAG retrieval in assistants and workflow nodes.


Supported source types

TypeDescription
FileUpload files directly (PDF, images, Word documents, etc.)
Azure Blob StorageConnect an Azure Blob container
Amazon S3Connect an S3 bucket
SQL DatabaseConnect a SQL data source
Web SiteCrawl a website
Rest APIPull from a REST endpoint
GraphQL APIPull from a GraphQL endpoint
WorkbookExcel/spreadsheet ingestion
JiraSync from Jira
ConfluenceSync from Confluence
SharePointConnect a SharePoint site
Text to SQLNatural-language SQL query source

Create flow

  1. Navigate to /sources/dashboard.
  2. Click New Source in the sidebar.
  3. Enter a Source name. The Source Code field auto-generates a kebab-case slug (editable before saving).
  4. Select a Source Type from the dropdown.
  5. Click Save Source.
  6. You are redirected to the source detail page at /sources/\{sourceCode\}.
  7. Click Edit Source to configure type-specific settings (container, credentials, etc.).

Edit a source connection

Navigate to /sources/\{sourceCode\}/edit (via Edit Source button or sidebar Source actionsEdit Source).

FieldDescription
Source nameDisplay name shown in the sidebar
LLM Ingestion settingsControls how content is chunked and indexed
EnabledWhether this source is active for RAG retrieval in chats
ContainerConnector-specific setting (e.g. Azure container name, S3 bucket)
Description for LLMText describing the source's content — used to guide retrieval

Click Update Source to save.


Enabled toggle

The Enabled toggle on the edit page controls whether the source is used when answering questions in chat. Disable a source to temporarily exclude it from RAG retrieval without deleting it.


File sources — uploading content

For File-type sources, upload content via the Upload tab on the source detail page:

  1. Open the source detail page at /sources/\{sourceCode\}.
  2. Click the Upload tab.
  3. Drag and drop files or click the dropzone to browse.
  4. Uploaded files appear in the Archive tab with status Uploaded and ingestion is triggered automatically.

See Upload & Manage Documents for details.


Connector sources — scanning and processing

For connector-type sources (Azure Blob, S3, SharePoint, Website, etc.), use the Process all documents button on the source detail page to scan the external system and ingest discovered content.

Processing status is visible on the Sources Dashboard.


Delete a source

  1. Click Source actions (⋯) next to the source in the sidebar.
  2. Click Delete in the Danger Zone — labelled "Permanently delete the source".
  3. Confirm: "Are you sure you want to delete: {name}?"
note

Source deletion is permanent. All documents in the source are removed.