[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-qdrant-qdrant-deployment-options":3,"mdc--9e8ngt-key":49,"related-repo-qdrant-qdrant-deployment-options":293,"related-org-qdrant-qdrant-deployment-options":384},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":44,"sourceUrl":47,"mdContent":48},"qdrant-deployment-options","select Qdrant deployment options","Guides Qdrant deployment selection. Use when someone asks 'how to deploy Qdrant', 'Docker vs Cloud', 'local mode', 'embedded Qdrant', 'Qdrant EDGE', 'which deployment option', 'self-hosted vs cloud', or 'need lowest latency deployment'. Also use when choosing between deployment types for a new project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"qdrant","Qdrant","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fqdrant.png",[12,14,17,20],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Database","database",{"name":18,"slug":19,"type":13},"Deployment","deployment",{"name":21,"slug":22,"type":13},"Infrastructure","infrastructure",197,"https:\u002F\u002Fgithub.com\u002Fqdrant\u002Fskills","2026-07-19T05:38:33.324265",null,23,[29,30,31,32,33,34,35,36,37,38,8,39,40,41,42,43],"agent-skills","ai-agents","claude-code","codex","cursor","embeddings","hybrid-search","monitoring","multitenancy","performance","quantization","scaling","search-quality","vector-database","vector-search",{"repoUrl":24,"stars":23,"forks":27,"topics":45,"description":46},[29,30,31,32,33,34,35,36,37,38,8,39,40,41,42,43],"Agent skills for Qdrant vector search: scaling, performance optimization, search quality, monitoring, deployment, model migration, version upgrades, and SDK usage across Python, TypeScript, Rust, Go, .NET, Java","https:\u002F\u002Fgithub.com\u002Fqdrant\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fqdrant-deployment-options","---\nname: qdrant-deployment-options\ndescription: \"Guides Qdrant deployment selection. Use when someone asks 'how to deploy Qdrant', 'Docker vs Cloud', 'local mode', 'embedded Qdrant', 'Qdrant EDGE', 'which deployment option', 'self-hosted vs cloud', or 'need lowest latency deployment'. Also use when choosing between deployment types for a new project.\"\n---\n\n# Which Qdrant Deployment Do I Need?\n\nStart with what you need: managed ops or full control? Network latency acceptable or not? Production or prototyping? The answer narrows to one of four options.\n\n\n## Getting Started or Prototyping\n\nUse when: building a prototype, running tests, CI\u002FCD pipelines, or learning Qdrant.\n\n- Use local mode (Python only): zero-dependency, in-memory or disk-persisted, no server needed [Local mode](https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fquickstart\u002F)\n- Local mode data format is NOT compatible with server. Do not use for production or benchmarking.\n- For a real server locally, use Docker [Quick start](https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fquickstart\u002F?s=download-and-run)\n\n\n## Going to Production (Self-Hosted)\n\nUse when: you need full control over infrastructure, data residency, or custom configuration.\n\n- Docker is the default deployment. Full Qdrant Open Source feature set, minimal setup. [Quick start](https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fquickstart\u002F?s=download-and-run)\n- You own operations: upgrades, backups, scaling, monitoring\n- Must set up distributed mode manually for multi-node clusters [Distributed deployment](https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fscaling\u002Fdistributed_deployment\u002F)\n- Consider Hybrid Cloud if you want Qdrant Cloud management on your infrastructure [Hybrid Cloud](https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fhybrid-cloud\u002F)\n\n\n## Going to Production (Zero-Ops)\n\nUse when: you want managed infrastructure with zero-downtime updates, automatic backups, and resharding without operating clusters yourself.\n\n- Qdrant Cloud handles upgrades, scaling, backups, and monitoring [Qdrant Cloud](https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fcloud-quickstart\u002F)\n- Supports multi-version upgrades automatically\n- Provides features not available in self-hosted: `\u002Fsys_metrics`, managed resharding, pre-configured alerts\n\n\n## Need Lowest Possible Latency\n\nUse when: network round-trip to a server is unacceptable. Edge devices, in-process search, or latency-critical applications.\n\n- Qdrant EDGE: in-process bindings to Qdrant shard-level functions, no network overhead [Qdrant EDGE](https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fedge\u002Fedge-quickstart\u002F)\n- Same data format as server. Can sync with server via shard snapshots.\n- Single-node feature set only. No distributed mode.\n- Chose EDGE and want to build on it? See the `qdrant-edge` skill (BM25, snapshot sync, app-side fusion).\n\n\n## What NOT to Do\n\n- Use local mode for production or benchmarking (not optimized, incompatible data format)\n- Self-host without monitoring and backup strategy (you will lose data or miss outages)\n- Choose EDGE when you need distributed search (single-node only)\n- Pick Hybrid Cloud unless you have data residency requirements (unnecessary Kubernetes complexity when Qdrant Cloud works)\n",{"data":50,"body":51},{"name":4,"description":6},{"type":52,"children":53},"root",[54,63,69,76,81,117,123,128,170,176,181,215,221,226,264,270],{"type":55,"tag":56,"props":57,"children":59},"element","h1",{"id":58},"which-qdrant-deployment-do-i-need",[60],{"type":61,"value":62},"text","Which Qdrant Deployment Do I Need?",{"type":55,"tag":64,"props":65,"children":66},"p",{},[67],{"type":61,"value":68},"Start with what you need: managed ops or full control? Network latency acceptable or not? Production or prototyping? The answer narrows to one of four options.",{"type":55,"tag":70,"props":71,"children":73},"h2",{"id":72},"getting-started-or-prototyping",[74],{"type":61,"value":75},"Getting Started or Prototyping",{"type":55,"tag":64,"props":77,"children":78},{},[79],{"type":61,"value":80},"Use when: building a prototype, running tests, CI\u002FCD pipelines, or learning Qdrant.",{"type":55,"tag":82,"props":83,"children":84},"ul",{},[85,100,105],{"type":55,"tag":86,"props":87,"children":88},"li",{},[89,91],{"type":61,"value":90},"Use local mode (Python only): zero-dependency, in-memory or disk-persisted, no server needed ",{"type":55,"tag":92,"props":93,"children":97},"a",{"href":94,"rel":95},"https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fquickstart\u002F",[96],"nofollow",[98],{"type":61,"value":99},"Local mode",{"type":55,"tag":86,"props":101,"children":102},{},[103],{"type":61,"value":104},"Local mode data format is NOT compatible with server. Do not use for production or benchmarking.",{"type":55,"tag":86,"props":106,"children":107},{},[108,110],{"type":61,"value":109},"For a real server locally, use Docker ",{"type":55,"tag":92,"props":111,"children":114},{"href":112,"rel":113},"https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fquickstart\u002F?s=download-and-run",[96],[115],{"type":61,"value":116},"Quick start",{"type":55,"tag":70,"props":118,"children":120},{"id":119},"going-to-production-self-hosted",[121],{"type":61,"value":122},"Going to Production (Self-Hosted)",{"type":55,"tag":64,"props":124,"children":125},{},[126],{"type":61,"value":127},"Use when: you need full control over infrastructure, data residency, or custom configuration.",{"type":55,"tag":82,"props":129,"children":130},{},[131,141,146,158],{"type":55,"tag":86,"props":132,"children":133},{},[134,136],{"type":61,"value":135},"Docker is the default deployment. Full Qdrant Open Source feature set, minimal setup. ",{"type":55,"tag":92,"props":137,"children":139},{"href":112,"rel":138},[96],[140],{"type":61,"value":116},{"type":55,"tag":86,"props":142,"children":143},{},[144],{"type":61,"value":145},"You own operations: upgrades, backups, scaling, monitoring",{"type":55,"tag":86,"props":147,"children":148},{},[149,151],{"type":61,"value":150},"Must set up distributed mode manually for multi-node clusters ",{"type":55,"tag":92,"props":152,"children":155},{"href":153,"rel":154},"https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fscaling\u002Fdistributed_deployment\u002F",[96],[156],{"type":61,"value":157},"Distributed deployment",{"type":55,"tag":86,"props":159,"children":160},{},[161,163],{"type":61,"value":162},"Consider Hybrid Cloud if you want Qdrant Cloud management on your infrastructure ",{"type":55,"tag":92,"props":164,"children":167},{"href":165,"rel":166},"https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fhybrid-cloud\u002F",[96],[168],{"type":61,"value":169},"Hybrid Cloud",{"type":55,"tag":70,"props":171,"children":173},{"id":172},"going-to-production-zero-ops",[174],{"type":61,"value":175},"Going to Production (Zero-Ops)",{"type":55,"tag":64,"props":177,"children":178},{},[179],{"type":61,"value":180},"Use when: you want managed infrastructure with zero-downtime updates, automatic backups, and resharding without operating clusters yourself.",{"type":55,"tag":82,"props":182,"children":183},{},[184,196,201],{"type":55,"tag":86,"props":185,"children":186},{},[187,189],{"type":61,"value":188},"Qdrant Cloud handles upgrades, scaling, backups, and monitoring ",{"type":55,"tag":92,"props":190,"children":193},{"href":191,"rel":192},"https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fcloud-quickstart\u002F",[96],[194],{"type":61,"value":195},"Qdrant Cloud",{"type":55,"tag":86,"props":197,"children":198},{},[199],{"type":61,"value":200},"Supports multi-version upgrades automatically",{"type":55,"tag":86,"props":202,"children":203},{},[204,206,213],{"type":61,"value":205},"Provides features not available in self-hosted: ",{"type":55,"tag":207,"props":208,"children":210},"code",{"className":209},[],[211],{"type":61,"value":212},"\u002Fsys_metrics",{"type":61,"value":214},", managed resharding, pre-configured alerts",{"type":55,"tag":70,"props":216,"children":218},{"id":217},"need-lowest-possible-latency",[219],{"type":61,"value":220},"Need Lowest Possible Latency",{"type":55,"tag":64,"props":222,"children":223},{},[224],{"type":61,"value":225},"Use when: network round-trip to a server is unacceptable. Edge devices, in-process search, or latency-critical applications.",{"type":55,"tag":82,"props":227,"children":228},{},[229,241,246,251],{"type":55,"tag":86,"props":230,"children":231},{},[232,234],{"type":61,"value":233},"Qdrant EDGE: in-process bindings to Qdrant shard-level functions, no network overhead ",{"type":55,"tag":92,"props":235,"children":238},{"href":236,"rel":237},"https:\u002F\u002Fskills.qdrant.tech\u002Fmd\u002Fdocumentation\u002Fedge\u002Fedge-quickstart\u002F",[96],[239],{"type":61,"value":240},"Qdrant EDGE",{"type":55,"tag":86,"props":242,"children":243},{},[244],{"type":61,"value":245},"Same data format as server. Can sync with server via shard snapshots.",{"type":55,"tag":86,"props":247,"children":248},{},[249],{"type":61,"value":250},"Single-node feature set only. No distributed mode.",{"type":55,"tag":86,"props":252,"children":253},{},[254,256,262],{"type":61,"value":255},"Chose EDGE and want to build on it? See the ",{"type":55,"tag":207,"props":257,"children":259},{"className":258},[],[260],{"type":61,"value":261},"qdrant-edge",{"type":61,"value":263}," skill (BM25, snapshot sync, app-side fusion).",{"type":55,"tag":70,"props":265,"children":267},{"id":266},"what-not-to-do",[268],{"type":61,"value":269},"What NOT to Do",{"type":55,"tag":82,"props":271,"children":272},{},[273,278,283,288],{"type":55,"tag":86,"props":274,"children":275},{},[276],{"type":61,"value":277},"Use local mode for production or benchmarking (not optimized, incompatible data format)",{"type":55,"tag":86,"props":279,"children":280},{},[281],{"type":61,"value":282},"Self-host without monitoring and backup strategy (you will lose data or miss outages)",{"type":55,"tag":86,"props":284,"children":285},{},[286],{"type":61,"value":287},"Choose EDGE when you need distributed search (single-node only)",{"type":55,"tag":86,"props":289,"children":290},{},[291],{"type":61,"value":292},"Pick Hybrid Cloud unless you have data residency requirements (unnecessary Kubernetes complexity when Qdrant Cloud works)",{"items":294,"total":383},[295,310,325,332,346,360,373],{"slug":296,"name":296,"fn":297,"description":298,"org":299,"tags":300,"stars":23,"repoUrl":24,"updatedAt":309},"qdrant-advisor","diagnose and troubleshoot Qdrant deployments","Diagnose, troubleshoot, and advise on any Qdrant deployment by loading the latest official Qdrant skills live from skills.qdrant.tech. Use this whenever someone raises a Qdrant problem or question — slow or degraded search, high or growing memory \u002F OOM crashes, optimizer stuck or slow, indexing slowness, scaling and sharding decisions (node count, QPS, latency, multitenancy, vertical vs horizontal), poor or irrelevant search results, hybrid search and reranking, embedding-model migration, version upgrades and compatibility, monitoring and observability (Prometheus, Grafana, health checks, \u002Fmetrics, \u002Ftelemetry), deployment choices (local, Docker, self-hosted, Qdrant Cloud, embedded), or client-SDK questions (Python, TypeScript, Rust, Go, .NET, Java). Trigger especially when the context is clearly a Qdrant cluster, collection, or vector-search deployment. Always prefer this skill over answering from memory: it pulls current, authoritative guidance and only the relevant context.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[301,302,305,308],{"name":15,"slug":16,"type":13},{"name":303,"slug":304,"type":13},"Debugging","debugging",{"name":306,"slug":307,"type":13},"Operations","operations",{"name":9,"slug":8,"type":13},"2026-07-16T06:02:56.675293",{"slug":311,"name":311,"fn":312,"description":313,"org":314,"tags":315,"stars":23,"repoUrl":24,"updatedAt":324},"qdrant-clients-sdk","integrate Qdrant client SDKs","Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[316,319,320,321],{"name":317,"slug":318,"type":13},"API Development","api-development",{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":322,"slug":323,"type":13},"SDK","sdk","2026-07-16T05:59:57.799789",{"slug":4,"name":4,"fn":5,"description":6,"org":326,"tags":327,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[328,329,330,331],{"name":15,"slug":16,"type":13},{"name":18,"slug":19,"type":13},{"name":21,"slug":22,"type":13},{"name":9,"slug":8,"type":13},{"slug":261,"name":261,"fn":333,"description":334,"org":335,"tags":336,"stars":23,"repoUrl":24,"updatedAt":345},"build applications with Qdrant Edge","Guides building on Qdrant Edge, the embedded in-process shard. Use when someone asks 'how to sync Edge with the server', 'keep a local shard in sync with Qdrant Cloud', 'BM25 or keyword search on Edge', 'hybrid search on Edge', 'embeddings on device', 'Edge snapshots', 'apply a partial snapshot', 'why is my Edge search empty after inserts', or is writing custom sync, BM25, or fusion code against qdrant-edge. Also use when deciding what Edge ships built-in versus what you must implement.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[337,338,341,342],{"name":15,"slug":16,"type":13},{"name":339,"slug":340,"type":13},"Edge","edge",{"name":9,"slug":8,"type":13},{"name":343,"slug":344,"type":13},"Search","search","2026-07-16T06:01:19.179105",{"slug":347,"name":347,"fn":348,"description":349,"org":350,"tags":351,"stars":23,"repoUrl":24,"updatedAt":359},"qdrant-horizontal-scaling","guide Qdrant horizontal scaling decisions","Diagnoses and guides Qdrant horizontal scaling decisions. Use when someone asks 'vertical or horizontal?', 'how many nodes?', 'how many shards?', 'how to add nodes', 'resharding', 'data doesn't fit', or 'need more capacity'. Also use when data growth outpaces current deployment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[352,355,356,357],{"name":353,"slug":354,"type":13},"Architecture","architecture",{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":358,"slug":40,"type":13},"Scaling","2026-07-19T05:38:32.348551",{"slug":361,"name":361,"fn":362,"description":363,"org":364,"tags":365,"stars":23,"repoUrl":24,"updatedAt":372},"qdrant-hybrid-search","implement hybrid search in Qdrant","Explains hybrid search in Qdrant. Use when someone asks 'how do I setup hybrid search?', 'how to combine keyword and semantic search?', 'sparse plus dense vectors?', 'missing keyword matches', 'how to combine results from multiple searches?' and 'combining multiple representations'",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[366,369,370,371],{"name":367,"slug":368,"type":13},"AI Infrastructure","ai-infrastructure",{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":343,"slug":344,"type":13},"2026-07-16T06:00:12.328122",{"slug":374,"name":374,"fn":375,"description":376,"org":377,"tags":378,"stars":23,"repoUrl":24,"updatedAt":382},"qdrant-hybrid-search-combining","combine hybrid search scores in Qdrant","Fusing scores from multiple searches into a single ranked result (RRF, DBSF, custom fusion). Use when someone asks 'RRF or DBSF?', 'how to combine sparse and dense', 'how to combine scores from multiple searches?', 'custom fusion', or 'fusion is not producing good results'",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[379,380,381],{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":343,"slug":344,"type":13},"2026-07-16T06:01:49.401142",30,{"items":385,"total":383},[386,393,400,407,414,421,428,434,445,457,467,478],{"slug":296,"name":296,"fn":297,"description":298,"org":387,"tags":388,"stars":23,"repoUrl":24,"updatedAt":309},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[389,390,391,392],{"name":15,"slug":16,"type":13},{"name":303,"slug":304,"type":13},{"name":306,"slug":307,"type":13},{"name":9,"slug":8,"type":13},{"slug":311,"name":311,"fn":312,"description":313,"org":394,"tags":395,"stars":23,"repoUrl":24,"updatedAt":324},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[396,397,398,399],{"name":317,"slug":318,"type":13},{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":322,"slug":323,"type":13},{"slug":4,"name":4,"fn":5,"description":6,"org":401,"tags":402,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[403,404,405,406],{"name":15,"slug":16,"type":13},{"name":18,"slug":19,"type":13},{"name":21,"slug":22,"type":13},{"name":9,"slug":8,"type":13},{"slug":261,"name":261,"fn":333,"description":334,"org":408,"tags":409,"stars":23,"repoUrl":24,"updatedAt":345},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[410,411,412,413],{"name":15,"slug":16,"type":13},{"name":339,"slug":340,"type":13},{"name":9,"slug":8,"type":13},{"name":343,"slug":344,"type":13},{"slug":347,"name":347,"fn":348,"description":349,"org":415,"tags":416,"stars":23,"repoUrl":24,"updatedAt":359},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[417,418,419,420],{"name":353,"slug":354,"type":13},{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":358,"slug":40,"type":13},{"slug":361,"name":361,"fn":362,"description":363,"org":422,"tags":423,"stars":23,"repoUrl":24,"updatedAt":372},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[424,425,426,427],{"name":367,"slug":368,"type":13},{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":343,"slug":344,"type":13},{"slug":374,"name":374,"fn":375,"description":376,"org":429,"tags":430,"stars":23,"repoUrl":24,"updatedAt":382},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[431,432,433],{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":343,"slug":344,"type":13},{"slug":435,"name":435,"fn":436,"description":437,"org":438,"tags":439,"stars":23,"repoUrl":24,"updatedAt":444},"qdrant-hybrid-search-prefetches","configure hybrid search with prefetch queries","Constructing prefetch queries for hybrid retrieval, including sparse\u002Fdense and multi-field setups, and choosing a sparse embedding model. Use when someone asks 'dense and sparse in one search?', 'how to combine multiple fields for retrieval?', 'payloads or sparse vectors for lexical?', 'which sparse embedding model to use?', or 'BM25 vs SPLADE?'",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[440,441,442,443],{"name":317,"slug":318,"type":13},{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":343,"slug":344,"type":13},"2026-07-16T06:03:02.305907",{"slug":446,"name":446,"fn":447,"description":448,"org":449,"tags":450,"stars":23,"repoUrl":24,"updatedAt":456},"qdrant-indexing-performance-optimization","optimize Qdrant indexing and data ingestion","Diagnoses and fixes slow Qdrant indexing and data ingestion. Use when someone reports 'uploads are slow', 'indexing takes forever', 'optimizer is stuck', 'HNSW build time too long', or 'data uploaded but search is bad'. Also use when optimizer status shows errors, segments won't merge, or indexing threshold questions arise.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[451,452,453,455],{"name":15,"slug":16,"type":13},{"name":303,"slug":304,"type":13},{"name":454,"slug":38,"type":13},"Performance",{"name":9,"slug":8,"type":13},"2026-07-19T05:38:36.321999",{"slug":458,"name":458,"fn":459,"description":460,"org":461,"tags":462,"stars":23,"repoUrl":24,"updatedAt":466},"qdrant-memory-usage-optimization","optimize Qdrant memory usage","Diagnoses and reduces Qdrant memory usage. Use when someone reports 'memory too high', 'RAM keeps growing', 'node crashed', 'out of memory', 'memory leak', or asks 'why is memory usage so high?', 'how to reduce RAM?'. Also use when memory doesn't match calculations, quantization didn't help, or nodes crash during recovery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[463,464,465],{"name":303,"slug":304,"type":13},{"name":454,"slug":38,"type":13},{"name":9,"slug":8,"type":13},"2026-07-16T06:00:15.357243",{"slug":468,"name":468,"fn":469,"description":470,"org":471,"tags":472,"stars":23,"repoUrl":24,"updatedAt":477},"qdrant-minimize-latency","optimize Qdrant query latency","Guides Qdrant query latency optimization. Use when someone asks 'search is slow', 'how to reduce latency', 'p99 is too high', 'tail latency', 'single query too slow', 'how to make search faster', or 'latency spikes'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[473,474,475,476],{"name":15,"slug":16,"type":13},{"name":303,"slug":304,"type":13},{"name":454,"slug":38,"type":13},{"name":9,"slug":8,"type":13},"2026-07-16T05:59:17.325839",{"slug":479,"name":479,"fn":480,"description":481,"org":482,"tags":483,"stars":23,"repoUrl":24,"updatedAt":490},"qdrant-model-migration","migrate embedding models in Qdrant","Guides embedding model migration in Qdrant without downtime. Use when someone asks 'how to switch embedding models', 'how to migrate vectors', 'how to update to a new model', 'zero-downtime model change', 'how to re-embed my data', or 'can I use two models at once'. Also use when upgrading model dimensions, switching providers, or A\u002FB testing models.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[484,485,488,489],{"name":15,"slug":16,"type":13},{"name":486,"slug":487,"type":13},"Migration","migration",{"name":454,"slug":38,"type":13},{"name":9,"slug":8,"type":13},"2026-07-16T06:00:48.841055"]