Viewing profile — ddematheu
ddematheu
HN member- Joined
- Thu, Mar 16, 2023, 6:06 AM UTC
- HN karma
- 16
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About ddematheu
No profile information was provided.
Recent public activity
-
comment
Comment #41250553
Interesting performance with GPT 3.5, what does performance on Llama look like? What about smaller models like Llama 3.1?
-
comment
Comment #38385500
I don't disagree with all your points. That said, what we have built has proven useful for us as we have built pipelines for customers and think it might be useful for others. Prob…
-
comment
Comment #38385405
LlamaIndex is pretty awesome. There are a couple areas where we think we are driving some differentiation. 1. The management of metadata as a first class citizen. This includes cap…
-
comment
Comment #38372370
It is dangerous, part of the reason that we haven't productized that further. One of the ideas we had to productize the capabilities further was to leverage edge / lambda functions…
-
comment
Comment #38371961
Yeah, we were playing around with doing some semantic chunking. Works okay for some use cases. We have some ideas to go further on that. Generally we have found that recursive chun…
-
comment
Comment #38371943
Haven't connected.
-
comment
Comment #38370807
Co-founder here :) Today, it is mostly about convenience. We provide abstractions in the form of a pipeline that encompasses a data source, embed and sink definition. This means th…
-
comment
Comment #38090658
Lies or not lies, the point was the train on the authentic message that the candidate wanted to provide. Try to be as unbiased as possible.
-
comment
Comment #38089250
How real-time is it? Just app or API?
-
story
Show HN: Building ElectionGPT, a RAG powered chatbot grounded on candidate data
Disclaimer: I am the co-founder of Neum AI, a data processing platform for vector embedding generation and data retrieval for RAG. With the upcoming elections 2024 coming up, we wa…
-
comment
Comment #37829615
Some engineers find it fun, other might not. Same as everything. IMO the fun parts are actually prototyping and figuring out the right pattern I want to use for my solution. Once y…
-
comment
Comment #37829605
What about then sucked?
-
comment
Comment #37829598
Co-author of the article here. We do support updates for some sources. Deletes not yet. For some sources we do polling which is then dumped on the queues. For other we have listene…
-
comment
Comment #37827941
Through the platform (Neum AI) we support the ability to do this with Postgres, it is just a cloud platform so not a python library. Curious on what type of customization are you l…
-
comment
Comment #37827930
To some degree. The amount of data that will be brought into search solutions will be enormous, seems like a good time to try to reimagine what that process might look like
-
comment
Comment #37826932
Makes sense. Interesting on the fact that summaries affect quality sometimes. For synthetic data scenarios are you also thinking about synthetic queries over the data? (Try to pred…
-
comment
Comment #37826799
The queues and storage are the foundation on which some of these other integrations can be built on top. Agree fully on the need for LLMs within the pipelines to help with data ana…
-
comment
Comment #37826744
What type of latency requirements are you dealing with? (i.e. look up time, ingestion time) Were you using postgres already or migrated data into it?
-
comment
Comment #37826720
Not at scale. Currently we do some extraction for metadata, but pretty simple. Doing LLM based pre-processing of each chunk like this can be quite expensive especially with billion…
-
comment
Comment #37826043
Co-author of article here. Yeah a ton of the time and effort has gone into building robustness and observability into the process. When dealing with millions of files, a failure ha…
-
comment
Comment #37825498
Co-author of the article here. You are right. Retrieval accuracy is important as well. From an accuracy perspective, any tools you have found useful in helping validate retrieval a…
-
comment
Comment #37387050
TL;DR for blog: If you are using RAG across structured data, make sure you consider the role of metadata as it is likely that not all the fields within your data carry semantic mea…
- story
-
comment
Comment #36991088
Q&A with documents is the most common use cases for LLMs today. But scaling from one or two documents to thousands can be challenging. This blog explores the challenges in scaling …
- story