Abdon Pijpelink and Tim Visée
165aab26ad
Update FAQ ( #2322 )
...
* Update FAQ
* Fix links
* One more link
* Apply suggestions from code review
Co-authored-by: Tim Visée <tim+github@visee.me >
---------
Co-authored-by: Tim Visée <tim+github@visee.me >
2026-05-05 16:25:34 +02:00
Abdon Pijpelink
920d957ab5
Explicitly list Cloud strict mode restrictions ( #2320 )
2026-04-30 14:28:40 +02:00
Abdon Pijpelink and Tim Visée
c7e2f8a98c
Clarify default wait behavior with prevent_unoptimized ( #2302 )
...
* Clarify default wait behavior with prevent_unoptimized
* Update qdrant-landing/content/documentation/ops-optimization/optimizer.md
Co-authored-by: Tim Visée <tim@visee.me >
---------
Co-authored-by: Tim Visée <tim@visee.me >
2026-04-24 09:56:39 +02:00
Abdon Pijpelink
434a451c2b
Update Hybrid Search with Reranking tutorial ( #2274 )
...
* Update for Cloud Inference and data ingestion
* Fix link
* Review feedback
* Make code snippets testable
* Add C# code snippets
* Add Go code snippets
* Add Java code snippets
* Add Rust code snippets
* Add TS code snippets
* Move CSV streaming/parsing to separate function
2026-04-22 11:03:05 +02:00
Abdon Pijpelink and Claude Sonnet 4.6
bc0efe70b0
Sync language tabs across widgets and persist selection ( #2291 )
...
Clicking a language tab now switches all other code-snippet widgets on
the page to the same language, and the choice is saved to localStorage
so it is auto-applied on future page loads.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-22 09:17:56 +02:00
Abdon Pijpelink and Claude Sonnet 4.6
b93c8379e2
Use section _index.md titles in docs breadcrumbs instead of humanized URL slugs ( #2290 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-22 09:16:27 +02:00
Abdon Pijpelink
b23b94b3c5
"Things to Check Before Taking Qdrant into Production" guide ( #2219 )
...
* Update Qdrant logo in tradeoff image
* Add production checklist
* Add payload indexing
* Review feedback
* Review feedback
* Small edits
* Fix links
2026-04-21 14:36:33 +02:00
Abdon Pijpelink and Tim Visée
ca7aaa7499
Tweak prevent unoptimized docs ( #2284 )
...
* Add stronger wording about wait=true
* Position indexed_only and prevent_unoptimized as alternatives
* Review feedback
* Apply suggestions from code review
Co-authored-by: Tim Visée <tim+github@visee.me >
* Small edit
---------
Co-authored-by: Tim Visée <tim+github@visee.me >
2026-04-21 14:10:27 +02:00
Abdon Pijpelink
0c46056b24
Add redirect for Cloud Quickstart ( #2277 )
...
* Add redirect for Cloud Quickstart
* Remove slash
2026-04-14 09:55:02 +02:00
Abdon Pijpelink
2b586cadb1
Clarify upload queue in Edge synchronization guide ( #2259 )
2026-04-10 15:49:56 +02:00
Abdon Pijpelink
8e1242b127
Update copyright year to 2026 ( #2262 )
...
* Update copyright year to 2026
* Use time.Now function
* Make year dynamic on all pages
2026-04-08 17:52:37 +02:00
Abdon Pijpelink
5705d7e2a2
Fix HTTP code snippets ( #2231 )
2026-04-07 11:35:51 +02:00
Abdon Pijpelink
cbbd26e9b0
Document how to rotate an API key without any downtime ( #2260 )
2026-04-07 11:03:26 +02:00
Abdon Pijpelink
5f46ac8474
Switch to server-side 301s for moved pages ( #2243 )
...
* 200 rewrites for moved pages
* Remove unnecessary aliases
* Match both the directory path and any files within it
* Change into 301s
2026-04-01 17:43:55 +02:00
Abdon Pijpelink
95d38aabfe
Improve Markdown autodiscovery ( #2186 )
...
* Add HTTP response header
* Add HTML <head> link
* Add 'View as Markdown' link
2026-04-01 17:14:26 +02:00
Abdon Pijpelink
a8ed107b87
Update config yaml ( #2252 )
...
* Update example config.yaml
* Don't change URLs
2026-04-01 11:35:02 +02:00
Abdon Pijpelink and generall
4ce2e09c2b
Enable search widget on Learn tab ( #2247 )
...
* Enable search widget on Learn tab
* allow courses in sitemap + search multiple sections
---------
Co-authored-by: generall <andrey@vasnetsov.com >
2026-04-01 08:48:54 +02:00
Abdon Pijpelink
42f929b6ff
Fix two broken links ( #2249 )
2026-03-31 17:27:18 +02:00
Abdon Pijpelink
0c49e9d0ef
Docs for prevent_unoptimized ( #2237 )
2026-03-27 17:36:43 +01:00
Abdon Pijpelink
063b0c7111
Update default value of indexing_threshold ( #2236 )
2026-03-27 13:17:50 +01:00
Abdon Pijpelink
0847942a99
Fix unindexed filtering retrieve docs ( #2217 )
...
* Change 2nd snippet to use update collection instead of create
* Fix broken link
2026-03-25 11:23:43 +01:00
Abdon Pijpelink
d281127363
Fix next step button
2026-03-24 16:08:59 +01:00
Abdon Pijpelink
e9a691a15a
Add guide about optimizing FastEmbed throughput ( #2195 )
...
* Add guide about optimizing FastEmbed throughput
* Update weights
* Review feedback
2026-03-23 16:53:06 +01:00
Abdon Pijpelink and xzfc
ea0de4c12e
Edge v0.6 docs ( #2199 )
...
* Initial Rust snippets
* Update content for Rust
* Upgrade Rust to 1.94.0; test Edge code snippets against dev
* Temporarily test against Edge shim crate
* Move to EdgeShardConfig and EdgeVectorParams
* Add docs for payload indexing, filtering, facet(), and optimize()
* De-emphasize on-device use case
* Update link to Rust examples on Github
* Flattened API
* Switch to new/create and load to initialize shards
* Fixups for released packages
* Mention recover_partial_snapshot on method list
* Link to Github dev branch for examples
---------
Co-authored-by: xzfc <xzfcpw@gmail.com >
2026-03-23 15:10:51 +01:00
Abdon Pijpelink
bf1253bb12
Add page to Operations landing page
2026-03-23 11:35:01 +01:00
Abdon Pijpelink
6cb62caf84
CSS: Disable font ligatures for pre and code elements ( #2206 )
2026-03-23 09:43:34 +01:00
Abdon Pijpelink
5afea3be8f
Set up redirects for concepts and guides
2026-03-17 09:20:46 +01:00
Abdon Pijpelink
522ecd78db
Set all leaf pages to isLesson: true for essentials course
2026-03-16 15:36:49 +01:00
Abdon Pijpelink
24e1eb0996
Set all leaf pages to isLesson: true for multi-vector course
2026-03-16 15:32:54 +01:00
Abdon Pijpelink
15daf4aec0
Side menu progress bar: also include isLesson leaf pages in progress calculation
2026-03-16 15:32:00 +01:00
Abdon Pijpelink
af4e1a054f
Include cert page in progress bar
2026-03-16 10:13:00 +01:00
Abdon Pijpelink and Tim Visée
456e01b514
Mark prevent_unoptimized as experimental ( #2202 )
...
* Mark prevent_unoptimized as experimental
* Update qdrant-landing/content/documentation/guides/low-latency-search.md
Co-authored-by: Tim Visée <tim@visee.me >
---------
Co-authored-by: Tim Visée <tim@visee.me >
2026-03-13 16:16:07 +01:00
Abdon Pijpelink
c18a4ccd34
Fix broken link for order_by ( #2191 )
2026-03-09 11:12:02 +01:00
Abdon Pijpelink
2063408917
Fix small MathJax rendering issues ( #2170 )
2026-03-09 09:37:22 +01:00
Abdon Pijpelink
662e9aeaa3
Model migration tutorial: use insert-only update mode and Cloud Inference ( #2168 )
...
* Switch to insert-only mode instead of conditional upserts
* Make code snippets testable; use Cloud Inference
* Use regular upserts instead of batch_update_points
* Add snippets for TS, Rust, Java, C#, and Go
2026-03-04 14:19:10 +01:00
Abdon Pijpelink
0725a70f05
Serve Markdown when requested ( #2181 )
...
* Add support for rendering each page as md
* On md pages, change relative links to go to md version
* Netlify: respond with md if accept header equals text/markdown
* Render shortcodes
* Remove netlify accept header functionality
2026-03-04 14:09:05 +01:00
Abdon Pijpelink
96e837001a
Test Edge code snippets ( #2179 )
...
* Add Edge and FastEmbed as Python dependencies
* Make Edge code snippets testable
2026-03-02 14:27:56 +01:00
Abdon Pijpelink
168d9ee1fe
Mention some models are free on Cloud Inference ( #2161 )
2026-02-23 10:25:02 +01:00
Abdon Pijpelink and xzfc
bcc3c7206b
Generate multiple code snippets from a single source file ( #2146 )
...
* Support generating multiple snippets from one source file
* Convert Python code snippets from one source file
* Add code snippets for C#, Go, Java, Rust and TS
* Make intro less Python-oriented
* Add client installation instructions for all languages
* Cleanup python code
---------
Co-authored-by: xzfc <xzfcpw@gmail.com >
2026-02-23 10:09:56 +01:00
Abdon Pijpelink and Bastian Hofmann
4e3b24de3d
Apply suggestion from @bashofmann
...
Co-authored-by: Bastian Hofmann <mail@bastianhofmann.de >
2026-02-20 15:45:40 +01:00
Abdon Pijpelink
a82e3cff79
Apply suggestions from code review
2026-02-20 15:44:35 +01:00
Abdon Pijpelink and Evgeniya Sukhodolskaya
415c0afde8
v1.17 release blog ( #2138 )
...
* v1.17 release blog
* Trigger Build
* Use 'Search Latency Improvements' instead of 'Faster Search'
* Add images
* Add Web UI update
* Add audit logging to the list of honorable mentions
* Review feedback
* Review feedback
* Finalize relevance feedback section
* Update publication date
* Remove link to relevance feeback article
* Revert "Remove link to relevance feeback article"
This reverts commit d62e7f91f2 .
---------
Co-authored-by: Evgeniya Sukhodolskaya <suxodolskaya97@gmail.com >
2026-02-20 14:30:40 +01:00
Abdon Pijpelink
1f450d373f
Merge remote-tracking branch 'upstream/relevance-feedback-article' into relevance-feedback-article
2026-02-20 14:19:12 +01:00
Abdon Pijpelink
361250556e
Nits
2026-02-20 14:18:29 +01:00
Abdon Pijpelink and xzfc
598f6720bf
Fix problem with Go snippet compilation ( #2144 )
...
* Fix problem with Go snippet compilation
* Update automation/snippets/lib/languages/go.py
Co-authored-by: xzfc <5121426+xzfc@users.noreply.github.com >
---------
Co-authored-by: xzfc <5121426+xzfc@users.noreply.github.com >
2026-02-20 13:41:18 +01:00
Abdon Pijpelink
0c9c386efe
Revert "Temporarily remove links ( #2159 )"
...
This reverts commit 71638beabb .
2026-02-20 11:00:18 +01:00
Abdon Pijpelink
71638beabb
Temporarily remove links ( #2159 )
2026-02-20 11:00:02 +01:00
378837432e
Publish docs for version 1.17 ( #2137 )
...
* Cluster Telemetry docs (#2068 )
* mention cluster telemetry
* small reword
* Docs for read_fan_out_delay_ms
* Add warning against setting threshold too low
* Small docs change for inference API keys
* Trigger Build
* Add guide with tips for low latency search (#2136 )
* Update frontmatter weights
* Add 'Tips for Low-Latency Search' guide
* Review feedback
* Temporarily bump Rust client to v1-17-upgrade branch
* Docs for audit logging (#2141 )
* Docs for audit logging
* Consistent title casing
* Review feedback
* Docs for optimization monitoring (#2121 )
* Docs for optimization monitoring
* Review feedback
* Optimization monitoring is cluster-wide now
* Upgrade code snippet checker to 1.17
* Fix broken Python snippets
* Relevance Feedback docs (#2060 )
* add relevance feedback in Explore page
* Review
* Trigger Build
* Trigger Build
* Create new 'Search Relevance' concept page
* Tweaks
* Update links to moved content
* add rust snippet
* TS anippets
* Clarification about using point IDs
* Add links
* Restructure paragraphs
* docs: Go snippet
Signed-off-by: Anush008 <mail@anush.sh >
* docs: Missed Java snippets with C#
Signed-off-by: Anush008 <mail@anush.sh >
* new: add python snippets
* Make Java and Rust snippets testable
* Remove unnecessary styling
---------
Signed-off-by: Anush008 <mail@anush.sh >
Co-authored-by: Evgeniya Sukhodolskaya <suxodolskaya97@gmail.com >
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@qdrant.com >
Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com >
Co-authored-by: Anush008 <mail@anush.sh >
Co-authored-by: George Panchuk <george.panchuk@qdrant.tech >
* Docs for enable_hnsw (#2080 )
* Move 'Filterable HNSW Index' section under 'Vector Index'
* Add docs for enable_hnsw
* docs: Go snippets
Signed-off-by: Anush008 <mail@anush.sh >
* docs: Java snippets
Signed-off-by: Anush008 <mail@anush.sh >
* docs: C# snippets
Signed-off-by: Anush008 <mail@anush.sh >
* Add Rust snippet
* TS snippets
* new: add python snippets
---------
Signed-off-by: Anush008 <mail@anush.sh >
Co-authored-by: Anush008 <mail@anush.sh >
Co-authored-by: timvisee <tim@visee.me >
Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com >
Co-authored-by: George Panchuk <george.panchuk@qdrant.tech >
* Docs for list shard keys API (#2082 )
* Docs for list shard keys
* docs: Go snippets
Signed-off-by: Anush008 <mail@anush.sh >
* docs: Java snippets
Signed-off-by: Anush008 <mail@anush.sh >
* docs: C# snippets
Signed-off-by: Anush008 <mail@anush.sh >
* Add Rust snippet
* docs: TS snippets
* new: add python snippets
---------
Signed-off-by: Anush008 <mail@anush.sh >
Co-authored-by: Anush008 <mail@anush.sh >
Co-authored-by: timvisee <tim@visee.me >
Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com >
Co-authored-by: George Panchuk <george.panchuk@qdrant.tech >
* Docs for update_mode (#2097 )
* Docs for update_mode
* docs: C#, Go, Java snippets
Signed-off-by: Anush008 <mail@anush.sh >
* doc: Remove _ from C# snippet
Signed-off-by: Anush008 <mail@anush.sh >
* Add Rust snippet
* Fix some snippets
* Review feedback
* ts snippets
* new: add python snippets
* fix: add generated python.md
---------
Signed-off-by: Anush008 <mail@anush.sh >
Co-authored-by: Anush008 <mail@anush.sh >
Co-authored-by: timvisee <tim@visee.me >
Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com >
Co-authored-by: George Panchuk <george.panchuk@qdrant.tech >
* Docs for weighted RRF (#2132 )
* Docs for weighted RRF
* docs: Go, Java, C# snippets
Signed-off-by: Anush008 <mail@anush.sh >
* Add Rust snippet
* Apply suggestions from code review
Co-authored-by: Luis Cossío <luis.cossio@qdrant.com >
* Delete landing_page.sln
* Review feedback
* ts snippets
* new: add python snippets
* Trigger Build
---------
Signed-off-by: Anush008 <mail@anush.sh >
Co-authored-by: Anush008 <mail@anush.sh >
Co-authored-by: timvisee <tim@visee.me >
Co-authored-by: Luis Cossío <luis.cossio@qdrant.com >
Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com >
Co-authored-by: George Panchuk <george.panchuk@qdrant.tech >
* Clean up Go and Java snippets
* Revert go snippet change; target Go client 1.17.1
* Updated Go snippet
* Trigger Build
* Update Rust lockfile
---------
Signed-off-by: Anush008 <mail@anush.sh >
Co-authored-by: Luis Cossío <luis.cossio@qdrant.com >
Co-authored-by: Daniel Boros <56868953+dancixx@users.noreply.github.com >
Co-authored-by: timvisee <tim@visee.me >
Co-authored-by: Evgeniya Sukhodolskaya <suxodolskaya97@gmail.com >
Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com >
Co-authored-by: Anush008 <mail@anush.sh >
Co-authored-by: George Panchuk <george.panchuk@qdrant.tech >
2026-02-20 10:42:12 +01:00
Abdon Pijpelink
63337422da
Add Cloud version of the "Build a Semantic Search Engine in 5 Minutes" tutorial ( #2127 )
...
* Add Cloud version of Semantic Search 101 tutorial
* Add Colab notebook
* Make Python snippets testable
* Clean up and add descriptions
* Review feedback
2026-02-11 14:48:33 +01:00
Abdon Pijpelink
87180dc77f
Resolve merge conflicts
2026-02-05 17:22:56 +01:00
Abdon Pijpelink
31e3432648
Small tweaks
2026-02-05 10:24:06 +01:00
Abdon Pijpelink
ed378dc509
Make tutorial lists reusable
2026-02-05 10:14:10 +01:00
Abdon Pijpelink
71f658f70d
Fix missing preview images for release blogs (part 3) ( #2112 )
2026-01-29 11:05:46 +01:00
Abdon Pijpelink
f1ad9273ae
Fix missing preview images for release blogs (part 2) ( #2111 )
2026-01-29 10:40:17 +01:00
Abdon Pijpelink
0a637cbb43
Fix missing preview images for release blogs ( #2110 )
2026-01-29 09:25:00 +01:00
Abdon Pijpelink
04bd7fbcc0
Merge pull request #2098 from qdrant/docs-edge-fastembed
...
Edge: Docs about on-device embeddings
2026-01-28 09:07:25 +01:00
Abdon Pijpelink
0acb66875a
Edge: Docs about on-device embeddings
2026-01-27 17:30:21 +01:00
Abdon Pijpelink
ae2c6cdd8b
Edge docs: add partial snapshots ( #2087 )
...
* Qdrant Edge partial snapshot docs
* Restructure and edits
* Break data syncing into two pages
* Add diagrams
* Broken links
2026-01-25 15:25:32 +05:30
Abdon Pijpelink
df2a7550d8
Fix Java snippets
2026-01-22 12:20:34 +01:00
Abdon Pijpelink
1d103f657a
Fix code snippets
2026-01-22 11:46:54 +01:00
Abdon Pijpelink
b582b11491
Add/update diagrams
2026-01-22 10:40:24 +01:00
Abdon Pijpelink
21acac2f8d
Add OpenRouter to inference docs
2026-01-22 10:35:34 +01:00
Abdon Pijpelink
d5081edc57
Clean up Edge code snippets ( #2084 )
2026-01-20 17:27:55 +05:30
Abdon Pijpelink and generall
a9681af722
Initial docs for Qdrant Edge ( #2076 )
...
* Initial docs for Qdrant Edge
* Qdrant Edge is not python library
* Anush' feedback
* Talk about 'loading a shard from disk' instead of 'creating a new shard from existing data'
* Talk about 'Edge Shards' instead of 'shards' and use EdgeShard class in code snippets
* Remove unnecessary styling
* review suggestions
* link to github examples + link to SA
---------
Co-authored-by: generall <andrey@vasnetsov.com >
2026-01-19 18:33:05 +01:00
2497c368ed
Add code snippets for the text search guide ( #2056 )
...
* Python snippets
* TS snippets
* Rust snippets
* Java snippets
* C# snippets
* Go snippets
* Generate .md files
* Hide client connection in Rust snippets
* Switch to builder pattern for Rust snippets
* Use Document::new instead of DocumentBuilder::new
* docs: Updated Go snippets
Signed-off-by: Anush008 <mail@anush.sh >
* docs: Updated Java snippets
Signed-off-by: Anush008 <anushshetty90@gmail.com >
* docs: Updated C# snippets
Signed-off-by: Anush008 <anushshetty90@gmail.com >
* docs: Updated BM25 avg_len Java snippet
Signed-off-by: Anush008 <anushshetty90@gmail.com >
* chore: review and format rust snippets
* chore: trigger pr update
* chore: remove qdrant_storage folder
* fix: remove tokio::main
* chore: trigger pr update
* Regenerate .md files
* George's feedback: set bm25 params at ingest-time, change Python client init to use cloud inference explicitly, and mark bm25 options unavailable in FastEmbed
---------
Signed-off-by: Anush008 <mail@anush.sh >
Signed-off-by: Anush008 <anushshetty90@gmail.com >
Co-authored-by: Anush008 <mail@anush.sh >
Co-authored-by: Anush008 <anushshetty90@gmail.com >
Co-authored-by: Daniel Boros <dancixx@gmail.com >
2026-01-16 17:57:08 +05:30
Abdon Pijpelink
b5e0908946
Merge pull request #1839 from kacperlukawski/tutorial/embedding-model-migration
...
Tutorial: migrating to a different embedding model with zero downtime
2026-01-16 08:47:27 +01:00
Abdon Pijpelink
01cb8fcc06
Merge pull request #2079 from qdrant/docs-filtrable-filterable
...
Standardize on 'filterable' instead of 'filtrable'
2026-01-15 16:25:42 +01:00
Abdon Pijpelink
2d4ee38f37
Standardize on 'filterable' instead of 'filtrable'
2026-01-15 16:11:53 +01:00
Abdon Pijpelink
d2367a1b96
Andrey's feedback
2026-01-08 13:27:39 +01:00
Abdon Pijpelink
9d0de98747
Merge pull request #2070 from qdrant/move-large-files
...
Move large files to GCS
2026-01-08 11:11:53 +01:00
Abdon Pijpelink
caf0eddb29
Move large files to GCS
2026-01-08 11:03:09 +01:00
Abdon Pijpelink
7262e72a2b
Fix Go snippet
2026-01-07 14:02:14 +01:00
Abdon Pijpelink
3436f37df4
Fix code snippets in master
2026-01-07 11:33:43 +01:00
Abdon Pijpelink
ea04350d6b
Small tweaks
2026-01-05 15:50:56 +01:00
Abdon Pijpelink
ab8f44c431
Kacper's feedback
2026-01-05 15:41:44 +01:00
Abdon Pijpelink
2ed5b81bc4
Expand a bit on error handling
2025-12-22 12:16:58 +01:00
Abdon Pijpelink
8dbea88a81
Add 'wrapping up' step
2025-12-22 12:08:15 +01:00
Abdon Pijpelink
757ce0ae49
Update blue-green migration diagram
2025-12-22 11:01:31 +01:00
Abdon Pijpelink
a6ab05fb11
Typo
2025-12-22 10:39:06 +01:00
Abdon Pijpelink
2ca17ae776
Move page up in the nav
2025-12-22 10:37:31 +01:00
Abdon Pijpelink
76f48acf72
Small edit
2025-12-22 10:36:14 +01:00
Abdon Pijpelink
4b8cbb3a9e
Add note about inference being Cloud-only
2025-12-22 10:35:32 +01:00
Abdon Pijpelink
6281b10061
Merge pull request #2055 from Goodnight77/docs/fix-broken-links
...
docs: fix broken links, typos, and standardize framework casing
2025-12-22 10:03:13 +01:00
Abdon Pijpelink
5bfe66c5f0
Merge pull request #2022 from qdrant/concepts-text-search
...
Docs: text search guide
2025-12-19 11:37:04 +01:00
Abdon Pijpelink
d43d1645ec
Review feedback
2025-12-19 11:34:08 +01:00
Abdon Pijpelink
095c221110
Andrey's feedback
2025-12-18 16:32:09 +01:00
Abdon Pijpelink
5419feb675
Add social preview image
2025-12-18 16:17:34 +01:00
Abdon Pijpelink
f3e0c4b5bb
Use conditional upserts
2025-12-18 16:17:11 +01:00
Abdon Pijpelink
eb5aac3ec4
Merge pull request #2044 from qdrant/fix-images
...
Update image design
2025-12-17 17:01:05 +01:00
Abdon Pijpelink
5964527d0e
Neil's feedback and fix title casing
2025-12-17 12:48:56 +01:00
Abdon Pijpelink
d7907e6727
Fix capitalization
2025-12-17 11:24:25 +01:00
Abdon Pijpelink
6484a45aa2
Review feedback
2025-12-17 11:16:03 +01:00
Abdon Pijpelink
5e5dd636cb
Fix some snippet descriptions
2025-12-17 11:15:42 +01:00
Abdon Pijpelink
69d4a4a65a
Merge remote-tracking branch 'upstream/master' into tutorial/embedding-model-migration
2025-12-16 15:37:52 +01:00
Abdon Pijpelink
fa168d0532
Break out snippets into their own files
2025-12-16 11:02:14 +01:00
Abdon Pijpelink
bbfb646eaf
Delete outdated image
2025-12-15 16:22:26 +01:00
Abdon Pijpelink
a103bf6e31
Update image design
2025-12-15 15:55:42 +01:00
Abdon Pijpelink
456a683493
Expand on hybrid queries
2025-12-12 16:50:19 +01:00
Abdon Pijpelink
bceed406d9
Expand phrase filtering with example and compare vs keyword
2025-12-12 16:17:25 +01:00
Abdon Pijpelink
81551cdd3e
Add example of SPLADE term expansion
2025-12-12 14:58:56 +01:00