Skip to content

Commit

Permalink
fix config case
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI committed Oct 25, 2023
1 parent 5afd9b7 commit 286b842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ const config = {
/** type {import("@xpressai/docusaurus-vecto-search").PluginOptions} */
({
docsRouteBasePath: '/',
vecto_public_token: process.env.vecto_public_token,
vector_space_id: Number(process.env.vector_space_id),
vecto_public_token: process.env.VECTO_PUBLIC_TOKEN,
vector_space_id: Number(process.env.VECTOR_SPACE_ID),
top_k: 20,
rankBy: "weightedAverage"
}),
Expand Down

0 comments on commit 286b842

Please sign in to comment.