Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@llamaindex/core

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/core - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

2

package.json
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.2.8",
"version": "0.2.9",
"description": "LlamaIndex Core Module",

@@ -6,0 +6,0 @@ "exports": {

@@ -719,3 +719,3 @@ import { getEnv, randomUUID, createSHA256, path, fs } from '@llamaindex/env';

const imageNode = new ImageNode({
id_: idGenerator(i, imageDoc),
id_: imageDoc.id_ ?? idGenerator(i, imageDoc),
text: textChunk,

@@ -740,3 +740,3 @@ image: imageDoc.image,

const node = new TextNode({
id_: idGenerator(i, textDoc),
id_: textDoc.id_ ?? idGenerator(i, textDoc),
text: textChunk,

@@ -743,0 +743,0 @@ embedding: textDoc.embedding,

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