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 2cc22e5 commit aac09f8Copy full SHA for aac09f8
src/collections/generate/integration.test.ts
@@ -3,8 +3,7 @@
3
import { WeaviateUnsupportedFeatureError } from '../../errors.js';
4
import weaviate, { WeaviateClient } from '../../index.js';
5
import { Collection } from '../collection/index.js';
6
-import { GroupByOptions } from '../types/index.js';
7
-import { GenerateOptions } from './types.js';
+import { GenerateOptions, GroupByOptions } from '../types/index.js';
8
9
const maybe = process.env.OPENAI_APIKEY ? describe : describe.skip;
10
0 commit comments