home.social

#vectordb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vectordb, aggregated by home.social.

fetched live
  1. 💡 Vector databases explained simply:

    Traditional DB: "Find me rows WHERE name = 'cats'"
    Vector DB: "Find me the 10 most similar things to THIS cat"

    Under the hood:
    → Text → Embedding (1536-dim float array)
    → Store in pgvector / Pinecone / Qdrant
    → Query = cosine similarity search

    For most apps: pgvector (Postgres extension) is enough. No new infra needed.

    #VectorDB #AI #RAG #LLM #GenerativeAI #FullStack #MachineLearning

  2. Escape the proprietary AI cloud tax!

    Moving your vector search from Pinecone to open-source Qdrant on Bare Metal is a massive performance & cost upgrade.

    Our SRE guide on making the switch:
    🔹 In-graph filtering > post-filtering
    🔹 INT8 cuts RAM footprint by 400%
    🔹 Direct NVMe > Network Storage

    Includes full Docker configs & Linux kernel tuning tips to squeeze every drop of IOPS.

    Read the playbook here:
    servermo.com/howto/migrate-pin

    #OpenSource #SelfHosted #Qdrant #DevOps #VectorDB

  3. Have pushed 0.9.5-dev branch to codeberg of foxing ( codeberg.org/aenertia/foxing/s ) in preparation for release tagging. A LOT of features and a couple of bug-fixes now the packet/file processing engine has stabilized ; including Semantic Routing to Parsers for Metadata Extraction and in-path Binary analysis using local ORT/BERT models ; letting you get semantic search powers for free when you copy something with foxingd/fxcp #linux #filesystem #bert #vectordb #postgres #xfs #stratis #blake3 #localllm

  4. @OpenSearchProj was named a Leader and Fast Mover in the 2025 GigaOm Radar for Vector Databases 🏆

    My report highlights:
    ✅ Platform play
    ✅ Search variety
    ✅ Business criteria
    ✅ Security
    And I'd add - it's OPEN SOURCE @linuxfoundation !!
    opensearch.org/gigaom-radar-ve

  5. Stoked seeing the OpenSearch Project featured by Jensen Huang on keynote! 😍

    One of the innovations in V3 has been adding GPU acceleration based on NVIDIA's cuVS. Our benchmarks, using CAGRA algorithm integrated through Facebook's Faiss library, showed:
    ✅ 9.3x faster index builds
    ✅ 3.75x lower cost
    ✅ 2x higher throughput
    ✅ 2.5x lower CPU usage

    linkedin.com/feed/update/urn:l

  6. 310% throughput increase and 300% latency reduction!
    Great work by the AWS engineers with bulk SIMD brings these performance gains in @OpenSearchProject 's vector search 👏
    And it's all under @linuxfoundation 🤩
    opensearch.org/blog/accelerati

  7. Chunking: an essential concept to understand for Retrieval-Augmented Generation (#RAG). It is the process of dividing large documents into smaller, manageable segments called “chunks.” Effective chunking preserves semantic meaning while ensuring content fits within model context limits.

    Proper chunking is essential, as it directly affects retrieval quality. Well-structured chunks improve precision and support more accurate responses.

    

#OpenSource #devops #vectordb #programming #vector #search

  8. Can't wait to to have a great ride at ! 🇩🇪

    sucht nicht mehr nach Wörtern, sondern nach Bedeutungen. 🔍

    If you're there and want to learn about search and about the @OpenSearchProject, check out my talk 🙂

    See you 11th March in @JavaLandConf 🎡

    🔸Agenda: meine.doag.org/events/javaland

    🔸Tickets: javaland.eu/

  9. I joined InstaBlinks podcast to talk about vector search, difference from lexical search, and how the @OpenSearchProject facilitates both in a hybrid model.
    Thanks NetApp Instaclustr for having me!
    youtube.com/watch?v=buKXHi6kFw

  10. pgedge-vectorizer: #Postgres extension that automatically vectorizes document contents and keeps vector embeddings current when the underlying content changes.

    Unlike other solutions, no external services or third party pipelines are required. It's also 100% open source under the #PostgreSQL license. ✨

    Check it out on GitHub: 👉 github.com/pgEdge/pgedge-vecto

    #programming #vector #vectordatabase #vectorsearch #vectordb #ai #llm #aiengineering #aidev #dba

  11. NDC London is taking place in 2 weeks! 🇬🇧

    I'll give a talk about Vector Search Made Simple and how the Project can help you, a-la open source!

    See you end of January in London 💂

    ndclondon.com/agenda/vector-se

    @OpenSearchProject

  12. One month to NDC London! 🇬🇧
    I'll give a talk about Vector Search Made Simple and how the Project can help you, a-la open source!
    See you last week of January in London 💂‍♂️
    ndclondon.com/agenda/vector-se

    @OpenSearchProject

  13. 🎯 My first Substack is live: "Understanding Vector Databases"

    Traditional databases match keywords.
    Vector databases understand meaning.
    Just published a beginner-friendly guide where I:

    - Explain vectors using simple analogies
    - Show how they power Netflix, Spotify, and ChatGPT
    - Build a semantic search app from scratch
    - Explore applications beyond ML

    The best part? We code together. No prerequisites except curiosity.

    What would you build if your database could understand context, not just keywords?

    Full article with code: open.substack.com/pub/devsimse
    #VectorDB #MachineLearning #Tutorial #Python #TechCommunity