Viewing profile — dmpetrov
dmpetrov
HN member- Joined
- Sun, Feb 22, 2015, 3:10 AM UTC
- HN karma
- 193
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About dmpetrov
Recent public activity
-
comment
Comment #48396054
[flagged]
- story
-
comment
Comment #48223390
[flagged]
- story
- story
- story
- story
-
comment
Comment #46918396
I like the idea a lot but it's still unclear from the docs what the hard security boundary is once you start calling LLMs - can it avoid "breaking out" into the host env in practic…
- story
-
comment
Comment #42056962
Good point - it does sound a bit like marketing bs. We’ll rephrase it.
- story
-
comment
Comment #42049170
Please share your feedback!
-
comment
Comment #42048321
Good question! I’m not so familiar with it. It looks like Daft is closer to Lance with it’s own data format and engine. But I’d appreciate more insights from users or the creators.…
-
comment
Comment #42048068
Lance is just a data format. Lance DB might be more comparable to DataChain. DataChain focuses on data transformation and versioning, whereas LanceDB appears to be more about retri…
-
comment
Comment #42046112
It's not a format :) It's simpliy about linking metadata from a json to a corresponding image or video file, like pairing data003.png & data003.json to a single, virtual record. So…
-
comment
Comment #42045594
Absolutely, that's a common scenario! Just connect from your Python code (like the lambda in the example) to DB and extract the necessary data.
-
comment
Comment #42045576
I guess, it involves splitting a file into smaller document snippets, getting page numbers and such, and calculating embeddings for each snippet—that’s the usual approach. Specific…
-
comment
Comment #42045331
Exactly! DataChain does lazy compute. It will read metadata/json while applying filtering and only download a sample of data files (jpg) based on the filter. This way, you might en…
-
comment
Comment #42044992
DataChain has no assumptions about metadata format. However, some formats are supported out of the box: WebDataset, json-pair, openimage, etc. Extract metadata as usual, then retur…
-
comment
Comment #42044515
Yes, it's not meant to replace data engineering tools like Prefect or Temporal. Instead, it serves as a transformation engine and ad-hoc analytics for images/video/text data. It's …
-
comment
Comment #42044379
Yay! Excited to see DataChain on the front page :) Maintainer and author here. Happy to answer any questions. We built DataChain because our DVC couldn't fully handle data transfor…
-
comment
Comment #42029628
Can this work statistically? For a giving number of attempts, you can ger a required number of successes to make sure it's a statistically meaningful result. In theory, this approa…
-
comment
Comment #41897163
Thank you! Just shoot an email to support and mention HN. I’ll read and reply.
-
comment
Comment #41892964
Right, DVC caches data for consistency and reproducibility. If caching is not needed and streaming required, we've created a sister tool DataChain. It's even supports WebDataset an…
-
comment
Comment #41891754
Yes. And if you track transformations of the binaries or ml training