First Release
Docusaurus Vecto Search Release
Welcome
We're excited to announce the first release of Docusaurus Vecto Search! Enhance your Docusaurus website's search capabilities with Vecto's powerful technology.
Quick Start
Install
Navigate to your project root and run:
npm install @xpressai/docusaurus-vecto-searchConfigure
In your docusaurus.config.js:
themes: [
[
"docusaurus-vecto-search",
{
public_token: "",
vector_space_id: 123,
top_k: 123
}
],
]Acquire your public_token here.
Set Environment Variables
Create a .env file in your project root:
USER_TOKEN=your_token_value_hereBuild
Finally, build your site:
yarn buildPlugin Development
To contribute or customize:
-
Clone and set up the plugin repo:
git clone https://github.com/XpressAI/docusaurus-vecto-search cd docusaurus-vecto-search yarn install yarn link -
In your Docusaurus project:
yarn link docusaurus-vecto-search yarn build
Feel free to reach out if you have any issues, questions, or contributions.