How many free embedding tokens should a RAG app include?
I’m building StashBase, a local-first app that uses OpenAI embeddings to index and search your files.
For the next version, I want the first-run experience to be:
pick a folder → search
not:
create API key → add billing → paste key → search
I’m considering including 1M, 5M, or 10M embedding tokens per month.
What would be enough to test it on a real knowledge base—not just three perfectly chunked PDFs?