Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Mar 15, 2024
1 parent 27db0ae commit 0a6f964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/vectordbs/typescript/milvus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
} from "llamaindex";
import {
checkRequiredEnvVars,
getMilvusClient,
CHUNK_OVERLAP,
CHUNK_SIZE,
getMilvusClient,
} from "./shared.mjs";

async function getDataSource(llm: LLM) {
Expand Down

0 comments on commit 0a6f964

Please sign in to comment.