You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/knowledge.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Search for similar content in a knowledge base using vector similarity
60
60
|`results`| array | Array of search results from the knowledge base |
61
61
| ↳ `documentId`| string | Document ID |
62
62
| ↳ `documentName`| string | Document name |
63
+
| ↳ `sourceUrl`| string | URL to the original source document \(e.g., Confluence page, Google Doc, Notion page\). Null for documents without an external source. |
63
64
| ↳ `content`| string | Content of the result |
64
65
| ↳ `chunkIndex`| number | Index of the chunk within the document |
65
66
| ↳ `similarity`| number | Similarity score of the result |
[People Data Labs](https://www.peopledatalabs.com/) is a person and company data provider with a global dataset of 3B+ person profiles and 25M+ company records. The Sim block exposes the core REST endpoints so agents can enrich a single contact, look up a company, or run dataset-wide search queries.
17
+
18
+
Use this block to:
19
+
-**Person Enrich** — resolve a single person by email, phone, LinkedIn URL, or name + company/location, and pull back their work history, contact info, and skills.
20
+
-**Person Search** — run SQL or Elasticsearch DSL queries against the person dataset to build prospect lists or audience segments.
21
+
-**Company Enrich** — resolve a single company by name, website, ticker, LinkedIn URL, or PDL ID, and pull back firmographics.
22
+
-**Company Search** — query the company dataset with SQL or Elasticsearch DSL.
23
+
-**Autocomplete** — get suggested values for fields like `title`, `skill`, `industry`, or `location` to build well-formed search queries.
24
+
25
+
Authentication uses an API key passed as the `X-Api-Key` header. Get a key from the [PDL dashboard](https://dashboard.peopledatalabs.com/).
26
+
{/* MANUAL-CONTENT-END */}
27
+
28
+
29
+
## Usage Instructions
30
+
31
+
Enrich a single person or company with People Data Labs, or search the global person and company datasets with SQL or Elasticsearch DSL. Useful for sales enrichment, contact lookup, and CRM hygiene.
0 commit comments