We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cba09 commit afab834Copy full SHA for afab834
src/lib/qdrant.ts
@@ -1,6 +1,5 @@
1
import { QdrantClient } from "@qdrant/js-client-rest";
2
import { configService, logger } from "./config-service";
3
-import axios from "axios"; // Import axios
4
import { withRetry } from "../utils/retry-utils";
5
6
let qdrantClientInstance: QdrantClient | null = null;
0 commit comments