
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
trieve-vitepress-adapter
Advanced tools
The easiest way to use Trieve in combination with Vitepress.
You need to retrieve your Org ID and a new API Key:
Org ID, you will need it later.API Keys tab.Create New Key and select OWNER for the permission.API Key, you will need it later.You need:
<docs.yml>, e.g. ..<openapi.json>, e.g. https://api.vapi.ai/api-json.<root url> to your docs, e.g. https://docs.vapi.ai.<api-reference-path>, e.g. api-reference.npm install -g trieve-vitepress-adapter
You need these environment variables set:
TRIEVE_API_HOST=https://api.trieve.ai
TRIEVE_API_KEY=
TRIEVE_ORGANIZATION_ID=
TRIEVE_DATASET_TRACKING_ID=
The TRIEVE_DATASET_TRACKING_ID must be an unique identifier for the dataset, e.g. vapi.
trieve-vitepress-adapter --file <docs.yml> -s <openapi.json> -r <root-url> -a <api-reference-page>
Set these repository secrets:
TRIEVE_API_HOST=https://api.trieve.ai
TRIEVE_API_KEY=
TRIEVE_ORGANIZATION_ID=
TRIEVE_DATASET_TRACKING_ID=
Add this workflow to .github/workflows.
name: Update Trieve
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
on:
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Trieve Vitepress Adapter
run: npm install -g trieve-vitepress-adapter
- name: Update Trieve Chunks
env:
TRIEVE_API_HOST: ${{ secrets.TRIEVE_API_HOST }}
TRIEVE_API_KEY: ${{ secrets.TRIEVE_API_KEY }}
TRIEVE_ORGANIZATION_ID: ${{ secrets.TRIEVE_ORGANIZATION_ID }}
TRIEVE_DATASET_TRACKING_ID: ${{ secrets.TRIEVE_DATASET_TRACKING_ID }}
run: trieve-vitepress-adapter --file <docs.yml> -s <openapi.json> -r <root-url> -a <api-reference-page>
Replace <docs.yml>, <openapi.json>, <root-url>, and <api-reference-page>.
MIT
FAQs
Trieve adapter for Vitepress
We found that trieve-vitepress-adapter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.