Debkanchan
- Karma
- 15
- Created
- December 20, 2021 (4y ago)
- Submissions
- 0
-
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…
- Now you can get reasoning summary for O series models? (platform.openai.com)
-
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 ->…
-
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…
-
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…
-
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…
-
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…
- Have You Picked the Wrong AI Agent Framework? [video] (youtube.com)
-
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?
- Paralegal.ai: AI powered workspace for lawyers (paralegal-ai.vercel.app)
- Conquering Errors in Go: A Guide to Returns and Handling (blog.rideapp.in)
-
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.
-
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…