@llamaindex/openai
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -297,3 +297,3 @@ import { BaseEmbedding } from '@llamaindex/core/embeddings'; | ||
* Get embeddings for a single text | ||
* @param texts | ||
* @param text | ||
*/ | ||
@@ -300,0 +300,0 @@ getTextEmbedding(text: string): Promise<number[]>; |
@@ -988,3 +988,3 @@ import { BaseEmbedding } from '@llamaindex/core/embeddings'; | ||
* Get embeddings for a single text | ||
* @param texts | ||
* @param text | ||
*/ async getTextEmbedding(text) { | ||
@@ -991,0 +991,0 @@ return (await this.getOpenAIEmbedding([ |
{ | ||
"name": "@llamaindex/openai", | ||
"description": "OpenAI Adapter for LlamaIndex", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"type": "module", | ||
@@ -34,4 +34,4 @@ "main": "./dist/index.cjs", | ||
"remeda": "^2.12.0", | ||
"@llamaindex/core": "0.2.0", | ||
"@llamaindex/env": "0.1.10" | ||
"@llamaindex/core": "0.2.1", | ||
"@llamaindex/env": "0.1.11" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
87821
+ Added@llamaindex/core@0.2.1(transitive)
+ Added@llamaindex/env@0.1.11(transitive)
- Removed@llamaindex/core@0.2.0(transitive)
- Removed@llamaindex/env@0.1.10(transitive)
Updated@llamaindex/core@0.2.1
Updated@llamaindex/env@0.1.11