Viewing profile — raoufchebri
raoufchebri
HN member- Joined
- Mon, Feb 26, 2018, 9:25 PM UTC
- HN karma
- 12
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About raoufchebri
No profile information was provided.
Recent public activity
- story
-
comment
Comment #40041120
Here is an article about PITR in Neon https://neon.tech/blog/point-in-time-recovery-in-postgres
-
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...
-
comment
Comment #39521909
Excited about the Microsoft partnership
- story
-
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 …
- story
- story
-
comment
Comment #39210447
Really cool. Do you see this being integrated into PostgreSQL in the future with the rise of open-source LLMs?
-
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…
-
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.
- story
-
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…
-
comment
Comment #37004188
Awesome idea! like the UI
-
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
-
comment
Comment #36995846
It's under Apache license
-
comment
Comment #36995842
We used 1M vectors of 1536 dimensions (OpenAI). The index size was ~6GB.
-
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…
- story
- story
- story
-
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 …
-
comment
Comment #36696918
Adding https://ann-benchmarks.com/
- comment
-
comment
Comment #36696016
@jonathan-adly do you use ivfflat with pgvector?