I was testing a niche requirement from one of my projects and wanted to check how .xml files perform when used in embeddings with template strings, something I already do in my current RAG setup.
Is it on the roadmap to support different file formats like .xml or .json with template strings?
Or even to send full .pdf files directly?
Error
When I try using file types other than .md, the CLI throws the following error:
📝 Creating memo: "pdf test"
📁 From file: ./Apresentação sem título.pdf
❌ Error creating memo: Error: Skald API error (503): {"error":"Service unavailable"}
at Skald.createMemo (/Users/arthur/Documents/Work/skald-cli/node_modules/@skald-labs/skald-node/dist/index.js:52:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Command.<anonymous> (/Users/arthur/Documents/Work/skald-cli/dist/commands/memo.js:87:24)
I was testing a niche requirement from one of my projects and wanted to check how
.xmlfiles perform when used in embeddings with template strings, something I already do in my current RAG setup.Is it on the roadmap to support different file formats like
.xmlor.jsonwith template strings?Or even to send full
.pdffiles directly?Error
When I try using file types other than
.md, the CLI throws the following error: