Trieve Import Error
# support
l
I have double-checked and recreated the API credentials, also tripple checked the Dataset ID. { "name": "faq", "provider": "trieve", "searchPlan": { "scoreThreshold": 0.2, "searchType": "semantic" }, "createPlan": { "type": "import", "providerId": "fd8752c5-35cd-41f0-8a07-55f34627XXXX" } } Response: { "message": "Invalid Knowledge Base Details. Failed to validate trieve dataset: dataset not found", "error": "Bad Request", "statusCode": 400 }
a
I have the same issue { "message": "Invalid Knowledge Base Details. Failed to validate trieve dataset: dataset not found", "error": "Bad Request", "statusCode": 400 }
body: JSON.stringify({ "provider": "trieve", "searchPlan": { "searchType": "semantic", "scoreThreshold": 0.2 }, "createPlan": { "type": "import", "providerId": "d88ccfbb-cc11-4cdb-8ca6-5e61bb6cb92f" } }),
c
Can you hop on office hour today? Shubham can help you out with it.
a
@User I have this issue as well. Invite me to office hours?
3 Views