Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. qdrant - open-source vector database written in Rust - alternative to Pinecone

qdrant - open-source vector database written in Rust - alternative to Pinecone

Scheduled Pinned Locked Moved App Wishlist
12 Posts 7 Posters 2.2k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LoudLemur
    wrote on last edited by LoudLemur
    #3

    brave_xhUOTvXJbf.png
    brave_P8KpduEaTv.png
    brave_ppGsZ0T5Fa.png

    1 Reply Last reply
    4
    • N Offline
      N Offline
      Nico
      wrote on last edited by
      #4

      I'd love to see this in Cloudron ! 🙂

      1 Reply Last reply
      1
      • marcusquinnM marcusquinn

        @marcusquinn Qdrant is now available as an option in the Meow Apps AI Engine plugin for Wordpress, meaning that using a self-hosted vector database is possible - as opposed to Pinecone's free tier, that is deleted after 7-days of inactivity.

        Apps like this can generate some significant demand for CLoudron, since there's already a large community using this plugin, that would be up for having Qdrant self-hosted as easily as installing a Cloudron app.

        JOduMonTJ Offline
        JOduMonTJ Offline
        JOduMonT
        wrote on last edited by
        #5

        @marcusquinn said in qdrant - open-source vector database written in Rust - alternative to Pinecone:

        @marcusquinn Qdrant is now available as an option in the Meow Apps AI Engine plugin for Wordpress, meaning that using a self-hosted vector database is possible - as opposed to Pinecone's free tier, that is deleted after 7-days of inactivity.

        I did'nt see where it is mentioned and how it is used 😞

        1 Reply Last reply
        1
        • JOduMonTJ Offline
          JOduMonTJ Offline
          JOduMonT
          wrote on last edited by
          #6

          I use Qdrant with DiFy and n8n (hosted on my Cloudron)

          nothing very complex todo (I means to selfhost Qdrant with a Docker-Compose)

          1 Reply Last reply
          1
          • H Offline
            H Offline
            hpalmier
            wrote on last edited by
            #7

            Hi @JOduMonT
            I would like to use Qdrant with n8n (hosted on Cloudron).
            Can you help me with this installation knowing that I see that you live in France.

            1 Reply Last reply
            1
            • robiR Offline
              robiR Offline
              robi
              wrote on last edited by
              #8

              It's just a rust binary, so it should run from LAMP App

              Conscious tech

              1 Reply Last reply
              1
              • H Offline
                H Offline
                hpalmier
                wrote on last edited by
                #9

                Where can I find someone who can install Qdrant on my server?

                JOduMonTJ 1 Reply Last reply
                1
                • L Offline
                  L Offline
                  LoudLemur
                  wrote last edited by
                  #10

                  @marcusquinn made a great application request here. The Qdrant project has become increasingly useful for AI and a lot has happened since the initial request to make the project even better. Here is an ai generated summary:

                  Summary of New Features and Improvements in Qdrant from v1.1.0 to v1.15.5

                  Based on the changelog from this GitHub comparison, here's a categorized breakdown of the major updates. Early versions (1.1–1.2) laid the foundation with vector search and HNSW indexing, while later releases added scalability, hybrid search, and performance tweaks. This evolved Qdrant into a robust vector database for AI applications.

                  Vector Search and AI Features

                  • Hybrid Search Support: Introduced sparse vectors alongside dense ones (e.g., BM25/TF-IDF generalization for keyword matching in transformer models, starting ~1.3–1.4).
                  • Recommendation Strategies: New options like sum_scores for relevance feedback and server-side score boosting with custom formulas (v1.14.x).
                  • Local BM25 Inference: Added built-in BM25 scoring (v1.15.x), cutting reliance on external models for text ranking.

                  Performance and Optimization

                  • HNSW Graph Improvements: Incremental building on segment merges (v1.14.x), parallel batch searches, and memory optimizations.
                  • Memory/Disk Management: Better disk cache eviction (v1.14.x), adjustable log buffers, and vector quantization reducing RAM usage by ~97% (since ~1.3).
                  • SIMD Acceleration: x86-64 and Neon support for faster vector computations (ongoing from ~1.5).
                  • Async I/O and WAL: Write-ahead logging for data durability and io_uring for max NAS throughput (major in 1.5–1.10).

                  Storage, Sharding, and Scalability

                  • Distributed Deployment: Full horizontal scaling with sharding/replication and zero-downtime updates (matured in 1.10–1.15).
                  • Mutable Map Index: Boosted performance for full-text, integer, and other indexes (v1.15.x).
                  • On-Disk Storage: Dynamic on-disk vectors with cache controls (replaced deprecated mmap_threshold in 1.15.x).
                  • Resharding/Recovery: Improved shard recovery against crashes and aborted resharding for dead replicas (v1.14.x).

                  Security and Access Control

                  • JWT/Payload Filters: JWT for read-only access and payload-based filters (deprecated in 1.15; now collection-level ACLs).
                  • Access Controls: Shift to secure, collection-based permissions (recommended since 1.15).

                  Web UI and User Experience

                  • Enhancements: Query auto-completion (v1.14.x) and shard distribution in cluster views (v1.15.x). Debian packages now include web UI (v1.15.x).

                  Payload and Filtering

                  • Advanced Filtering: JSON payloads, keyword/full-text matching, numerical/geo ranges, and complex conditions (e.g., should, must, must_not). Optimized query planning with payload indexes (steady improvements since ~1.2).

                  Bug Fixes and Consistency

                  • Key fixes: Delayed flush wrappers prevent lost index updates (1.14.x); storage issues for nulls/booleans deferred until flush (1.15.x); linear decay range bounds corrections (1.15.x).
                  • Others: Scroll locks, segment mods, date-time errors in formulas, and corrupt point eviction (across 1.14–1.15).

                  Deprecations and Removals

                  • Removed init_from for consistency (use migrations/snapshots; 1.15.x).
                  • Deprecated max_optimization_threads (1.15.x), Lock API, and payload-based JWT filters.
                  • Deprecated mmap_threshold in favor of on_disk (1.15.x).

                  Overall, Qdrant went from basic vector search to an enterprise-grade tool emphasizing hybrid search, reliability, and AI integration. Full details in the GitHub link. Let me know if you want more on a specific version or category!

                  1 Reply Last reply
                  1
                  • H hpalmier

                    Where can I find someone who can install Qdrant on my server?

                    JOduMonTJ Offline
                    JOduMonTJ Offline
                    JOduMonT
                    wrote last edited by
                    #11

                    @hpalmier you mean on Cloudron ?
                    The best way would be to Package Qdrant Container into a Cloudron's App

                    The second-best way is to run in on a second server, with a Private Network between your Cloudron's server and Qdrant.

                    The Not; the best way but still possible; would be to spin Qdrant as an independent (not-managed by Cloudron) container on your Cloudron.

                    In any case be careful because by default Qdrant does not require authentication.

                    • https://qdrant.tech/documentation/quickstart/
                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      msbt
                      App Dev
                      wrote last edited by
                      #12

                      Never used it, but they offer binaries for each tag, maybe that makes it easy to pack and release: https://github.com/qdrant/qdrant/releases/tag/v1.15.5 (config files for future reference: https://github.com/qdrant/qdrant/tree/master/config)

                      Hosting & Web Development

                      1 Reply Last reply
                      1
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search