fix: Add missing authentication to LlamaCloudIndex.fromDocuments (#1055)

This commit is contained in:
Marcus Schiesser
2024-07-18 11:32:07 +02:00
committed by GitHub
parent e775afc3f2
commit ab700ea546
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---
Add missing authentication to LlamaCloudIndex.fromDocuments
@@ -151,6 +151,7 @@ export class LlamaCloudIndex {
verbose?: boolean;
} & CloudConstructorParams,
): Promise<LlamaCloudIndex> {
initService(params);
const defaultTransformations: TransformComponent<any>[] = [
new SimpleNodeParser(),
new OpenAIEmbedding({