1. X
  2. Elastic
Log inSign up
Elastic
10.4K posts
Image
user avatar
Elastic
@elastic
Where developers learn, build, and share. Your source for hands-on demos, cheat sheets, explainers and more.
Global
elastic.co
Joined October 2009
183
Following
65.6K
Followers
RepliesRepliesArticlesArticlesMediaMedia

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
  • user avatar
    Elastic
    @elastic
    11h
    Shopping agents don't fail because the model is wrong. They fail because the agent knows nothing about your catalog. Vocabulary, category hierarchy, business rules: all discovered through tool calls at runtime. Each call costs roughly 600ms to a second. Stack 3-4 and the
    Image
    1.4K01.4K
    user avatar
    Elastic
    @elastic
    11h
    New from Matthew Adams on the Elastic blog:
    Learn how pre-computed catalog vocabulary and policy context stop AI shopping agents from guessing and cut the latency of discovering your catalog live.
    Context engineering for AI shopping agents - Elasticsearch Labs
    From elastic.co
    4020402
  • user avatar
    Elastic
    @elastic
    Jul 17
    Binary quantization sounds like it should tank recall. BBQ in Elasticsearch doesn't due to its asymmetric nature. Vectors compress to single-bit values. Queries stay at int4 precision, so distance calculations keep the detail that matters. You trade a bit of oversampling and
    Image
    353K0353K
    user avatar
    Elastic
    @elastic
    Jul 17
    How it works under the hood: go.es.io/4f7c6En
    Image
    7120712
  • Elastic reposted
    user avatar
    Elastic Security Labs
    @elasticseclabs
    Jul 17
    7 trojanized repos targeting developers. Zero detections across every AV vendor. Elastic Security Labs is tracking a new Contagious Interview campaign (REF9403) where DPRK-aligned actors distribute fake coding challenges through Slack job postings. The repos masquerade as real
    Image
    4.3K04.3K
  • Elastic reposted
    user avatar
    JP Hwang
    @_jphwang
    Jul 17
    I just wrote and recorded a video about how to perform vector search --- on 🎞️ video clips, by how they *look*! It means you can find scenes by what's *on the screen*, without expensive tagging. (Because, actually, a lot of video search is actually metadata-driven text search!)
    Image
    9070907
  • user avatar
    Elastic
    @elastic
    Jul 16
    Storing full 1024-dim vectors for every modality wastes storage. Matryoshka representation learning ranks signal into the first dimensions, so truncating a vector doesn't mean losing everything. jina-embeddings-v5-omni inherits this from v5-text. Truncate to 32, 64, 128, up to
    Image
    368K0368K
    user avatar
    Elastic
    @elastic
    Jul 16
    Associated Paper: go.es.io/4pnh57x
    5770577
  • user avatar
    Elastic
    @elastic
    Jul 16
    EP 1: Video search made easy
    8720872
  • user avatar
    Elastic
    @elastic
    Jul 15
    New modular malware family, tracked from first appearance. Our Security Labs team breaks down the full infection chain, evasion techniques, and C2 infrastructure.
    user avatar
    Elastic Security Labs
    @elasticseclabs
    Jul 15
    TELEPUZ is a new modular malware spreading via CLICKFIX-VIDAR chains. Elastic Security Labs is tracking it. Active since late April 2026. The delivery path: ClickFix social engineering tricks users into running a PowerShell command that downloads a VIDAR Go variant, which then
    Image
    2.3K02.3K
  • user avatar
    Elastic
    @elastic
    Jul 15
    Article cover image
    Article
    4 NVIDIA AI tasks, 1 Elasticsearch API: Embeddings, chat, completion, and rerank
    Elasticsearch has native integrations to industry leading Gen AI tools and providers. Elasticsearch's inference API now connects directly to NVIDIA-hosted models. You get text embedding, completion,...
    1.7K01.7K
  • user avatar
    Elastic
    @elastic
    Jul 15
    15-minute live demos, Q+A. Every week. Starting tomorrow. Relevance Please is a new weekly livestream: demos across Search, Observability, and Security with rotating hosts and rotating topics. First up: @_jphwang on Making Video Search Easy. Join us tomorrow, 11AM ET / 8AM PT
    Image
    00:00
    460K0460K
    user avatar
    Elastic
    @elastic
    Jul 15
    Where to watch: X: Right here on our X channel! YouTube:
    Image
    youtube.com
    Official Elastic Community
    Hello from the Elastic Community team! Welcome to our channel dedicated to all things Elasticsearch and the Elastic Stack. Whether you're a developer just starting or looking to master advanced...
    9410941
  • user avatar
    Elastic
    @elastic
    Jul 14
    🧵 Your search query gets rewritten before it ever matches a document. Tokenization, stop words, stemming, synonyms: 4 steps sit between what you type and what gets looked up. Here's what each one does
    Image
    2.5M02.5M
    user avatar
    Elastic
    @elastic
    Jul 14
    Replying to @elastic
    5. An inverted index is the main data structure for search, working like a hash map. It creates a 1-to-many mapping between a term, and the documents where that term appears. This is why text analysis is performed on your documents at index time AND on your search query at
    4970497
    user avatar
    Elastic
    @elastic
    Jul 14
    Let's put it all together. What happens when I search for "the best wood fired neapolitin pie"? - “the best wood fired neapolitan pie” (original query) - “(t̶h̶e̶) best wood fired neapolitan pie” (stop word removal) - “(t̶h̶e̶) best wood fire(d̶) neapolitan pie” (stemming) -
    4780478
Image
REPLAY
user avatar
Elastic
@elastic
EP 1: Video search made easy
Advertisement
Advertisement