Add an application about how to deploy local ai assistant (powered by ollama and anythingllm) on jetson #123
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
name: Algolia Docsearch Action | |
# Trigger removed to never automatically run this action | |
on: [] | |
jobs: | |
algolia: | |
runs-on: ubuntu-latest | |
name: algolia-crawler | |
steps: | |
- uses: actions/checkout@v2 | |
- name: crawling | |
uses: darrenjennings/algolia-docsearch-action@master | |
with: | |
algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }} | |
algolia_application_id: ${{ secrets.ALGOLIA_APPLICATION_ID }} | |
file: docs/wiki_update.json |