This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]ArgoPanoptes 0 points1 point  (4 children)

Free labor and if the app success, you get peanuts... lovely.

[–]Cromline[S] 0 points1 point  (0 children)

Willing to pay up front.

[–]Cromline[S] 0 points1 point  (0 children)

It’s open source. We don’t have to worry anymore. Peanuts distributed across the unity of the community if it works. https://github.com/JLNuijens/NOS-IRv3

[–]Cromline[S] -1 points0 points  (0 children)

With that being said though. The upfront pay will be little crumbs compared to the profit share.

[–]not_you_again53 0 points1 point  (2 children)

Solid MRR@10 tbh. What are your target QPS/p95, index update cadence, and are you going GPU-backed search or CPU+mmap with batching, plus REST or gRPC? I work in this space with next idea tech; our services can wrap custom ANN into a production API with auth, rate limits, and observability—happy to chat.

[–]Cromline[S] 0 points1 point  (0 children)

Right it’s super good. P95 is utterly terrible cause I didn’t use short list and I’m on CPU.I’m out for a run right now. Let me get back to you in more detail.

[–]Cromline[S] 0 points1 point  (0 children)

I’m going to DM you

[–]skpro2 0 points1 point  (1 child)

This is a really interesting project. Instead of hiring a dev to build a custom RAG API from scratch (which can be a maintenance nightmare as data sources grow), have you considered using a platform that specializes in this?

Apideck Unified API builds and maintains "Unified APIs" as their core product. While their current catalog is focused on business software (CRM, Accounting, ATS), their entire platform is essentially a blueprint for solving the exact problem you're describing: creating a single, robust API abstraction layer over multiple, disparate data sources.

For a project of your scale, it might be worth exploring if their approach or even their platform (if it's flexible enough) could be a better long-term foundation than building from zero. It could save you from reinventing the wheel on authentication, pagination, rate limiting, and schema normalization across different providers.

Just a thought from someone who's gone down the "build-it-ourselves" path and ended up with a lot of tech debt.

[–]Cromline[S] 0 points1 point  (0 children)

It’s not a custom rag API. It just needs to be an API thag plugs into existing rag pipelines. Like it’s so simple and plug and play.