Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mathis-l
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Open source OCR with vision language models: High throughput and low cost
(blueguardrails.com)
1 points
by
mathis-l
2mo ago
|
1 comments
2.
▲
Improving knowledge graph creation in life sciences through agent steering
(blueguardrails.com)
3 points
by
mathis-l
4mo ago
|
0 comments
3.
▲
by
mathis-l
5mo ago
At least when working with local MCP servers I solved this problem by wrapping the mcp tools inside an in-memory cache/store. Each tool output gets stored under a unique id and the id is returned with the tool output. The agent can the
4.
▲
by
mathis-l
6mo ago
Dspy handling it openly https://github.com/stanfordnlp/dspy/issues/9500
5.
▲
by
mathis-l
6mo ago
CrewAI (uses litellm) pinned it to 1.82.6 (last good version) 5 hours ago but the commit message does not say anything about a potential compromise. This seems weird. Is it a coincidence? Shouldn’t users be warned about a potential compromi
6.
▲
PlaceboBench: An LLM hallucination benchmark for pharma
(blueguardrails.com)
1 points
by
mathis-l
7mo ago
|
0 comments
7.
▲
Use Agents or Be Left Behind? A Personal Guide to Automating Your Own Work
(timdettmers.com)
2 points
by
mathis-l
8mo ago
|
0 comments
8.
▲
by
mathis-l
8mo ago
I’ve worked on a code base that was about 15 years old and had gone through many team changes. It was a tricky domain with lots of complicated business logic. When making changes to the code, the commit history was often the only way to fig
9.
▲
by
mathis-l
1y ago
I’m 190cm and tested luna rail’s prototypes. I was amazed how much space I had, even in the smallest cabin. Definitely much better compared to any night train experience I’ve ever had
10.
▲
by
mathis-l
1y ago
You might want to take a look at https://github.com/segment-any-text/wtpsplit It uses a similar approach but the focus is on sentence/paragraph segmentation generally and not specifically focused on RAG. It also h
11.
▲
by
mathis-l
3y ago
Haystack [1] is another good option. It‘s modular, doesn’t get in your way and is particularly strong at retrieval. People like the documentation too. Disclaimer: I work at deepset [1] https://github.com/deepset-ai/hays
12.
▲
by
mathis-l
3y ago
You might want to give Haystack a try (disclaimer: I work at deepset, the company behind Haystack). Haystack allows you to pre-process your documents into smaller chunks, calculate embeddings and index them into a document store. You can wr