Live data from Hacker News

Viewing profile — qwick23

qwick23

HN member
Joined
Sun, Mar 26, 2023, 3:59 AM UTC
HN karma
12
Public activity
10 items

About qwick23

No profile information was provided.

Recent public activity

  1. comment
    Comment #35552796

    It is true. Some of the projects are just riding the wave of hype. 18M for a Python wrapper around ClickHouse Db is insane.

  2. comment
    Comment #35342593

    Is it an answer to GitHub Co-Pilot?

  3. comment
    Comment #35342549

    Wouldn't it be better to partner with an existing managed cloud provider like Pinecone or Qdrant? Why Redis at all? :-0

  4. comment
    Comment #35313446

    Also my experience. And since Qdrant has now cloud service, it is the choice number one. Best of both worlds. Just missing the GCP support.

  5. comment
    Comment #35312155

    Yeah, if you don't need performance, then just take a simple ANN library. No need for a database at all. In terms of databases, Qdrant and Pinecone are the simplest I've tried so f…

  6. comment
    Comment #35311047

    What do you think about Weaviate or Qdrant? There is a nice benchmarks overview with all the major players https://qdrant.tech/benchmarks/

  7. comment
    Comment #35310987

    Sounds like viral marketing campaign in flavor of Midjourney

  8. comment
    Comment #35310934

    With Postgres, you can do almost everything, also a full-text search, but you still have Elasticsearch, Mejlisearch, etc when you need performance and advanced features. The multit…

  9. comment
    Comment #35310906

    That is amazing! Would be awesome to have a client-side version of Qdrant https://github.com/qdrant/qdrant

  10. comment
    Comment #35310890

    tbh. Looks like a huge overengineered legacy project. What is the clue to having all these ANN indexes in place? Is it a kinda art collection? What is the sense when you can just h…