GraphRAGQueryResult
Example Usage
typescript
import { GraphRAGQueryResult } from "@meetkai/mka1/models/components";
let value: GraphRAGQueryResult = {
chunkId: "<id>",
documentId: "<id>",
text: "<value>",
score: 491.04,
scoreBreakdown: {},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
chunkId | string | ✔️ | N/A |
documentId | string | ✔️ | N/A |
text | string | ✔️ | N/A |
score | number | ✔️ | N/A |
scoreBreakdown | components.GraphRAGScoreBreakdown | ✔️ | N/A |
entities | string[] | ➖ | N/A |
metadata | Record<string, any> | ➖ | N/A |