1
0 Comments

Use NLP to Search your S3 Bucket

I was the NLP (Natural Language Processing) lead at MongoDB for 3 years and noticed some interesting trends. Companies were routinely asking for searching the contents of their S3 buckets.

This trend, combined with the explosion in AI-generated content (MidJourney, StableDiffusion, etc.) prompted me to build a headless "intelligent file store" that not only stores these files but provides an intelligent retrieval mechanism on top.

Mixpeek, is simply 2 APIs:

  • /index: Securely send your file to the Mixpeek server, where the content is extracted, indexed and then searchable. Files are never stored on our servers.

  • /search: This searches your files for the text provided.

We are actively looking for design partners to work with us to evolve the platform, so if anybody could see value in such a platform. Please reach out, I've plastered my contact information all over the website :). There's also plenty of use cases to get you started.

See this stackoverflow post to validate the need (feel free to upvote our answer hehe)

on December 22, 2022