Skip to content
Snippets Groups Projects
Commit ffe5fbcd authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

RELEASING: Releasing 1 package(s)

Releases:
  llamaindex@0.0.49

[skip ci]
parent 18cc545e
Branches
Tags
No related merge requests found
---
"llamaindex": patch
---
feat(qdrant): Add Qdrant Vector DB
---
"llamaindex": patch
---
Preview: Add ingestion pipeline (incl. different strategies to handle doc store duplicates)
---
"llamaindex": patch
---
feat: use conditional exports
The benefit of conditional exports is we split the llamaindex into different files. This will improve the tree shake if you are building web apps.
This also requires node16 (see https://nodejs.org/api/packages.html#conditional-exports).
If you are seeing typescript issue `TS2724`('llamaindex' has no exported member named XXX):
1. update `moduleResolution` to `bundler` in `tsconfig.json`, more for the web applications like Next.js, and vite, but still works for ts-node or tsx.
2. consider the ES module in your project, add `"type": "module"` into `package.json` and update `moduleResolution` to `node16` or `nodenext` in `tsconfig.json`.
We still support both cjs and esm, but you should update `tsconfig.json` to make the typescript happy.
---
"llamaindex": patch
---
feat(extractors): add keyword extractor and base extractor
# llamaindex
## 0.0.49
### Patch Changes
- eee3922: feat(qdrant): Add Qdrant Vector DB
- e2790da: Preview: Add ingestion pipeline (incl. different strategies to handle doc store duplicates)
- bff40f2: feat: use conditional exports
The benefit of conditional exports is we split the llamaindex into different files. This will improve the tree shake if you are building web apps.
This also requires node16 (see https://nodejs.org/api/packages.html#conditional-exports).
If you are seeing typescript issue `TS2724`('llamaindex' has no exported member named XXX):
1. update `moduleResolution` to `bundler` in `tsconfig.json`, more for the web applications like Next.js, and vite, but still works for ts-node or tsx.
2. consider the ES module in your project, add `"type": "module"` into `package.json` and update `moduleResolution` to `node16` or `nodenext` in `tsconfig.json`.
We still support both cjs and esm, but you should update `tsconfig.json` to make the typescript happy.
- 2d8845b: feat(extractors): add keyword extractor and base extractor
## 0.0.48
### Patch Changes
......
{
"name": "llamaindex",
"version": "0.0.48",
"version": "0.0.49",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.9.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment