-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 97 commits.
# This is the 1st commit message: general updates # This is the commit message #2: minor updates # This is the commit message #3: add build no to js # This is the commit message #4: minor change # This is the commit message #5: minor change # This is the commit message #6: minor change # This is the commit message #7: Update integrations.yml # This is the commit message #8: Jina updates # This is the commit message #9: Jina updates # This is the commit message #10: General updates regarding Haystack # This is the commit message #11: Update integrations.yml # This is the commit message #12: Update layout-documentation.html # This is the commit message #13: Update layout-documentation.html # This is the commit message #14: Tweaked some grammar # This is the commit message #15: Tweaked some grammar # This is the commit message #16: created new webpage for google summer of code # This is the commit message #17: update gsoc page # This is the commit message #18: Tweaked some reading/writing flow # This is the commit message #19: Tweaked some grammar, reading/writing flow # This is the commit message #20: Tweaked some grammar and writing/reading flow # This is the commit message #21: Tweaked typos and writing flow # This is the commit message #22: Fixed some typos, grammar, writing flow Note: I left a placeholder for the Horizontal Scaling issue as I was unsure how that should be described now that it exists. # This is the commit message #23: Added a missing word and tweaked grammar # This is the commit message #24: Fixed typo and workflow suggestion # This is the commit message #25: Tweaked some typos and grammar # This is the commit message #26: Tweaked some typos, grammar, and writing flow. # This is the commit message #27: Tweaked some writing flow... # This is the commit message #28: Tweaked some typos # This is the commit message #29: Tweaked some typos # This is the commit message #30: Tweaked some writing style and grammar # This is the commit message #31: Tweaked some grammar # This is the commit message #32: Tweak grammar # This is the commit message #33: add funding news # This is the commit message #34: add funding news Yahoo # This is the commit message #35: minor updates # This is the commit message #36: minor updates # This is the commit message #37: Update java code documentary # This is the commit message #38: Tweaked the reading flow and grammar # This is the commit message #39: Tweaked grammar # This is the commit message #40: Fixed some grammar # This is the commit message #41: Tweaked language flow # This is the commit message #42: Tweaked some grammar # This is the commit message #43: Placeholder for needed fix I was unable to find the body of text represented by the link to the docker-compose.yml configuration--> {% include docs-config-gen.html %} . A word in the instructions needs to be corrected which I included in parentheses. ...You can also select an older version for compatbility (compatibility) sake... # This is the commit message #44: Smoothed out the readability and fixed some grammar # This is the commit message #45: Fixed an upper/lower case issue. # This is the commit message #46: Smoothed out some language # This is the commit message #47: Fixed some readability issues # This is the commit message #48: Tweaked grammar # This is the commit message #49: Tweaked grammar # This is the commit message #50: Tweaked grammar and readability # This is the commit message #51: Fixed some typos Note: I don't know the status of these pages but the images run off the right side of the page (only 25-50% are visible at 100% webpage view) and are not optimized. # This is the commit message #52: fix travis # This is the commit message #53: minor update in resources # This is the commit message #54: Update to Example Code--> Python. Added required option `answer` inside `_additional` # This is the commit message #55: minor update in resources # This is the commit message #56: gh-42: update GSOC page # This is the commit message #57: gh-42: update GSOC page # This is the commit message #58: add Plausible # This is the commit message #59: minor updates # This is the commit message #60: add next pod # This is the commit message #61: updated podcast images # This is the commit message #62: minor fixes # This is the commit message #63: Update using multiple vectorization modules # This is the commit message #64: deleted old jpgs' # This is the commit message #65: podcast 9 img uploaded # This is the commit message #66: changed file size image, its now 140kb # This is the commit message #67: added podcast 9 # This is the commit message #68: upload Karen Beckers company img for podcast 9 # This is the commit message #69: Update podcasts.yml # This is the commit message #70: add tutorial on writing great bug reports # This is the commit message #71: bug report: tweak language, fix misspelling # This is the commit message #72: change order of new tutorial page # This is the commit message #73: GSoC updates # This is the commit message #74: created og-documentaion jpgs # This is the commit message #75: changed OG references # This is the commit message #76: changed OG references for images # This is the commit message #77: changed jpg size to 1200 x 630 # This is the commit message #78: also added OGs for index pages # This is the commit message #79: minor OG updates # This is the commit message #80: Tweaked grammar, added a word for clarity # This is the commit message #81: Tweaked grammar # This is the commit message #82: Tweaked grammar # This is the commit message #83: Tweaked some grammar # This is the commit message #84: Tweaked some grammar # This is the commit message #85: add venturebeat # This is the commit message #86: add news # This is the commit message #87: update gql addtional props ref with timestamps, fix code sample # This is the commit message #88: add Slack to gsoc # This is the commit message #89: corrected wrong img names # This is the commit message #90: corrected typo in huggingface # This is the commit message #91: Created README.md @bobvanluijt I added this with the information I needed when running the website locally. # This is the commit message #92: Update README.md # This is the commit message #93: Delete README.md # This is the commit message #94: add Yury pod # This is the commit message #95: make v1.11.0 the default weaviate version # This is the commit message #96: document how to set open AI key at runtime # This is the commit message #97: feat: og image generation script & refactored og image naming
- Loading branch information
1 parent
5b17a31
commit d39663b
Showing
308 changed files
with
31,362 additions
and
1,003 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,54 @@ | ||
os: linux | ||
dist: focal | ||
language: ruby | ||
rvm: | ||
- 2.7.0 | ||
before_install: | ||
- openssl aes-256-cbc -K $encrypted_617a65259523_key -iv $encrypted_617a65259523_iv | ||
-in key.master.json.enc -out key.master.json -d | ||
- sudo apt-get update | ||
- sudo apt-get install -y minify | ||
- bundle install | ||
- | | ||
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then | ||
gcloud version || true | ||
if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf $HOME/google-cloud-sdk; export CLOUDSDK_CORE_DISABLE_PROMPTS=1; curl https://sdk.cloud.google.com | bash; fi | ||
echo "LOAD SOURCE" | ||
source /home/travis/google-cloud-sdk/path.bash.inc | ||
gcloud version | ||
gcloud auth activate-service-account --key-file key.master.json | ||
fi | ||
- rm key.master.json | ||
install: | ||
- bundle install | ||
- gem install jekyll html-proofer | ||
script: | ||
- bundle exec jekyll build | ||
- minify --match='\.html' -r -o _site_min/ _site/ | ||
- rsync -av _site_min/ _site/ | ||
- | | ||
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then | ||
if [ $TRAVIS_BRANCH = "main" ]; then | ||
# set project | ||
gcloud config set project "$GS_PROJECT" | ||
# rm everything | ||
gsutil -m rm -r gs://$GS_BUCKET/** | ||
# cd into assets dir | ||
cd _site/ | ||
# Upload data to bucket | ||
gsutil -m -h "Cache-Control:public,max-age=86400" cp -r ./ gs://$GS_BUCKET/ | ||
# set access | ||
gsutil iam ch allUsers:objectViewer gs://$GS_BUCKET | ||
# set web service | ||
gsutil web set -m index.html -e 404.html gs://$GS_BUCKET | ||
# Invalidate the CDN | ||
gcloud compute url-maps invalidate-cdn-cache $GS_BUCKET --path "/*" --async | ||
fi | ||
fi | ||
cache: bundler | ||
jobs: | ||
include: | ||
- language: python | ||
python: 3.8 | ||
install: | ||
- pip install -r ./python/requirements.txt | ||
script: ./python/generate_og.py | ||
- language: ruby | ||
rvm: | ||
- 2.7.0 | ||
before_install: | ||
- sudo apt-get update | ||
- sudo apt-get install -y minify | ||
- bundle install | ||
install: | ||
- bundle install | ||
- gem install jekyll html-proofer | ||
script: | ||
- bundle exec jekyll build | ||
- minify --match='\.html' -r -o _site_min/ _site/ | ||
- rsync -av _site_min/ _site/ | ||
- | | ||
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then | ||
if [ $TRAVIS_BRANCH = "main" ]; then | ||
# unpack secrets | ||
openssl aes-256-cbc -K $encrypted_617a65259523_key -iv $encrypted_617a65259523_iv -in key.master.json.enc -out key.master.json -d | ||
# Install gcloud | ||
gcloud version || true | ||
if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf $HOME/google-cloud-sdk; export CLOUDSDK_CORE_DISABLE_PROMPTS=1; curl https://sdk.cloud.google.com | bash; fi | ||
echo "LOAD SOURCE" | ||
source /home/travis/google-cloud-sdk/path.bash.inc | ||
gcloud version | ||
gcloud auth activate-service-account --key-file key.master.json | ||
rm key.master.json | ||
# set project | ||
gcloud config set project "$GS_PROJECT" | ||
# rm everything | ||
gsutil -m rm -r gs://$GS_BUCKET/** | ||
# cd into assets dir | ||
cd _site/ | ||
# Upload data to bucket | ||
gsutil -m -h "Cache-Control:public,max-age=3600" cp -r ./ gs://$GS_BUCKET/ | ||
# set access | ||
gsutil iam ch allUsers:objectViewer gs://$GS_BUCKET | ||
# set web service | ||
gsutil web set -m index.html -e 404.html gs://$GS_BUCKET | ||
# Invalidate the CDN | ||
gcloud compute url-maps invalidate-cdn-cache $GS_BUCKET --path "/*" --async | ||
fi | ||
fi | ||
cache: bundler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: 404 | ||
layout: default | ||
--- | ||
|
||
<!-- WELCOME --> | ||
<section class="pt-12 pt-md-14 pb-12 pb-md-15 bg-gray-900" style="margin-top: -87px;"> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-12 col-md-10 col-lg-7 text-center"> | ||
<!-- Headin --> | ||
<h1 class="display-2 fw-bold text-white"> | ||
404 | ||
</h1> | ||
<!-- Text --> | ||
<p class="lead text-white-75 mb-4"> | ||
Whoops, we can't find this page? Did it link from somewhere? Please let us know so we can fix it. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
- name: OpenAI Embeddings | ||
website: https://beta.openai.com/docs/guides/embeddings | ||
description: OpenAI has made both the power of GPT-3 available through their Embeddings API as well as their CLIP <code>multi2vec</code> model. Both the Embeddings API and the CLIP model are integrated directly into Weaviate and can be used to vectorize and search through your text data objects, images, or code. | ||
image: /img/openai.svg | ||
type: embeddings | ||
- name: Huggingface Transformers | ||
website: https://huggingface.co/models | ||
description: Huggingface hosts a wide variety of transformer models, and all models can be used as vectorizers or for other use cases (like Q&A, named entity recognition, and more) in Weaviate. The Weaviate transformers module comes with a wide variety of best-performing models out-of-the-box but can also be easily extended with your own, fine-tuned models. | ||
image: /img/huggingface.png | ||
type: embeddings | ||
- name: deepset's Haystack | ||
website: https://www.deepset.ai/weaviate-vector-search-engine-integration | ||
description: deepset's Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready semantic search, question answering, information retrieval, summarization and more for a wide range of applications. Weaviate can be used in combination with Haystack to store large amounts of vectorized data. | ||
image: /img/deepset.png | ||
type: NLP framework | ||
- name: DocArray from Jina AI | ||
website: https://docarray.jina.ai/advanced/document-store/weaviate/ | ||
description: DocArray (from Jina AI) is a library for nested, unstructured data in transit, including text, image, audio, video, 3D mesh, etc. It allows deep-learning engineers to efficiently process, embed, search, recommend, store, and transfer the data with a Pythonic API. Weaviate can be used in combination with DocArray to store large amounts of vectorized data. | ||
image: /img/jina_logo.svg | ||
type: neural search framework | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.