weaviate-ruby
weaviate-ruby copied to clipboard
Ruby wrapper for the Weaviate vector search database API
If not, is there a roadmap to implement this? Thanks!
Addresses issue from https://github.com/andreibondarev/weaviate-ruby/issues/36, so user can either `PATCH` or `PUT` objects in Weaviave class as required.
Hello! I want to use `skip` property in Weaviate, so some properties on my schema are not part of the generated vector. I then want to be able to update...
A recent update to the graphql gem (version 2.1.x) results in this ruby error: `"undefined method `[]' for nil:NilClass"` I tracked it back to the graphql-client at this path: `graphql-client-0.18.0/lib/graphql/client/query_typename.rb:28:in...
Hi! For the last 2 weeks I have been having an issue with the get function. All other functions work fine. Here's a request example: $weaviate_client.query.get class_name: 'Products', where: '{...
Bumps the bundler group with 1 update in the / directory: [yard](https://github.com/lsegal/yard). Updates `yard` from 0.9.34 to 0.9.36 Release notes Sourced from yard's releases. Release v0.9.36 Further XSS fixes for...
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...
Hi, I tried to get this working myself by pulling the [weaviate-ruby](https://github.com/patterns-ai-core/weaviate-ruby) repo and [langchainrb](https://github.com/patterns-ai-core/langchainrb), but could not get it to work. I couldn't get bundler to use the local...
In order to keep the dependencies lean, we should drop the `faraday` gem and use `Net::HTTP` instead.