voyageai-cli
Version:
CLI for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search
27 lines (26 loc) • 581 B
JSON
{
"name": "intelligent-ingest: all chunks filtered out (too short)",
"inputs": {
"text": "Short. Tiny. Small text.",
"source": "tiny.md",
"similarity_threshold": 0.92
},
"mocks": {
"search": {
"results": [],
"resultCount": 0
}
},
"expect": {
"steps": {
"split": { "status": "completed" },
"filter_short": { "status": "completed" },
"check_each": { "status": "completed" },
"embed_novel": { "status": "completed" }
},
"output": {
"summary": { "type": "string" }
},
"noErrors": true
}
}