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 8d77f6f commit 33723d0Copy full SHA for 33723d0
src/providers/qdrant/index.ts
@@ -3,9 +3,7 @@ import QdrantAPIConfig from './api';
3
4
const QdrantConfig: ProviderConfigs = {
5
api: QdrantAPIConfig,
6
- responseTransforms: {
7
-
8
- },
+ responseTransforms: {},
9
};
10
11
-export default QdrantConfig;
+export default QdrantConfig;
0 commit comments