Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed May 17, 2024
1 parent 652a9d5 commit b704612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/utils/pinecone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getVectorType(vector_type: string): string | undefined {
project: process.env.PROJECT_VECTOR_TYPE,
issue: process.env.ISSUE_VECTOR_TYPE,
search: process.env.SEARCH_VECTOR_TYPE,
demoSearch: process.env.DEMO_SEARCH_TYPE
demoSearch: process.env.DEMO_SEARCH_VECTOR_TYPE
}

return vectorTypeMap[vector_type]
Expand Down

0 comments on commit b704612

Please sign in to comment.