Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix weaviate dep #342

Merged
merged 3 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ gem "rspec", "~> 3.0"
gem "standardrb"
# Lets add rubocop explicitly here, we are using only standardrb rules in .rubocop.yml
gem "rubocop"

# Temporary fix until https://github.com/github/graphql-client/pull/314 is merged
gem "graphql-client", git: "https://github.com/rmosolgo/graphql-client.git", branch: "start-migrating"
15 changes: 11 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/rmosolgo/graphql-client.git
revision: 27ef61fd5d68055401d5d023e5a0f36a766c2664
branch: start-migrating
specs:
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql

PATH
remote: .
specs:
Expand Down Expand Up @@ -117,10 +126,7 @@ GEM
graphlient (0.7.0)
faraday (~> 2.0)
graphql-client
graphql (2.1.0)
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql
graphql (2.1.1)
hashery (2.1.2)
hashie (5.0.0)
hnswlib (0.8.1)
Expand Down Expand Up @@ -320,6 +326,7 @@ DEPENDENCIES
eqn (~> 1.6.5)
google_palm_api (~> 0.1.3)
google_search_results (~> 2.0.0)
graphql-client!
hnswlib (~> 0.8.1)
hugging-face (~> 0.3.4)
langchainrb!
Expand Down