New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@llamaindex/openai

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@llamaindex/openai - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc