Debkanchan

↗ HN profile [ 55.9 ms ] full profile
Karma
15
Created
December 20, 2021 (4y ago)
Submissions
0
  1. Hi all, I'm DK. I've built a few products before and every time I hated writing fragile untyped fetch requests for the ever-changing backend REST apis. I tried to solve it by using tRPC but tRPC caused build pipelines…

  2. My requirement is simple: - folder based routing like next.js. - route loaders for SSR - not a pain in the butt What we tried: Remix/ React Router: - folder based routing doesn't work. /cheese/cake ->…

  3. Right now I am experimenting with various parsing and chunking strategies for our LLM application. We are using self hosted ChromaDB. It feels odd to create a collection for each strategy to experiment with. It still…

  4. Full Disclosure: I'm the author of genkitx-graph and been part of Firebase Genkit early access. Still i'm using langchain & langgraph because they are the industry standard and have more functionality compared to…

  5. I am trying to figure out how to securely share and sync .env files and secrets with my team. Is there a saas/oss solution that "just works" or there's no way around using hashicorp vault/GCP Secrets/etc. with custom…

  6. I want to rapidly iterate generated embeddings. ChromaDB has collections so I can create a new collection for every iteration/version/commit but in my application I need to a) easily query the latest version of…

  7. Firebase Genkit provides a really featured dev UI/playground for testing flows(chains for Genkit), prompts, tools and models and a dev trace store. Is there something similar for langchain?

  8. I love neon.tech but the only problem I have committing to it rn is that it's only available on AWS and my entire infra is on GCP and I do not wanna pay data transfer fees.

  9. I saw some Secret Manager charges and I was damn sure I was under free limit (6 secrets/mo). I found out whenever you create a Connection in Cloud Build, It creates an OAuth token in the secret manager. If you're just…