Viewing profile — dmezzetti
dmezzetti
HN member- Joined
- Sat, May 22, 2021, 12:52 PM UTC
- HN karma
- 861
- Public activity
- 551 items
- HN profile
- View on Hacker News ↗
About dmezzetti
Creator of txtai (https://github.com/neuml/txtai)
Recent public activity
-
comment
Comment #49011669
Very interesting project! Are there benchmarks for the "compatibility mode" or are all the numbers for the Gigatoken API?
-
comment
Comment #48846253
The recent abrupt removal of the ability to see who has starred a project isn't a good move. Things like this certainly erode trust. https://github.com/orgs/community/discussions/2…
-
comment
Comment #48825191
I agree that Kokoro is a good TTS model. If you're interested in an ONNX version and a permissively licensed TTS Tokenizer, I built a pipeline for that a while back: https://huggin…
- story
-
comment
Comment #48816301
100% agree on this. I've been working on small local models for years with txtai ( https://github.com/neuml/txtai ). I've published close to 100 models that can run local for RAG, …
-
comment
Comment #48813151
Interesting project. Happy to see someone who shares an interest in tiny vector embeddings models. I've worked on tiny (1MB - 4MB, 250K - 950K parameters) embeddings models called …
-
comment
Comment #48738111
Why does HN let OpenAI and Anthropic basically advertise but it throws down the gauntlet at a small developer like myself when we do "self promotion"? Top 3 posts as of this moment…
-
comment
Comment #48722985
Local models are great for a lot of things past just software development. We need to move towards solving other real world problems vs just building software. I've been focused on…
-
comment
Comment #48713481
Well-Read Students Learn Better: On the Importance of Pre-training Compact Models Related paper that's a good read: https://arxiv.org/abs/1908.08962
- story
-
comment
Comment #47088435
They have paid hosting - https://huggingface.co/enterprise and paid accounts. Also consulting services. Seems like a pretty good foundation to me.
-
comment
Comment #47088416
This is really great news. I've been one of the strongest supporters of local AI dedicating thousands of hours towards building a framework to enable it. I'm looking forward to see…
-
comment
Comment #47024125
Why keep relying on API services? If you'd like your own local AI integration with open providers like Rocket.Chat and Mattermost, check out txtchat ( https://github.com/neuml/txtc…
-
comment
Comment #47024103
Very interesting! It would be great to see how it compares to Faiss / HNSWLib etc. I'd will consider integrating it into txtai as an ANN backend.
-
comment
Comment #46779560
Have you considered using something like claude code / opencode?
-
comment
Comment #46718417
It's been an issue for a while and it's even bigger now in the age of AI. Lots of people use security as a way to "have their moment" and don't really care about adding value. But …
-
comment
Comment #46589017
It's too bad that Anthropic is so hostile to open source. It's a big missed opportunity for them.
- story
-
comment
Comment #46558936
Nice application, great work!
-
comment
Comment #46558858
AI Development is good for those who want to do it. But not a terminal career decision for those who don't.
-
comment
Comment #46554209
Two words: Open Source.
-
comment
Comment #46482934
This change was happening well before LLMs. People were tired of being yelled at and treated poorly. A cautionary tale for many of these types of tech platforms, this one included.…
-
comment
Comment #46401080
The message here is good. I've now spent over 5 years in the OSS world ( https://github.com/neuml ). I started by picking a problem I was interested in and checking the work into G…
- story
-
comment
Comment #46246897
I love this feature. I've long used json_extract to create dynamic columns with txtai sql: https://neuml.github.io/txtai/embeddings/query/#dynamic-colu... You can do the same with …