logoalt Hacker News

gunniho06/04/20251 replyview on HN

Ah, got it. What are the main things that make it complex to work on multiple files?


Replies

arnaugomez06/04/2025

There are many ways to organize documents: a list, a nested structure of directories, a searchable unstructured directory, etc. Plus, in multi-document setups, AI Agents have many possible ways to index and search files: from simple ls commands to complex vector databases that index files for semantic search. So we're looking for a solution that is simple enough to set up and flexible enough to fit many types of applications.