원클릭으로
vector-search
Semantic search across ingested documents. Returns top-k passages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Semantic search across ingested documents. Returns top-k passages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a Word document from ingested source documents using the agnostic Document tree (CommonMark/Pandoc-aligned)
Generate a single Document (Word/PowerPoint) from all source documents in a collection, with attributions back to each source
Generate a PDF from ingested source documents using the agnostic Document tree
Generate a PowerPoint deck from ingested source documents using the agnostic Document tree (parametrised by slide_count, style, audience, tone)
Generate an Excel workbook (.xlsx) from ingested source documents — tabular with charts, formulas, KPI cells
Find PII (emails, phones, SSN, credit cards, IBANs, names, addresses, DOB) in an ingested document; return redaction plan
| name | vector-search |
| description | Semantic search across ingested documents. Returns top-k passages. |
| model | deepseek/deepseek-v4-flash |
| tier | flash |
| inputs | [{"name":"query","type":"str","required":true},{"name":"document_ids","type":"list[str]","required":false},{"name":"collection_id","type":"str","required":false},{"name":"limit","type":"int","required":false}] |
| outputs | [{"name":"count","type":"int"},{"name":"results","type":"list[dict]"}] |