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 e137e4c commit ae7d691Copy full SHA for ae7d691
src/index.ts
@@ -11,6 +11,8 @@ export type {
11
RerankResultUsage,
12
RankedDocument,
13
EmbeddingsList,
14
+ EmbeddingsListUsage,
15
+ Embedding,
16
} from './pinecone-generated-ts-fetch/inference';
17
export type { ListResponse } from './pinecone-generated-ts-fetch/db_data';
18
export type {
src/integration/test-helpers.ts
@@ -161,7 +161,7 @@ export const assertWithRetries = async (
161
asyncFn: () => Promise<any>,
162
assertionsFn: Assertions,
163
maxRetries: number = 5,
164
- delay: number = 3000
+ delay: number = 2000
165
) => {
166
let attempts = 0;
167
0 commit comments