Alexandre Gorius

Results 2 comments of Alexandre Gorius

I think so, nothing changed on my end. I'm using sandbox weaviate dbs that I renew every 14 days. The query.get requests on the new sandbox dbs all lead me...

I used a workaround: I created a WeaviateHelper running a weaviate graphql_query calling the weaviate API directly. `require 'net/http' require 'uri' require 'json' module WeaviateHelper def self.run_graphql_query(query) weaviate_url = Rails.env.development?...