qdrant-ruby
qdrant-ruby copied to clipboard
Ruby wrapper for the Qdrant vector search database API
The readme only shows the "batch" approach for uploading points. It is also valid, even with this client, to send points with the "points" key as a more "record-oriented equivalent"...
api_key must not be required in localhost ```ruby require 'qdrant' client = Qdrant::Client.new( url: "your-qdrant-url" )```
Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.10 to 2.8.1. Release notes Sourced from faraday's releases. v2.8.1 What's Changed Fix: Add back support for Hash#pretty_inspect by @olleolleolle in lostisland/faraday#1540 Full Changelog: https://github.com/lostisland/faraday/compare/v2.8.0...v2.8.1 v2.8.0 What's...
Bumps [standard](https://github.com/standardrb/standard) from 1.25.3 to 1.28.5. Changelog Sourced from standard's changelog. 1.28.5 Make LSP behave more nicely with nvim-lspconfig #564 1.28.4 Fix standard-rails#7 1.28.3 Older ruby support fixes from @pboling:...
Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.2.1. Changelog Sourced from rake's changelog. === 13.2.1 Suppressed "internal:array:52:in 'Array#each'" from backtrace by @hsbt in #554 Bump actions/configure-pages from 4 to 5 by @dependabot...
Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.11.0 to 3.13.0. Commits 317fc0b v3.13.0 cfb135a v3.12.0 f4393df Version 3.11.0 See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
Bumps the bundler group with 1 update in the / directory: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.2.5 to 3.3.6 Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed...
In order to keep the dependencies lean, we should drop the `faraday` gem and use `Net::HTTP` instead.