🐦 Twitter Post Details

Viewing enriched Twitter post

@jerryjliu0

The Hitchhiker’s Guide to Productionizing Retrieval 🤖 This is a must-read starter by @itsclelia, in partnership with @qdrant_engine, for anyone looking to build a RAG/retrieval pipeline for your AI agents. It contains practical tips and reference repos 📚 for every stage of the… https://t.co/HqeJlBaX5x

Media 1

📊 Media Metadata

{
  "media": [
    {
      "type": "image",
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1945647281782636974/media_0.jpg?",
      "filename": "media_0.jpg"
    }
  ],
  "nlp": {
    "sentiment": "positive",
    "topics": [
      "AI agents",
      "retrieval pipeline",
      "productionizing"
    ],
    "entities": [
      "Clelia",
      "Qdrant"
    ],
    "summary": "The tweet promotes a must-read resource for building a retrieval pipeline for AI agents, created by Clelia in partnership with Qdrant.",
    "language": "en",
    "processed_at": "2025-08-07T09:16:17.381370"
  }
}

🔧 Raw API Response

{
  "data": {
    "threaded_conversation_with_injections_v2": {
      "instructions": [
        {
          "type": "TimelineClearCache"
        },
        {
          "type": "TimelineAddEntries",
          "entries": [
            {
              "entryId": "tweet-1945647281782636974",
              "sortIndex": "1953475276176359424",
              "content": {
                "entryType": "TimelineTimelineItem",
                "__typename": "TimelineTimelineItem",
                "itemContent": {
                  "itemType": "TimelineTweet",
                  "__typename": "TimelineTweet",
                  "tweet_results": {
                    "result": {
                      "__typename": "Tweet",
                      "rest_id": "1945647281782636974",
                      "has_birdwatch_notes": false,
                      "core": {
                        "user_results": {
                          "result": {
                            "__typename": "User",
                            "id": "VXNlcjozNjk3Nzc0MTY=",
                            "rest_id": "369777416",
                            "affiliates_highlighted_label": {},
                            "has_graduated_access": true,
                            "is_blue_verified": true,
                            "profile_image_shape": "Circle",
                            "legacy": {
                              "can_dm": true,
                              "can_media_tag": true,
                              "created_at": "Wed Sep 07 22:54:31 +0000 2011",
                              "default_profile": true,
                              "default_profile_image": false,
                              "description": "co-founder/CEO @llama_index\n\nCareers: https://t.co/EUnMNmbCtx\nEnterprise: https://t.co/Ht5jwxSrQB",
                              "entities": {
                                "description": {
                                  "urls": [
                                    {
                                      "display_url": "llamaindex.ai/careers",
                                      "expanded_url": "https://www.llamaindex.ai/careers",
                                      "url": "https://t.co/EUnMNmbCtx",
                                      "indices": [
                                        38,
                                        61
                                      ]
                                    },
                                    {
                                      "display_url": "llamaindex.ai/contact",
                                      "expanded_url": "https://www.llamaindex.ai/contact",
                                      "url": "https://t.co/Ht5jwxSrQB",
                                      "indices": [
                                        74,
                                        97
                                      ]
                                    }
                                  ]
                                },
                                "url": {
                                  "urls": [
                                    {
                                      "display_url": "llamaindex.ai",
                                      "expanded_url": "https://www.llamaindex.ai/",
                                      "url": "https://t.co/YiIfjVlzb6",
                                      "indices": [
                                        0,
                                        23
                                      ]
                                    }
                                  ]
                                }
                              },
                              "fast_followers_count": 0,
                              "favourites_count": 7776,
                              "followers_count": 64131,
                              "friends_count": 1378,
                              "has_custom_timelines": true,
                              "is_translator": false,
                              "listed_count": 1295,
                              "location": "",
                              "media_count": 1244,
                              "name": "Jerry Liu",
                              "normal_followers_count": 64131,
                              "pinned_tweet_ids_str": [
                                "1953108641558540720"
                              ],
                              "possibly_sensitive": false,
                              "profile_image_url_https": "https://pbs.twimg.com/profile_images/1283610285031460864/1Q4zYhtb_normal.jpg",
                              "profile_interstitial_type": "",
                              "screen_name": "jerryjliu0",
                              "statuses_count": 6037,
                              "translator_type": "none",
                              "url": "https://t.co/YiIfjVlzb6",
                              "verified": false,
                              "want_retweets": false,
                              "withheld_in_countries": []
                            },
                            "tipjar_settings": {}
                          }
                        }
                      },
                      "unmention_data": {},
                      "edit_control": {
                        "edit_tweet_ids": [
                          "1945647281782636974"
                        ],
                        "editable_until_msecs": "1752717035000",
                        "is_edit_eligible": true,
                        "edits_remaining": "5"
                      },
                      "is_translatable": false,
                      "views": {
                        "count": "14659",
                        "state": "EnabledWithCount"
                      },
                      "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                      "note_tweet": {
                        "is_expandable": true,
                        "note_tweet_results": {
                          "result": {
                            "id": "Tm90ZVR3ZWV0OjE5NDU2NDcyODE1NzcxMDMzNjE=",
                            "text": "The Hitchhiker’s Guide to Productionizing Retrieval 🤖\n\nThis is a must-read starter by @itsclelia, in partnership with @qdrant_engine, for anyone looking to build a RAG/retrieval pipeline for your AI agents. It contains practical tips and reference repos 📚 for every stage of the data indexing/retrieval process.\n\n1️⃣ Text Extraction: Make sure that your text is well-structured from unstructured docs! (e.g. with LlamaCloud)\n2️⃣ Chunking: from sentence-level to agentic to code-based chunking (e.g. with Chonkie)\n3️⃣ Embeddings: hybrid search + reranking through rescoring/fusion\n4️⃣ Search boosting: Semantic caching, binary quantization - all with reference examples through @qdrant_engine\n5️⃣ Query rewriting: from agentic decomposition to query transformation\n\nCheck it out! https://t.co/1oTjet1WHb",
                            "entity_set": {
                              "hashtags": [],
                              "symbols": [],
                              "urls": [
                                {
                                  "display_url": "qdrant.tech/blog/hitchhike…",
                                  "expanded_url": "https://qdrant.tech/blog/hitchhikers-guide/",
                                  "url": "https://t.co/1oTjet1WHb",
                                  "indices": [
                                    779,
                                    802
                                  ]
                                }
                              ],
                              "user_mentions": [
                                {
                                  "id_str": "1925178481534509056",
                                  "name": "Clelia Bertelli",
                                  "screen_name": "itsclelia",
                                  "indices": [
                                    86,
                                    96
                                  ]
                                },
                                {
                                  "id_str": "1338631899422617600",
                                  "name": "Qdrant",
                                  "screen_name": "qdrant_engine",
                                  "indices": [
                                    118,
                                    132
                                  ]
                                },
                                {
                                  "id_str": "1338631899422617600",
                                  "name": "Qdrant",
                                  "screen_name": "qdrant_engine",
                                  "indices": [
                                    677,
                                    691
                                  ]
                                }
                              ]
                            },
                            "richtext": {
                              "richtext_tags": []
                            },
                            "media": {
                              "inline_media": []
                            }
                          }
                        }
                      },
                      "quoted_status_result": {
                        "result": {
                          "__typename": "Tweet",
                          "rest_id": "1945517039810183528",
                          "has_birdwatch_notes": false,
                          "core": {
                            "user_results": {
                              "result": {
                                "__typename": "User",
                                "id": "VXNlcjoxNjA0Mjc4MzU4Mjk2MDU1ODA4",
                                "rest_id": "1604278358296055808",
                                "affiliates_highlighted_label": {},
                                "has_graduated_access": true,
                                "is_blue_verified": true,
                                "profile_image_shape": "Circle",
                                "legacy": {
                                  "can_dm": false,
                                  "can_media_tag": true,
                                  "created_at": "Sun Dec 18 00:52:44 +0000 2022",
                                  "default_profile": true,
                                  "default_profile_image": false,
                                  "description": "Build AI agents over your documents\n\nGithub: https://t.co/HC19j7vMwc\nDocs: https://t.co/QInqg2zksh\nLlamaCloud: https://t.co/yQGTiRSNvj",
                                  "entities": {
                                    "description": {
                                      "urls": [
                                        {
                                          "display_url": "github.com/run-llama/llam…",
                                          "expanded_url": "http://github.com/run-llama/llama_index",
                                          "url": "https://t.co/HC19j7vMwc",
                                          "indices": [
                                            45,
                                            68
                                          ]
                                        },
                                        {
                                          "display_url": "docs.llamaindex.ai",
                                          "expanded_url": "http://docs.llamaindex.ai",
                                          "url": "https://t.co/QInqg2zksh",
                                          "indices": [
                                            75,
                                            98
                                          ]
                                        },
                                        {
                                          "display_url": "cloud.llamaindex.ai",
                                          "expanded_url": "https://cloud.llamaindex.ai/",
                                          "url": "https://t.co/yQGTiRSNvj",
                                          "indices": [
                                            111,
                                            134
                                          ]
                                        }
                                      ]
                                    },
                                    "url": {
                                      "urls": [
                                        {
                                          "display_url": "llamaindex.ai",
                                          "expanded_url": "https://www.llamaindex.ai/",
                                          "url": "https://t.co/epzefqQqZx",
                                          "indices": [
                                            0,
                                            23
                                          ]
                                        }
                                      ]
                                    }
                                  },
                                  "fast_followers_count": 0,
                                  "favourites_count": 1425,
                                  "followers_count": 99657,
                                  "friends_count": 28,
                                  "has_custom_timelines": false,
                                  "is_translator": false,
                                  "listed_count": 1572,
                                  "location": "",
                                  "media_count": 1676,
                                  "name": "LlamaIndex 🦙",
                                  "normal_followers_count": 99657,
                                  "pinned_tweet_ids_str": [
                                    "1950285220663742516"
                                  ],
                                  "possibly_sensitive": false,
                                  "profile_banner_url": "https://pbs.twimg.com/profile_banners/1604278358296055808/1752258343",
                                  "profile_image_url_https": "https://pbs.twimg.com/profile_images/1623505166996742144/n-PNQGgd_normal.jpg",
                                  "profile_interstitial_type": "",
                                  "screen_name": "llama_index",
                                  "statuses_count": 3500,
                                  "translator_type": "none",
                                  "url": "https://t.co/epzefqQqZx",
                                  "verified": false,
                                  "want_retweets": false,
                                  "withheld_in_countries": []
                                },
                                "tipjar_settings": {}
                              }
                            }
                          },
                          "unmention_data": {},
                          "edit_control": {
                            "edit_tweet_ids": [
                              "1945517039810183528"
                            ],
                            "editable_until_msecs": "1752685982000",
                            "is_edit_eligible": true,
                            "edits_remaining": "5"
                          },
                          "is_translatable": false,
                          "views": {
                            "count": "20071",
                            "state": "EnabledWithCount"
                          },
                          "source": "<a href=\"https://typefully.com/\" rel=\"nofollow\">Typefully</a>",
                          "note_tweet": {
                            "is_expandable": true,
                            "note_tweet_results": {
                              "result": {
                                "id": "Tm90ZVR3ZWV0OjE5NDU1MTcwMzk2NTkyMDQ2MDg=",
                                "text": "Ready to build production-ready RAG systems? Our Open Source Engineer @itsclelia shares battle-tested lessons from building vector search applications in the wild.\n\n🔧 Text extraction strategies: when to use simple parsing vs advanced OCR-based solutions like LlamaParse for complex documents\n📊 Smart chunking approaches: match your chunking strategy to text complexity using tools like @ChonkieAI\n🔍 Hybrid search techniques: combine dense and sparse embeddings with @qdrant_engine to capture both semantic meaning and keywords\n⚡ Performance optimization: implement semantic caching and binary quantization to reduce latency and memory usage\n\nThese aren't just theoretical concepts - they're real-world solutions tested in production environments, complete with code examples and practical frameworks for evaluation.\n\nRead the full hitchhiker's guide to vector search: https://t.co/SQ7s3OnJXV",
                                "entity_set": {
                                  "hashtags": [],
                                  "symbols": [],
                                  "urls": [
                                    {
                                      "display_url": "qdrant.tech/blog/hitchhike…",
                                      "expanded_url": "https://qdrant.tech/blog/hitchhikers-guide/",
                                      "url": "https://t.co/SQ7s3OnJXV",
                                      "indices": [
                                        868,
                                        891
                                      ]
                                    }
                                  ],
                                  "user_mentions": [
                                    {
                                      "id_str": "1925178481534509056",
                                      "name": "Clelia Bertelli",
                                      "screen_name": "itsclelia",
                                      "indices": [
                                        70,
                                        80
                                      ]
                                    },
                                    {
                                      "id_str": "1867724570784100352",
                                      "name": "Chonkie",
                                      "screen_name": "ChonkieAI",
                                      "indices": [
                                        386,
                                        396
                                      ]
                                    },
                                    {
                                      "id_str": "1338631899422617600",
                                      "name": "Qdrant",
                                      "screen_name": "qdrant_engine",
                                      "indices": [
                                        466,
                                        480
                                      ]
                                    }
                                  ]
                                }
                              }
                            }
                          },
                          "legacy": {
                            "bookmark_count": 42,
                            "bookmarked": false,
                            "created_at": "Wed Jul 16 16:13:02 +0000 2025",
                            "conversation_id_str": "1945517039810183528",
                            "display_text_range": [
                              0,
                              274
                            ],
                            "entities": {
                              "hashtags": [],
                              "media": [
                                {
                                  "display_url": "pic.x.com/R0TTgWrKtv",
                                  "expanded_url": "https://x.com/llama_index/status/1945517039810183528/photo/1",
                                  "id_str": "1945517036446289920",
                                  "indices": [
                                    275,
                                    298
                                  ],
                                  "media_key": "3_1945517036446289920",
                                  "media_url_https": "https://pbs.twimg.com/media/Gv_db9XaEAANwfD.jpg",
                                  "type": "photo",
                                  "url": "https://t.co/R0TTgWrKtv",
                                  "ext_media_availability": {
                                    "status": "Available"
                                  },
                                  "features": {
                                    "large": {
                                      "faces": []
                                    },
                                    "medium": {
                                      "faces": []
                                    },
                                    "small": {
                                      "faces": []
                                    },
                                    "orig": {
                                      "faces": []
                                    }
                                  },
                                  "sizes": {
                                    "large": {
                                      "h": 458,
                                      "w": 916,
                                      "resize": "fit"
                                    },
                                    "medium": {
                                      "h": 458,
                                      "w": 916,
                                      "resize": "fit"
                                    },
                                    "small": {
                                      "h": 340,
                                      "w": 680,
                                      "resize": "fit"
                                    },
                                    "thumb": {
                                      "h": 150,
                                      "w": 150,
                                      "resize": "crop"
                                    }
                                  },
                                  "original_info": {
                                    "height": 458,
                                    "width": 916,
                                    "focus_rects": [
                                      {
                                        "x": 98,
                                        "y": 0,
                                        "w": 818,
                                        "h": 458
                                      },
                                      {
                                        "x": 458,
                                        "y": 0,
                                        "w": 458,
                                        "h": 458
                                      },
                                      {
                                        "x": 514,
                                        "y": 0,
                                        "w": 402,
                                        "h": 458
                                      },
                                      {
                                        "x": 687,
                                        "y": 0,
                                        "w": 229,
                                        "h": 458
                                      },
                                      {
                                        "x": 0,
                                        "y": 0,
                                        "w": 916,
                                        "h": 458
                                      }
                                    ]
                                  },
                                  "media_results": {
                                    "result": {
                                      "media_key": "3_1945517036446289920"
                                    }
                                  }
                                }
                              ],
                              "symbols": [],
                              "timestamps": [],
                              "urls": [],
                              "user_mentions": [
                                {
                                  "id_str": "1925178481534509056",
                                  "name": "Clelia Bertelli",
                                  "screen_name": "itsclelia",
                                  "indices": [
                                    70,
                                    80
                                  ]
                                }
                              ]
                            },
                            "extended_entities": {
                              "media": [
                                {
                                  "display_url": "pic.x.com/R0TTgWrKtv",
                                  "expanded_url": "https://x.com/llama_index/status/1945517039810183528/photo/1",
                                  "id_str": "1945517036446289920",
                                  "indices": [
                                    275,
                                    298
                                  ],
                                  "media_key": "3_1945517036446289920",
                                  "media_url_https": "https://pbs.twimg.com/media/Gv_db9XaEAANwfD.jpg",
                                  "type": "photo",
                                  "url": "https://t.co/R0TTgWrKtv",
                                  "ext_media_availability": {
                                    "status": "Available"
                                  },
                                  "features": {
                                    "large": {
                                      "faces": []
                                    },
                                    "medium": {
                                      "faces": []
                                    },
                                    "small": {
                                      "faces": []
                                    },
                                    "orig": {
                                      "faces": []
                                    }
                                  },
                                  "sizes": {
                                    "large": {
                                      "h": 458,
                                      "w": 916,
                                      "resize": "fit"
                                    },
                                    "medium": {
                                      "h": 458,
                                      "w": 916,
                                      "resize": "fit"
                                    },
                                    "small": {
                                      "h": 340,
                                      "w": 680,
                                      "resize": "fit"
                                    },
                                    "thumb": {
                                      "h": 150,
                                      "w": 150,
                                      "resize": "crop"
                                    }
                                  },
                                  "original_info": {
                                    "height": 458,
                                    "width": 916,
                                    "focus_rects": [
                                      {
                                        "x": 98,
                                        "y": 0,
                                        "w": 818,
                                        "h": 458
                                      },
                                      {
                                        "x": 458,
                                        "y": 0,
                                        "w": 458,
                                        "h": 458
                                      },
                                      {
                                        "x": 514,
                                        "y": 0,
                                        "w": 402,
                                        "h": 458
                                      },
                                      {
                                        "x": 687,
                                        "y": 0,
                                        "w": 229,
                                        "h": 458
                                      },
                                      {
                                        "x": 0,
                                        "y": 0,
                                        "w": 916,
                                        "h": 458
                                      }
                                    ]
                                  },
                                  "media_results": {
                                    "result": {
                                      "media_key": "3_1945517036446289920"
                                    }
                                  }
                                }
                              ]
                            },
                            "favorite_count": 39,
                            "favorited": false,
                            "full_text": "Ready to build production-ready RAG systems? Our Open Source Engineer @itsclelia shares battle-tested lessons from building vector search applications in the wild.\n\n🔧 Text extraction strategies: when to use simple parsing vs advanced OCR-based solutions like LlamaParse for… https://t.co/R0TTgWrKtv",
                            "is_quote_status": false,
                            "lang": "en",
                            "possibly_sensitive": false,
                            "possibly_sensitive_editable": true,
                            "quote_count": 1,
                            "reply_count": 1,
                            "retweet_count": 9,
                            "retweeted": false,
                            "user_id_str": "1604278358296055808",
                            "id_str": "1945517039810183528"
                          }
                        }
                      },
                      "legacy": {
                        "bookmark_count": 171,
                        "bookmarked": false,
                        "created_at": "Thu Jul 17 00:50:35 +0000 2025",
                        "conversation_id_str": "1945647281782636974",
                        "display_text_range": [
                          0,
                          279
                        ],
                        "entities": {
                          "hashtags": [],
                          "media": [
                            {
                              "display_url": "pic.x.com/HqeJlBaX5x",
                              "expanded_url": "https://x.com/jerryjliu0/status/1945647281782636974/photo/1",
                              "id_str": "1945647251340365827",
                              "indices": [
                                280,
                                303
                              ],
                              "media_key": "3_1945647251340365827",
                              "media_url_https": "https://pbs.twimg.com/media/GwBT3dpbkAMxT67.jpg",
                              "type": "photo",
                              "url": "https://t.co/HqeJlBaX5x",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": [
                                    {
                                      "x": 721,
                                      "y": 667,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                },
                                "medium": {
                                  "faces": [
                                    {
                                      "x": 721,
                                      "y": 667,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                },
                                "small": {
                                  "faces": [
                                    {
                                      "x": 461,
                                      "y": 426,
                                      "h": 92,
                                      "w": 92
                                    }
                                  ]
                                },
                                "orig": {
                                  "faces": [
                                    {
                                      "x": 721,
                                      "y": 667,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 1008,
                                  "w": 1063,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 1008,
                                  "w": 1063,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 645,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 1008,
                                "width": 1063,
                                "focus_rects": [
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 1063,
                                    "h": 595
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 1008,
                                    "h": 1008
                                  },
                                  {
                                    "x": 62,
                                    "y": 0,
                                    "w": 884,
                                    "h": 1008
                                  },
                                  {
                                    "x": 252,
                                    "y": 0,
                                    "w": 504,
                                    "h": 1008
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 1063,
                                    "h": 1008
                                  }
                                ]
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1945647251340365827"
                                }
                              }
                            }
                          ],
                          "symbols": [],
                          "timestamps": [],
                          "urls": [],
                          "user_mentions": [
                            {
                              "id_str": "1925178481534509056",
                              "name": "Clelia Bertelli",
                              "screen_name": "itsclelia",
                              "indices": [
                                86,
                                96
                              ]
                            },
                            {
                              "id_str": "1338631899422617600",
                              "name": "Qdrant",
                              "screen_name": "qdrant_engine",
                              "indices": [
                                118,
                                132
                              ]
                            }
                          ]
                        },
                        "extended_entities": {
                          "media": [
                            {
                              "display_url": "pic.x.com/HqeJlBaX5x",
                              "expanded_url": "https://x.com/jerryjliu0/status/1945647281782636974/photo/1",
                              "id_str": "1945647251340365827",
                              "indices": [
                                280,
                                303
                              ],
                              "media_key": "3_1945647251340365827",
                              "media_url_https": "https://pbs.twimg.com/media/GwBT3dpbkAMxT67.jpg",
                              "type": "photo",
                              "url": "https://t.co/HqeJlBaX5x",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": [
                                    {
                                      "x": 721,
                                      "y": 667,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                },
                                "medium": {
                                  "faces": [
                                    {
                                      "x": 721,
                                      "y": 667,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                },
                                "small": {
                                  "faces": [
                                    {
                                      "x": 461,
                                      "y": 426,
                                      "h": 92,
                                      "w": 92
                                    }
                                  ]
                                },
                                "orig": {
                                  "faces": [
                                    {
                                      "x": 721,
                                      "y": 667,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 1008,
                                  "w": 1063,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 1008,
                                  "w": 1063,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 645,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 1008,
                                "width": 1063,
                                "focus_rects": [
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 1063,
                                    "h": 595
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 1008,
                                    "h": 1008
                                  },
                                  {
                                    "x": 62,
                                    "y": 0,
                                    "w": 884,
                                    "h": 1008
                                  },
                                  {
                                    "x": 252,
                                    "y": 0,
                                    "w": 504,
                                    "h": 1008
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 1063,
                                    "h": 1008
                                  }
                                ]
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1945647251340365827"
                                }
                              }
                            }
                          ]
                        },
                        "favorite_count": 124,
                        "favorited": false,
                        "full_text": "The Hitchhiker’s Guide to Productionizing Retrieval 🤖\n\nThis is a must-read starter by @itsclelia, in partnership with @qdrant_engine, for anyone looking to build a RAG/retrieval pipeline for your AI agents. It contains practical tips and reference repos 📚 for every stage of the… https://t.co/HqeJlBaX5x",
                        "is_quote_status": true,
                        "lang": "en",
                        "possibly_sensitive": false,
                        "possibly_sensitive_editable": true,
                        "quote_count": 2,
                        "quoted_status_id_str": "1945517039810183528",
                        "quoted_status_permalink": {
                          "url": "https://t.co/nM4S4prB6F",
                          "expanded": "https://twitter.com/llama_index/status/1945517039810183528",
                          "display": "x.com/llama_index/st…"
                        },
                        "reply_count": 2,
                        "retweet_count": 25,
                        "retweeted": false,
                        "user_id_str": "369777416",
                        "id_str": "1945647281782636974"
                      },
                      "quick_promote_eligibility": {
                        "eligibility": "IneligibleNotProfessional"
                      }
                    }
                  },
                  "tweetDisplayType": "Tweet"
                },
                "clientEventInfo": {
                  "component": "tweet",
                  "element": "tweet"
                }
              }
            },
            {
              "entryId": "conversationthread-1946127064949805366",
              "sortIndex": "1953475276176359414",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1946127064949805366-tweet-1946127064949805366",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1946127064949805366",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxOTIxOTY4OTU2OTAwMDQ4ODk3",
                                  "rest_id": "1921968956900048897",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Mon May 12 16:41:48 +0000 2025",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Ex-AWS | Building AI agents for SMBs\n🧠 + 🤖 + ❤️",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 41,
                                    "followers_count": 4,
                                    "friends_count": 51,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "SF Bay Area",
                                    "media_count": 3,
                                    "name": "Amit Saini",
                                    "normal_followers_count": 4,
                                    "pinned_tweet_ids_str": [
                                      "1921981000562700556"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1921968956900048897/1747072503",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1929963255843180544/nD-zeUaa_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Agents4Ops",
                                    "statuses_count": 28,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1946127064949805366"
                              ],
                              "editable_until_msecs": "1752831424000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "54",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Fri Jul 18 08:37:04 +0000 2025",
                              "conversation_id_str": "1945647281782636974",
                              "display_text_range": [
                                38,
                                241
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "369777416",
                                    "name": "Jerry Liu",
                                    "screen_name": "jerryjliu0",
                                    "indices": [
                                      0,
                                      11
                                    ]
                                  },
                                  {
                                    "id_str": "1925178481534509056",
                                    "name": "Clelia Bertelli",
                                    "screen_name": "itsclelia",
                                    "indices": [
                                      12,
                                      22
                                    ]
                                  },
                                  {
                                    "id_str": "1338631899422617600",
                                    "name": "Qdrant",
                                    "screen_name": "qdrant_engine",
                                    "indices": [
                                      23,
                                      37
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@jerryjliu0 @itsclelia @qdrant_engine Great overview for doc-indexed RAG. Curious to see more on real-time RAG via API calls—where context is fetched on the fly, not pre-embedded. A growing pattern in agent workflows that’s often overlooked.",
                              "in_reply_to_screen_name": "jerryjliu0",
                              "in_reply_to_status_id_str": "1945647281782636974",
                              "in_reply_to_user_id_str": "369777416",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1921968956900048897",
                              "id_str": "1946127064949805366"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1946127064949805366"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "cursor-showmorethreads-1953475276176359413",
              "sortIndex": "1953475276176359413",
              "content": {
                "entryType": "TimelineTimelineCursor",
                "__typename": "TimelineTimelineCursor",
                "value": "DAAFCgABGxwjaen___MLAAIAAAAwRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUFJYkFGUGs4TnZCcmhzQ0NFRXFHMUUyCAADAAAABwAA",
                "cursorType": "ShowMoreThreads",
                "displayTreatment": {
                  "actionText": "Show probable spam"
                }
              }
            }
          ]
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Top"
        }
      ],
      "metadata": {
        "scribeConfig": {
          "page": "ranked_replies"
        }
      }
    }
  }
}