hhdhdbdb | 1 year ago | on: Australia/Lord_Howe is the weirdest timezone
hhdhdbdb's comments
hhdhdbdb | 1 year ago | on: Australia/Lord_Howe is the weirdest timezone
hhdhdbdb | 1 year ago | on: GitHub cuts AI deals with Google, Anthropic
LLM takes my job then we have reached the singularity. Jobs wont matter anymore at that point.
hhdhdbdb | 1 year ago | on: GitHub cuts AI deals with Google, Anthropic
hhdhdbdb | 1 year ago | on: Vector databases are the wrong abstraction
It is certainly convenient for the end user, but it hides things. What if the API calls to open AI fail or get rate limited. How is that surfaced. Will I see that in my observability. Will queries just silently miss results.
If the DB does the embedding itself synchronously within the write it would make sense. That would be more like elastic search or a typical full text index.
hhdhdbdb | 1 year ago | on: Vector databases are the wrong abstraction
I say that because it seems n unsual. Index would suit sync better. But async things like embeddings, geo for an address, is this email considered a spammer etc. feel like app level stuff.