Skip to content

Commit d4f549e

Browse files
authored
Additional metadata fields by connector type (within record_location) (#619)
1 parent 88a23fe commit d4f549e

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

ui/document-elements.mdx

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,20 @@ Documents can include additional file metadata, based on the specified source co
228228

229229
#### Additional metadata fields by connector type (within record_locator)
230230

231-
| Source connector | Additional metadata |
232-
|------------------|--------------------------------------|
233-
| Azure | `protocol`, `remote_file_path` |
234-
| Elasticsearch | `document_id`, `index_name`, `url` |
235-
| Google Drive | `drive_id`, `file_id` |
236-
| OneDrive | `server_relative_path`, `user_pname` |
237-
| S3 | `protocol`, `remote_file_path` |
238-
| SharePoint | `server_path`, `site_url` |
231+
| Source connector | Additional metadata |
232+
|------------------|------------------------------------------------------|
233+
| Astra DB | `document_id` |
234+
| Confluence | `document_id`, `space_id` |
235+
| Discord | `channel_id` |
236+
| Dropbox | `file_id`, `protocol`, `remote_file_path` |
237+
| Elasticsearch | `hosts` |
238+
| Google Drive | `file_id` |
239+
| Jira | `id`, `key` |
240+
| MongoDB | `collection`, `database`, `document_id` |
241+
| Notion | `database_id` (for databases), `page_id` (for pages) |
242+
| OpenSearch | `hosts` |
243+
| S3 | `protocol`, `remote_file_path` |
244+
| SharePoint | `server_relative_path`, `user_pname` |
239245

240246
### VLM generated HTML elements
241247

0 commit comments

Comments
 (0)