Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search intellexer-api --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search intellexer-api --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Summarize Multiple URLs | summarize-multiple-urls | Generate a combined summary from multiple documents at different URLs |
| Get Topics from Text | get-topics-from-text | Extract topics from provided text |
| Get Topics from URL | get-topics-from-url | Extract topics from a document at the specified URL |
| Parse Document from URL | parse-document-url | Parse and extract content from a document at the specified URL |
| Get Supported Document Topics | get-supported-document-topics | Get list of supported document topics |
| Get Supported Document Structures | get-supported-document-structures | Get list of supported document structures for parsing |
| Convert Query to Boolean | convert-query-to-bool | Convert a natural language query to boolean search expression |
| Analyze Text Linguistically | analyze-text | Perform linguistic analysis on text (tokenization, relations, etc.) |
| Check Text Spelling | check-text-spelling | Check spelling errors in the provided text |
| Compare URLs | compare-urls | Compare two documents by URL and get their similarity score |
| Compare Texts | compare-texts | Compare two texts and get their similarity score |
| Clusterize Text | clusterize-text | Group concepts hierarchically from provided text |
| Recognize Language | recognize-language | Detect the language and encoding of the provided text |
| Recognize Named Entities from Text | recognize-named-entities-text | Extract named entities (people, organizations, locations, etc.) from provided text |
| Recognize Named Entities from URL | recognize-named-entities-url | Extract named entities (people, organizations, locations, etc.) from a document at a URL |
| Get Sentiment Analyzer Ontologies | get-sentiment-ontologies | Get list of available ontologies for sentiment analysis |
| Analyze Sentiments | analyze-sentiments | Analyze sentiments and opinions in texts |
| Summarize Text | summarize-text | Generate a summary from provided text |
| Summarize URL | summarize-url | Generate a summary from a document at a given URL |
| 名称 | 键 | 描述 |
|---|---|---|
| 多URL摘要 | summarize-multiple-urls | 从多个不同URL的文档生成合并摘要 |
| 文本主题提取 | get-topics-from-text | 从给定文本中提取主题 |
| URL内容主题提取 | get-topics-from-url | 从指定URL的文档中提取主题 |
| URL文档解析 | parse-document-url | 解析并提取指定URL文档的内容 |
| 获取支持的文档主题 | get-supported-document-topics | 获取支持的文档主题列表 |
| 获取支持的文档结构 | get-supported-document-structures | 获取可解析的文档结构列表 |
| 自然语言查询转布尔表达式 | convert-query-to-bool | 将自然语言查询转换为布尔搜索表达式 |
| 文本语言分析 | analyze-text | 对文本执行语言分析(分词、关系提取等) |
| 文本拼写检查 | check-text-spelling | 检查给定文本中的拼写错误 |
| URL内容比对 | compare-urls | 比对两个URL对应文档的相似度并返回得分 |
| 文本比对 | compare-texts | 比对两段文本的相似度并返回得分 |
| 文本聚类 | clusterize-text | 对给定文本中的概念进行层级分组 |
| 语言识别 | recognize-language | 检测给定文本的语言和编码 |
| 文本命名实体识别 | recognize-named-entities-text | 从给定文本中提取命名实体(人物、组织、地点等) |
| URL内容命名实体识别 | recognize-named-entities-url | 从指定URL的文档中提取命名实体(人物、组织、地点等) |
| 获取情感分析本体 | get-sentiment-ontologies | 获取可用的情感分析本体列表 |
| 情感分析 | analyze-sentiments | 分析文本中的情感和观点 |
| 文本摘要 | summarize-text | 为给定文本生成摘要 |
| URL内容摘要 | summarize-url | 为指定URL的文档生成摘要 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP请求方法(GET、POST、PUT、PATCH、DELETE),默认为GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串格式) |
| 快捷发送JSON请求体,并自动设置 |
| 不做任何处理,直接发送原始请求体 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY