home.social

#vectorsearch — Public Fediverse posts

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

fetched live
  1. 📋 #AWS has made vector search in #DynamoDB generally available: embeddings live in the same table as operational data #vectorsearch #RAG #AI #DevOps
    🧵👇

    ⚡ Native similarity search with single-digit millisecond latency at 99%+ recall, designed to scale to trillions of vectors

  2. 📋 #AWS has made vector search in #DynamoDB generally available: embeddings live in the same table as operational data #vectorsearch #RAG #AI #DevOps
    🧵👇

    ⚡ Native similarity search with single-digit millisecond latency at 99%+ recall, designed to scale to trillions of vectors

  3. 🚀 OpenSearch 3.8 is officially here!

    Packed with key upgrades for , , & :
    ⚡ Up to 4.16x faster vector ingestion (Base64 encoding) & 2.1x faster radial search
    🤖 MCP support extended across all agent types + gRPC ML prediction streaming
    📊 New visual PPL builder, SQL support in Discover logs, & in-editor query linting
    🧠 LLM-as-a-Judge relevance evaluations for any LLM provider

    📖 Read more: opensearch.org/blog/whats-new-

  4. 🚀 OpenSearch 3.8 is officially here!

    Packed with key upgrades for #AI, #vectorsearch, & #observability:
    ⚡ Up to 4.16x faster vector ingestion (Base64 encoding) & 2.1x faster radial search
    🤖 MCP support extended across all agent types + gRPC ML prediction streaming
    📊 New visual PPL builder, SQL support in Discover logs, & in-editor query linting
    🧠 LLM-as-a-Judge relevance evaluations for any LLM provider

    📖 Read more: opensearch.org/blog/whats-new-
    #OpenSearch #opensource #OpenSearchAmbassador

  5. Why are #GenAI systems still slow—despite #Vector DBs, caches & scaling? Because architecture is fragmented. Gerald K. breaks down a #JavaNative alternative: #VectorSearch, state & persistence in one model. Understand the trade-offs before scaling further: javapro.io/2026/04/08/high-per

  6. Why are #GenAI systems still slow—despite #Vector DBs, caches & scaling? Because architecture is fragmented. Gerald K. breaks down a #JavaNative alternative: #VectorSearch, state & persistence in one model. Understand the trade-offs before scaling further: javapro.io/2026/04/08/high-per

  7. AI isn't just chatbots. It's also helping users find the right document, product, answer or recommendation.

    Vector search is one of the foundational building blocks behind modern AI applications.

    Learn how to build it yourself with JavaScript.

    Vector Search with JavaScript
    by Ben Greenberg
    #javascript #vectorsearch #AI
    pragprog.com/titles/bgvector/v

  8. AI isn't just chatbots. It's also helping users find the right document, product, answer or recommendation.

    Vector search is one of the foundational building blocks behind modern AI applications.

    Learn how to build it yourself with JavaScript.

    Vector Search with JavaScript
    by Ben Greenberg

    pragprog.com/titles/bgvector/v

  9. Production incident and the first question is: have we seen this before?

    I built a Quarkus service that turns Java incidents into vectors with deterministic feature hashing — no embedding model, no LLM. Store them in Qdrant, search by failure shape, filter by service and environment.

    The vectors are inspectable and repeatable. The scores are explainable from the input.

    New tutorial on The Main Thread:

    the-main-thread.com/p/incident

    #Quarkus #Java #Qdrant #VectorSearch #IncidentManagement

  10. Production incident and the first question is: have we seen this before?

    I built a Quarkus service that turns Java incidents into vectors with deterministic feature hashing — no embedding model, no LLM. Store them in Qdrant, search by failure shape, filter by service and environment.

    The vectors are inspectable and repeatable. The scores are explainable from the input.

    New tutorial on The Main Thread:

    the-main-thread.com/p/incident

    #Quarkus #Java #Qdrant #VectorSearch #IncidentManagement

  11. We solved vector search without a single server call. The hierarchical filesystem has been the dominant paradigm for digital file organization since the advent of Multics in the 1960s. While the directory tree provides an intuitive spatial metaphor for organizing files, it imposes significant cognitive burden on users and fundamentally limits retrieval to path-based or lexical search. This document presents a comprehensive zenodo.org/search?q=anticloud #vectorsearch

    #Anticloud #Research

  12. We solved vector search without a single server call. The hierarchical filesystem has been the dominant paradigm for digital file organization since the advent of Multics in the 1960s. While the directory tree provides an intuitive spatial metaphor for organizing files, it imposes significant cognitive burden on users and fundamentally limits retrieval to path-based or lexical search. This document presents a comprehensive zenodo.org/search?q=anticloud #vectorsearch

    #Anticloud #Research

  13. The cloud was never necessary for vector search. The deployment of large language models (LLMs) on consumer hardware represents a critical enabling technology for sovereign, privacy-preserving AI applications. The ability to run state-of-the-art neural models on personal devices without cloud dependency transforms the relationship between users and their data, eliminating the privacy risks, latency penalties, and recurring zenodo.org/search?q=anticloud #vectorsearch

    #Anticloud #Research

  14. The cloud was never necessary for vector search. The deployment of large language models (LLMs) on consumer hardware represents a critical enabling technology for sovereign, privacy-preserving AI applications. The ability to run state-of-the-art neural models on personal devices without cloud dependency transforms the relationship between users and their data, eliminating the privacy risks, latency penalties, and recurring zenodo.org/search?q=anticloud #vectorsearch

    #Anticloud #Research

  15. Most vector search companies are data companies. We built an alternative. Vector search represents a paradigm shift in information retrieval, moving beyond keyword matching to semantic understanding through dense embedding representations. This document presents a comprehensive examination of semantic vector search as the foundational technology powering the Kamelot file system. We trace the evolution from TF-IDF through m zenodo.org/search?q=anticloud #vectorsearch

    #Anticloud #Research

  16. Most vector search companies are data companies. We built an alternative. Vector search represents a paradigm shift in information retrieval, moving beyond keyword matching to semantic understanding through dense embedding representations. This document presents a comprehensive examination of semantic vector search as the foundational technology powering the Kamelot file system. We trace the evolution from TF-IDF through m zenodo.org/search?q=anticloud #vectorsearch

    #Anticloud #Research

  17. طريقة تجميع بحث AI Vector من Oracle مقابل Chroma للتشابه:

    - Oracle AI Vector يركز على تخزين متجهات موزّعة مع تحسينات للـ GPU، ما يجعل الأداء عاليًا في استعلامات ضخمة.
    - Chroma توفر بنية خفيفة قابلة للتمدد بسهولة على الـ K8s وتدعم أدوات Open‑source مثل LangChain.
    - الاختيار يعتمد على حجم البيانات، ميزانية البنية التحتية، ومدى الحاجة لتكامل مع خدمات سحابية Oracle.

    #AI #Oracle #Chroma #VectorSearch #Fediverse

    🔗 news.google.com/rss/articles/C

  18. طريقة تجميع بحث AI Vector من Oracle مقابل Chroma للتشابه:

    - Oracle AI Vector يركز على تخزين متجهات موزّعة مع تحسينات للـ GPU، ما يجعل الأداء عاليًا في استعلامات ضخمة.
    - Chroma توفر بنية خفيفة قابلة للتمدد بسهولة على الـ K8s وتدعم أدوات Open‑source مثل LangChain.
    - الاختيار يعتمد على حجم البيانات، ميزانية البنية التحتية، ومدى الحاجة لتكامل مع خدمات سحابية Oracle.

    #AI #Oracle #Chroma #VectorSearch #Fediverse

    🔗 news.google.com/rss/articles/C

  19. Stop stuffing your context like a holiday turkey and start using vector search with Qdrant on Upsun for 25x lower cost per query 💡.

    Our guide walks you through building a RAG pipeline and chunking strategies that actually work without the usual headache 🛠️

    Check out the full breakdown to level up your search game today 🚀

    👉developer.upsun.com/tutorials/

    #VectorSearch #Qdrant #RAG #CloudNative

  20. Stop stuffing your context like a holiday turkey and start using vector search with Qdrant on Upsun for 25x lower cost per query 💡.

    Our guide walks you through building a RAG pipeline and chunking strategies that actually work without the usual headache 🛠️

    Check out the full breakdown to level up your search game today 🚀

    👉developer.upsun.com/tutorials/

    #VectorSearch #Qdrant #RAG #CloudNative

  21. AI Engr. Hunt: E-Solutions Seeks Specialist Amidst Shifting Tech Currents

    E-Solutions is hiring an AI Engineer with LLM, RAG, and Vector Search skills. Find out what this means for AI job seekers and companies.

    #AIJobs, #LargeLanguageModels, #RAG, #VectorSearch, #ESolutions

    newsletter.tf/e-solutions-ai-e

  22. E-Solutions is looking for an AI Engineer skilled in advanced AI technologies like LLM and RAG. This is a key hire for their practical AI development.

    #AIJobs, #LargeLanguageModels, #RAG, #VectorSearch, #ESolutions
    newsletter.tf/e-solutions-ai-e

  23. طريقة تجميع اختبار Oracle AI Vector vs Chroma للبحث المتجهى:

    - نجهّز بيئتين موحدتين، نولّد المتجهات باستخدام نفس نموذج الـAI.
    - نقيس زمن الاستجابة، الدقة (Recall@k) واستهلاك الذاكرة.
    - النتيجة: Oracle AI Vector يتفوق في الاستقرار وتوسّع الحمل العالي، بينما Chroma يقدم أداءً أسرع في مجموعات صغيرة.

    اختر الأنسب لتطبيقك بناءً على حجم البيانات ومتطلبات التوسّع.
    #AI #VectorSearch #Oracle #Chroma #تقنية_المفتوحة

    🔗 news.google.com/rss/articles/C

  24. طريقة تجميع اختبار Oracle AI Vector vs Chroma للبحث المتجهى:

    - نجهّز بيئتين موحدتين، نولّد المتجهات باستخدام نفس نموذج الـAI.
    - نقيس زمن الاستجابة، الدقة (Recall@k) واستهلاك الذاكرة.
    - النتيجة: Oracle AI Vector يتفوق في الاستقرار وتوسّع الحمل العالي، بينما Chroma يقدم أداءً أسرع في مجموعات صغيرة.

    اختر الأنسب لتطبيقك بناءً على حجم البيانات ومتطلبات التوسّع.
    #AI #VectorSearch #Oracle #Chroma #تقنية_المفتوحة

    🔗 news.google.com/rss/articles/C

  25. StyloBot free day as I ran myself ragged trying to get it going in my free time (very little of which I HAD finishing up 2x contracts!).

    Biggest win is dropping the ONNX dependency.

    Earlier versions used ONNX embeddings as a shortcut: turn a client signature into a vector and compare it.

    It worked, but it was never quite the right abstraction. Embeddings are built for language. StyloBot’s inputs are behavioural structures.

    The new version defines that behavioural vector space directly. Requests, sessions, browsers, bots, scrapers, and odd clients are placed into a real StyloBot-native space. The system ships with archetype centroids, then adapts those centroids to the actual traffic it sees.

    So instead of asking a model what a client 'means', StyloBot learns what your traffic looks like.

    StyloBot is REALLY a conceptually unfolded ML model so it sort of trains itself on real traffic around centroids and updates as it goes. It's ODD.

    Now out in Release Candidate github.com/scottgal/stylobot/r

    Plan is still for full release June 1st but the FOSS client MAY reach RTM quality before that (lots of manual testing!)

    #BotDetection #CyberSecurity #DotNet #SQLiteVec #VectorSearch #BehaviouralInference #AIInfrastructure #OpenSource

  26. StyloBot free day as I ran myself ragged trying to get it going in my free time (very little of which I HAD finishing up 2x contracts!).

    Biggest win is dropping the ONNX dependency.

    Earlier versions used ONNX embeddings as a shortcut: turn a client signature into a vector and compare it.

    It worked, but it was never quite the right abstraction. Embeddings are built for language. StyloBot’s inputs are behavioural structures.

    The new version defines that behavioural vector space directly. Requests, sessions, browsers, bots, scrapers, and odd clients are placed into a real StyloBot-native space. The system ships with archetype centroids, then adapts those centroids to the actual traffic it sees.

    So instead of asking a model what a client 'means', StyloBot learns what your traffic looks like.

    StyloBot is REALLY a conceptually unfolded ML model so it sort of trains itself on real traffic around centroids and updates as it goes. It's ODD.

    Now out in Release Candidate github.com/scottgal/stylobot/r

    Plan is still for full release June 1st but the FOSS client MAY reach RTM quality before that (lots of manual testing!)

    #BotDetection #CyberSecurity #DotNet #SQLiteVec #VectorSearch #BehaviouralInference #AIInfrastructure #OpenSource

  27. Qdrant's vector search powers Sapu's AI platform to index 28 million PubMed abstracts, accelerating cancer research and contributing to peer-reviewed publications. #AI #VectorSearch