Live data from Hacker News

Viewing profile — raoufchebri

raoufchebri

HN member
Joined
Mon, Feb 26, 2018, 9:25 PM UTC
HN karma
12
Public activity
43 items

About raoufchebri

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #40041120

    Here is an article about PITR in Neon https://neon.tech/blog/point-in-time-recovery-in-postgres

  3. comment
    Comment #39521998

    Here is a step by step guide on how to deploy Mistral Large to Azure: https://neon.tech/blog/deploy-mistral-large-to-azure-and-cha...

  4. comment
    Comment #39521909

    Excited about the Microsoft partnership

  5. story
  6. comment
    Comment #39456004

    Last November, we had several outages and have since directed much of our engineering efforts towards improving stability. During this phase, cold start latency regressed, but the …

  7. story
  8. story
  9. comment
    Comment #39210447

    Really cool. Do you see this being integrated into PostgreSQL in the future with the rise of open-source LLMs?

  10. comment
    Comment #39210347

    Neon is cloud-native Postgres with a storage system written in Rust and a persistence layer stored in AWS S3. Because the cloud storage layer is decoupled from the rest of the arch…

  11. comment
    Comment #38725342

    We’re excited to announce the release of logical replication on Neon to stream your data to external data stores, allowing for change data capture and real-time analytics.

  12. story
  13. comment
    Comment #37500768

    How do you handle conflict with pgvector's hnsw if you want to install both extensions ? CREATE INDEX semantic_image ON image_table USING hnsw (v dist_cos_ops) WITH (M=5, ef=30, ef…

  14. comment
    Comment #37004188

    Awesome idea! like the UI

  15. comment
    Comment #36995874

    The index doesn't need to fit in the shared buffers to be built, but you can speed the queries if you load it to memory

  16. comment
    Comment #36995846

    It's under Apache license

  17. comment
    Comment #36995842

    We used 1M vectors of 1536 dimensions (OpenAI). The index size was ~6GB.

  18. comment
    Comment #36989480

    We tested pgvector’s implementation of HNSW for you and compared it to pg_embbeding’s. This covers why this milestone is important for Postgres and why Neon is committed to support…

  19. story
  20. story
  21. story
  22. comment
    Comment #36699514

    I think you can find Qdrant here https://ann-benchmarks.com/glove-100-angular_10_angular.html This is different from the dataset we used. We used GIST-960. It could interesting to …

  23. comment
    Comment #36696918

    Adding https://ann-benchmarks.com/

  24. comment
  25. comment
    Comment #36696016

    @jonathan-adly do you use ivfflat with pgvector?