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

llamaindex

Package Overview
Dependencies
Maintainers
1
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

llamaindex - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

6

CHANGELOG.md
# llamaindex
## 0.0.8
### Patch Changes
- ea5038e: Disabling PDF loader for now to fix module import
## 0.0.7

@@ -4,0 +10,0 @@

2

package.json
{
"name": "llamaindex",
"version": "0.0.7",
"version": "0.0.8",
"dependencies": {

@@ -5,0 +5,0 @@ "js-tiktoken": "^1.0.7",

@@ -5,3 +5,2 @@ import { Document } from "../Node";

import { DEFAULT_FS } from "../storage/constants";
import { default as pdfParse } from "pdf-parse";
import _ from "lodash";

@@ -17,6 +16,4 @@

): Promise<Document[]> {
let dataBuffer = (await fs.readFile(file)) as any;
const data = await pdfParse(dataBuffer);
return [new Document({ text: data.text, id_: file })];
throw new Error("not implemented");
}
}

Sorry, the diff of this file is too big to display

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