UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

5 lines (4 loc) 408 B
import type { Document } from '@langchain/core/documents'; export declare const CHAT_HUB_RETRIEVE_METADATA_KEYS: Set<string>; export declare function filterChatHubMetadata(metadata: Record<string, unknown>, allowedKeys: Set<string>): Record<string, unknown>; export declare function filterChatHubInsertDocuments(documents: Array<Document<Record<string, unknown>>>): Array<Document<Record<string, unknown>>>;