Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
topicseed
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
topicseed
8mo ago
I'd say out of many generative AI observability platforms, Langsmith and Weave (Weights&Biases) are probably the ones most enterprises use, but there's definitely space for Langfuse, Modelmetry, Arize AI, and other players.
2.
▲
by
topicseed
2y ago
No but most models have their own libs you can use
3.
▲
by
topicseed
2y ago
I kind of agree but the same problem exists. If you add text-xl to a div and have nested divs and spans, they'll all be inheriting text-xl so for these nested elements, you also have to look up the element's lineage to find what&#
4.
▲
by
topicseed
2y ago
Just played with it and it's great! A good 2.0 release I think.
5.
▲
by
topicseed
2y ago
Is it on AI studio already?
6.
▲
by
topicseed
2y ago
A great option for Go projects where you aren't exploring your queries as changing and regenerating is cumbersome. Also, SQLC doesn't allow for dynamic query building so think about an input search struct from which you may add wh
7.
▲
by
topicseed
2y ago
Evaluate them how? Specifically the voice/audio or you're happy to evaluate them with the transcript with something like Modelmetry?
8.
▲
by
topicseed
2y ago
Do they build guardrails themselves or do they use an llm guardrail api like Modelmetry or Langwatch?
9.
▲
by
topicseed
2y ago
1k rps per bucket though ...
10.
▲
by
topicseed
2y ago
An improved and more interactive version of Google Sheets' explore tab. Looks good!
11.
▲
ClickHouse: New JSON data type and semistructured columns
(github.com)
5 points
by
topicseed
2y ago
|
0 comments
12.
▲
by
topicseed
2y ago
The "YC" part.
13.
▲
Sadly, the Serverless DA team at AWS is essentially disbanded
(twitter.com)
2 points
by
topicseed
2y ago
|
0 comments
14.
▲
by
topicseed
2y ago
what exercises do you recommend for these auxiliary muscles?
15.
▲
by
topicseed
2y ago
Quick question, what do you use such an observability platform for? Can't be the price as you get it straight from Openai's dev dashboard. So what else do you use Languse for?
16.
▲
by
topicseed
2y ago
Nice to have: > Conditional use() (unline current hooks) > Support for Document Metadata > Support for stylesheets > Support for async scripts > Support for Custom Elements
17.
▲
by
topicseed
2y ago
Probably like what happened with Google Inbox... It's a greenfield canvas to try a lot of innovations, see which ones people use, then shut down the product and add these popular features to Gmail, or in this instance, Slides.
18.
▲
by
topicseed
3y ago
Thank you for the thorough response!
19.
▲
by
topicseed
3y ago
What specific strategies does Hatchet employ to guarantee fault tolerance and enable durable execution? How does it handle partial failures in multi-step workflows?
20.
▲
by
topicseed
3y ago
Superset works wonders
21.
▲
by
topicseed
3y ago
Gemini 1 Ultra was also said to be on par with ChatGPT 4 and it's not really there so let's see for ourselves when we can get our hands on it.
22.
▲
by
topicseed
3y ago
Is this going to be only for consumer Gemini app or for API/Vertex too? The context window is..... Simply lovely.
23.
▲
by
topicseed
3y ago
1 million tokens?? This is wild and a lot of RAG can be removed.
24.
▲
by
topicseed
3y ago
Is this essentially implemented via RAG? New chat comes in, they find related chats, and extract some instructions/context from these to feed into that new chat's context?
25.
▲
by
topicseed
3y ago
You do have to instantiate that struct, and you can do it with.... a beautiful NewCreateUser(dep1, dep2, dep3, ..., dep20) *CreateUser {...}. This is essentially what he recommends with his "func newMiddleware() func(h http.Handler) ht
26.
▲
by
topicseed
3y ago
I've always have my handlers individually set as a struct each with a method to handle the route/request. type CreateUser struct { store storage.Store cache caching.Cache logger logging.Logger pub events.Publ
27.
▲
by
topicseed
3y ago
Or, if you're more into publishing an Openapi spec from your Go code, I do like danielgtaylor/huma[1] and swaggest/rest[2]. [1] https://github.com/danielgtaylor/huma [2] https://github.com
28.
▲
by
topicseed
3y ago
> We first struggled with token limits [solved] How has this been solved in your opinion? Do you mean with recent versions with much bigger limits but also heaps more expensive?
29.
▲
by
topicseed
3y ago
Opacity maybe would help here.
30.
▲
by
topicseed
3y ago
The option to enable that is using double quotes for the most part, no? e.g., fuzzy text matching => "fuzzy text matching"
More ›