Skip to content

Commit

Permalink
gh-7: adapted to new version of Weaviate
Browse files Browse the repository at this point in the history
  • Loading branch information
michaverhagen committed Jun 15, 2021
1 parent 498c3db commit 99694b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:

install:
- pip install -r requirements.txt
- ci/start_weaviate.sh

script:
- ./loaddata.py
Expand Down
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
weaviate:
url: 'http://localhost:8080'
#url: 'http://localhost:8080'
schema: './schema/schema.json'
#wcs: 'demo-arxiv'
wcs: 'demo-arxiv'
username: "WEAVIATE_USERNAME"
password: "WEAVIATE_PASSWORD"
debug: False
Expand Down

0 comments on commit 99694b6

Please sign in to comment.