Operation details
| Field | Value |
|---|---|
| Name | semanticSearchFiles |
| Group | Search |
| Type | Query |
| Signature | semanticSearchFiles(input: SemanticSearchFilesInput!): SemanticSearchFilesPayload! |
Playground
Query
Query
query SemanticSearchFiles($input: SemanticSearchFilesInput!) {
semanticSearchFiles(input: $input) {
data {
chunk {
id
content
index
}
}
}
}
Variables
Variables
{
"input": {
"queryVector": 0,
"dimension": "D768"
}
}