Skip to content

Commit

Permalink
chore: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 2, 2024
1 parent 660960a commit d372ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/langchain-scripts/src/cli/docs/embeddings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ export async function fillEmbeddingsIntegrationDocTemplate(fields: {
isCommunity: fields.isCommunity,
});
envVarName = extraFields.envVarName;
const pySupport = extraFields.pySupport;
const {pySupport} = extraFields;
const localSupport = extraFields.local;
const packageName = extraFields.packageName;
const {packageName} = extraFields;
const fullImportPath = extraFields.fullImportPath ?? extraFields.packageName;

const apiRefModuleUrl = `https://api.js.langchain.com/classes/${fullImportPath
Expand Down

0 comments on commit d372ae6

Please sign in to comment.