Live data from Hacker News

Viewing profile — lqhl

lqhl

HN member
Joined
Fri, Mar 22, 2013, 5:35 AM UTC
HN karma
8
Public activity
29 items

About lqhl

github.com/lqhl twitter @qliu90

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #40510349

    Oh, we missed this new standard. Our first version must have been implemented before its release. We should definitely consider it now.

  10. comment
    Comment #40037691

    LLM applications can benefit from Retrieval-Augmented Generation (RAG) in a similar way that humans benefit from search engines like Google. Therefore, I believe RAG cannot be repl…

  11. comment
    Comment #39914521

    MyScaleDB utilizes approximate nearest neighbors (ANN) algorithms such as ScaNN, HNSW, and IVF. As a result, it may not achieve a 100% recall rate. However, depending on the search…

  12. comment
    Comment #39890686

    Since we developed our internal version before the release of usearch, we integrated hnswlib with faiss's PQ/SQ algorithms. Search performance is typically not a concern in real-wo…

  13. story
  14. story
  15. story
    Ask HN: Should I switch to Grok/Bard/Claude?

    I have subscribed to ChatGPT Plus for asking development questions and requesting code writing assistance, especially in unfamiliar languages. I have a few complaints about ChatGPT…

  16. comment
    Comment #38877634

    I'm not familiar with it. maybe you can submit a PR?

  17. comment
    Comment #38877406

    A comparison matrix of some vector databases. Feel free to submit PRs on https://github.com/lqhl/vectordb-comparison/ to contribute!

  18. story
  19. comment
    Comment #37205745

    I work on MyScale ( https://myscale.com ), a fully-managed vector database based on ClickHouse. Some unique features of MyScale: 1. This solution is built on ClickHouse and offers …

  20. comment
    Comment #37205715

    We conducted a benchmark to evaluate the precision, throughput (QPS), insert speed, build speed, and cost-effectiveness of Pinecone, Qdrant, MyScale, Weaviate, and Zilliz (Milvus).…

  21. comment
    Comment #37172128

    Compilance is also important. Like SOC 2

  22. comment
    Comment #36842612

    As jwells89 mentioned, LLMs can extract the intention from questions and generate better queries for a search engine or database.

  23. comment
    Comment #36842402

    This idea is a simplified version of Retrieval-Augmented Generation (RAG), and RAG has been studied in various research papers, such as the one available at https://arxiv.org/abs/2…

  24. comment
    Comment #36842072

    This article suggests that LLMs should use a database as a reference for factual information. Rather than asking LLMs to provide their own answers, it is recommended that they summ…

  25. comment
    Comment #35983518

    That's true and we have tried different configurations for systems that use HNSW. But for the ease of presentation, we only choose the configuration with the highest throughput at …