Commit Graph
6537 Commits
Author SHA1 Message Date
Dylan Couzon 39e2469610 article 3 2026-08-14 11:48:49 -04:00
Dylan Couzon 358d3b7ccc Retire article 3 2026-08-14 09:55:18 -04:00
Dylan Couzon 82ca688851 article 2 lets goooo 2026-08-14 07:58:51 -04:00
Dylan Couzon 5bf11ca41e first article section titles 2026-08-14 07:37:18 -04:00
Dylan Couzon 3620458b22 first article done 2026-08-14 05:22:27 -04:00
Dylan Couzon 3554096270 narration pass 2026-08-14 00:22:41 -04:00
Dylan Couzon 7857cf55f2 update articles, add hero and assets 2026-08-13 23:37:21 -04:00
Dylan Couzon 3bbf9e380e add articles 2026-08-11 17:50:41 -04:00
Dylan Couzon 9e4ce0a150 apply feedback 2026-08-10 17:15:25 -04:00
Dylan CouzonandClaude Opus 5 b7084d2155 Use the shorter SEO title
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-10 15:57:18 -04:00
Dylan CouzonandClaude Opus 5 397efcc92e Add blog post on cleaning up a vector collection
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-10 15:44:26 -04:00
Sebastiaan van Steenis 7e4af18928 Merge pull request #2592 from qdrant/chore/seb/update_rebalance_strategy
Add rebalanceStrategy disabled option
2026-08-10 17:20:50 +02:00
Sebastiaan van Steenis 924e6a6575 typo 2026-08-10 17:13:35 +02:00
trean dfc674e0cf fix form styles for the new form configuration (#2611) 2026-08-10 15:22:32 +02:00
István Zoltán Szabó ee2e2ad641 Merge pull request #2610 from qdrant/szabosteve/snapshot-admonition-change
Update admonition about snapshot restoring compatibility
2026-08-10 11:43:35 +02:00
István Zoltán Szabó 6ca0155c23 Update admonition about snapshot restoring compatibility. 2026-08-10 11:32:48 +02:00
nastyapashandtrean f57defc9fe Add Serverless landing (#2607)
* add serverless landing

* update contact form

* remove submitted-message margin

* design fixes

* more precise design fix

* smaller headings

* description and keywords for SEO

---------

Co-authored-by: trean <trean.mi@gmail.com>
2026-08-07 19:40:24 +02:00
István Zoltán Szabó 9ee4055f5c Merge pull request #2603 from qdrant/io_uring
Documentation for the io_uring setting
2026-08-07 12:38:35 +02:00
Anush d7cde58faa chore: New Qdrant -> Qdrant options (#2605) 2026-08-06 21:44:18 +05:30
Abdon Pijpelink 40ee86eaea Consolidate multitenancy docs (#2604) 2026-08-06 17:17:16 +02:00
Abdon Pijpelink 0a4b499a36 Documentation for the io_uring setting 2026-08-06 13:02:41 +02:00
Andrey VasnetsovandClaude Opus 5 14fe557328 Update Edge Rust snippets to the new request interfaces (#2601)
* Update Edge Rust snippets to the new request interfaces

The edge crate replaced its mixed read interface with edge-owned request
structs and fluent builders (qdrant/qdrant#9901). Update the Rust snippets
under /documentation/edge accordingly:

- retrieve() now takes a RetrieveRequest instead of a
  (&[ids], with_payload, with_vector) triple — this was a hard break.
- Query and facet requests are built with QueryRequestBuilder /
  FacetRequestBuilder instead of struct literals, matching the published
  examples.

Also note in the quickstart that parameters left unset on an EdgeConfig
passed to load() now keep their persisted values, so the WAL-only config
no longer resets the rest of the shard configuration.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* Bump qdrant-edge to 0.8.0 in the rust snippet template

0.8.0 is the first release carrying the edge request structs and builders
the snippets in the previous commit use. Lockfile refreshed with
`cargo update -p qdrant-edge --precise 0.8.0`.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-05 17:26:52 +02:00
kanungle 0c04d94901 Merge pull request #2600 from qdrant/1.19-release-blog
Publish 1.19 release blog
2026-08-05 07:59:34 -07:00
István Zoltán Szabó 3a6063b487 Merge pull request #2597 from qdrant/szabosteve/python-mode
Remove reference to local mode from quickstart
2026-08-05 14:24:42 +02:00
István Zoltán Szabó e9a2710240 Address feedback. 2026-08-05 13:54:35 +02:00
Andrey Vasnetsov daae4d74ce Update banner message and latest version in JSON (#2598) 2026-08-05 13:28:30 +02:00
Abdon Pijpelink 4ea1bf55de Publish 1.19 release blog 2026-08-05 13:27:34 +02:00
4f18519099 Publish docs for version 1.19 (#2550)
* [1.19] Document language-neutral BM25 text processing (#2445)

* Break Inference page into several pages

* Edits

* Document short query optimization in Cloud Inference

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [1.19] Document language-neutral BM25 text processing

Replaces the deprecated `language: "none"` workaround with the new explicit
API: `stemmer: {"type": "none"}` to disable stemming and `stopwords: {}`
(empty StopwordsSet) to disable stopword removal.

Updates the language-neutral snippet for all seven client languages and
refreshes the Stemming and Stopwords + Language-neutral sections in
text-search.md with a deprecation callout for the old approach.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Document that stemming and stopword removal are disabled by default for payload indexes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Edits

* The multilingual tokenizer doesn't do lemmatization

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

* Document `max_disk_usage_percent` for Strict Mode (#2504)

* Document max_disc_usage_percent.

* Generate MD version for the snippets.

* Rephrase sentence.

* [1.19] Documentation for the Turbo4 datatype (#2517)

* Add 'turbo4' section to Vectors docs

* Edit existing datatypes sections

* Update outdated 'Vector Datatypes' section on the Collections page

* Edit

* Documentation for the slice filtering condition (#2529)

* [1.19] Documentation for per-query IDF statistics (#2526)

* Documentation for per-query IDF statistics

* Clarify that IDF is calculated per shard

* Review feedback

* Document `X-Qdrant-Route-Affinity` header for deterministic read routing (#2541)

* Document X-Qdrant-Route-Affinity header for deterministic read routing.

* Address feedback.

* Address feedback.

* Revert "Document `max_disk_usage_percent` for Strict Mode (#2504)" (#2582)

This reverts commit 460ee971ff.

* [1.19] Documentation for resource quotas (#2586)

Document the global quota API from qdrant/qdrant#10035, which replaces the
per-collection strict mode knobs for memory and disk with a single cluster-wide
quota.

New page, ops-configuration/quotas.md (weight 7, between Configuration and
Administration):

- Configuring quotas via storage.quotas, QDRANT__STORAGE__QUOTAS__* env vars,
  and PUT /quotas, with the parameter reference
- Configuration precedence: the API wins once used anywhere in the cluster, and
  a joining peer receives the config through consensus instead of reading its
  own file
- What happens when a limit is reached: the full node's replica is excluded and
  marked dead, the write still succeeds at write_consistency_factor
  acknowledgements, and clients see HTTP 507 only when no replica can accept it
- Which operations stay allowed, the release margin, GET /quotas for finding the
  full node, and the quota_exceeded metric plus the /telemetry quota field

Supporting changes:

- configuration.md: add the storage.quotas block
- monitoring.md: add quota_exceeded to Application Metrics, and note the
  /telemetry quota field
- security.md: add get quotas and set quotas to the JWT access table
- common-errors.md: new Insufficient storage (HTTP 507) entry
- faq/qdrant-fundamentals.md: entry on writes rejected with HTTP 507
- administration.md: mark max_resident_memory_percent deprecated as of 1.19.0
- ops-configuration/_index.md: add the new page

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

* Test code snippets against 1.19

* Document prefix match filtering condition (#2512)

* Document prefix match filtering condition.

* Add generated files.

* Address feedback.

* Address feedback.

* [1.19] Remove links to docs for removed APIs (#2596)

* Remove links to docs for removed APIs

* Add links to new end endpoints

* Use title case for all headers

* [1.19] Add new 'Memory Tiers' page under 'Configuration' (#2510)

* Add new 'Memory Tiers' page under 'Configuration'

* Change doc structure

* Edits

* Review feedback

* [1.19] Memory tiers: existing page updates (#2535)

* Link Vector Storage section to Memory Tiers

* Update collections.md and hnsw-and-quantization snippet for Memory Tiers

* Update indexing.md for Memory Tiers, add sparse-vector-index default snippet

* Update quantization.md and its snippets for Memory
  Tiers

* Update storage.md and its snippets for Memory Tiers

* Update configuration.md for Memory Tiers

* Update administration.md Low Memory Mode section for Memory Tiers

* Update optimize.md and its snippets for Memory Tiers

* Cross-link memory-usage.md fields to Memory Tiers

* Update read-write-contention.md RAM scaling note for Memory Tiers

* Update capacity-planning.md for Memory Tiers

* Update production-checklist.md storage section for Memory Tiers

* Update what-is-qdrant.md Storage bullet for Memory Tiers

* Update cloud-getting-started.md cost-optimization tip for Memory Tiers

* Update create-cluster.md disk sizing note for Memory Tiers

* Update bulk-upload.md Upload Directly to Disk section for Memory Tiers

* Note deprecated legacy params in large-scale-search.md benchmark config

* Fix missed Update Vector Parameters section and sparse-index description for Memory Tiers

* Release blog for v1.19 (#2553)

* Initial commit

* Review feedback

* Add 'Resharding Progress' section to Web UI Enhacements

* Add preview images

* Add missing section image

* Added link to Qdrant Advisor agent skill

* Add links; small edits

* Remove max_disk_usage_percent entry

* Add Resource Quotas entry

* Update release date

* Fix create-payload-index/keyword-with-prefix/rust.rs issue

* Fix create-collection/with-memory-tiers/csharp.cs issue

* Don't publish the blog post yet

* Remove blog post from this PR

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: István Zoltán Szabó <istvan.zoltan.szabo@qdrant.com>
2026-08-05 13:12:43 +02:00
István Zoltán Szabó bc793fd3ad Add reference to Qdrant Edge. 2026-08-05 11:03:55 +02:00
István Zoltán Szabó 85dbd31ea2 Remove reference to local mode from quickstart. 2026-08-05 10:42:38 +02:00
Sebastiaan van Steenis ceaacb7226 Add rebalanceStrategy disabled option 2026-08-04 20:13:50 +02:00
trean 9697a4b534 Condensed pagination (#2591)
* condense pagination menu

* hover effect
2026-08-04 19:36:09 +02:00
Chadha Sridi d06996a63c Merge pull request #2581 from qdrant/update-is-RAG-dead-article
Update RAG is dead article
2026-08-04 15:25:22 +02:00
chadha ed632a355c Update frontmatter 2026-08-04 11:13:53 +02:00
chadha 9219935f9a Update RAG is dead article 2026-08-04 11:13:53 +02:00
Chadha Sridi 350c61411a Merge pull request #2590 from qdrant/remove-broken-link
remove broken link
2026-08-04 11:02:45 +02:00
chadha 2af2109a7b remove broken link 2026-08-04 10:46:17 +02:00
Manas Chopra a7cd32d403 Merge pull request #2573 from qdrant/langchain-minor-update
Update langchain-integration social preview and thumbnail images
2026-08-03 23:09:15 +05:30
Manas Chopra 71fe6f2f9b added co authors 2026-08-03 23:01:04 +05:30
Meina e0723ffad9 Merge pull request #2587 from qdrant/cloud-case-study-links
Link Cloud page customer cards to their case studies
2026-08-03 09:58:38 -07:00
meinsta 58b701a461 link Cloud page customer cards to their case studies
Each of the three cards (Tripadvisor, Deutsche Telekom, FAZ) now links to its
case study post. The whole card is the anchor, with a Read Case Study label
using the same link link_dark link_md style as the resources section below.

The label is a span rather than a nested anchor, so the card stays a single
link target and keyboard navigation lands on it once.
2026-08-03 09:52:44 -07:00
Chadha Sridi d6939ce2bb Merge pull request #2584 from qdrant/deprecate-rag-optimization-with-quotient
Deprecate rag optimization with quotient
2026-08-03 17:03:32 +02:00
chadha 706a241f52 remove reference to deprecated article 2026-08-03 16:52:14 +02:00
chadha 02aae55717 unpublish rag optimization with quotient 2026-08-03 16:35:38 +02:00
Manas Chopra 685feede8c changed preview image and made open in colab button better 2026-08-01 21:52:07 +05:30
Meina 534d77928d Merge pull request #2578 from qdrant/update-cloud-page-images 2026-07-31 16:35:09 -07:00
meinsta d0b255753b compress Cloud page PNGs to 8-bit palette
Figma exports full RGBA, which was 4.5x the bytes of the assets they replace.
Run through pngquant --quality=70-95 to match how the previous assets were
saved. No visible banding in the starfield gradients.
2026-07-31 15:26:40 -07:00
meinsta 274cfebabc update Cloud page hero console images to new design
Replace qdrant-cloud.png and qdrant-cloud-mobile.png with the current Figma
design of the cluster creation screen. Exported from the Hero group so the
gradient overlay behind the window is included.

New design is proportioned differently, so height drops at the same width:
1230x807 -> 1230x721 desktop, 1008x660 -> 1008x591 mobile.
2026-07-31 15:26:40 -07:00
meinsta 8326fa16b6 update Cloud page infrastructure images to new design
Replace infrastructure.png and infrastructure-mobile.png with the current
Figma design of the self-managing infrastructure card. The heading moved
out of the graphic into page HTML, so the card no longer carries it.

Dimensions unchanged: 840x660 desktop, 1005x790 mobile.
2026-07-31 15:20:32 -07:00
nastyapashandtrean f145f0a500 Update Cloud page (#2542)
* update Cloud page

* fix image paths

* fix image paths

* update images and text on the button

* add links and target=_blank

* add missing links, updated the cards so the entire card is clickable

* add graphana dashboard gh link

---------

Co-authored-by: trean <trean.mi@gmail.com>
2026-07-31 20:08:21 +02:00