-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Often a times we need to search in PDFs, if they are stored on a cloud like S3 then we have to download all the files and do search. This is wasteful.
An ideal way could be to have an Agentic filesystem with READ, WRITE, DELETE, SEARCH methods.
- Each
writewill also store a metadata with overview about the document. Readwill read and cache the file to the diskSearchwill first look for the metadata (semantic search) and list all the possible document path and read them for the finaltext search.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels