Releases: run-llama/LlamaIndexTS
Releases · run-llama/LlamaIndexTS
@llamaindex/core@0.1.11
Patch Changes
- Updated dependencies [4648da6]
- @llamaindex/env@0.1.10
@llamaindex/community@0.0.32
Patch Changes
- Updated dependencies [4648da6]
- @llamaindex/env@0.1.10
- @llamaindex/core@0.1.11
llamaindex@0.5.21
Patch Changes
-
ae1149f: feat: add JSON streaming to JSONReader
-
2411c9f: Auto-create index for MongoDB vector store (if not exists)
-
e8f229c: Remove logging from MongoDB Atlas Vector Store
-
11b3856: implement filters for MongoDBAtlasVectorSearch
-
83d7f41: Fix database insertion for
PGVectorStore
It will now:
- throw an error if there is an insertion error.
- Upsert documents with the same id.
- add all documents to the database as a single
INSERT
call (inside a transaction).
-
0148354: refactor: prompt system
Add
PromptTemplate
module with strong type check. -
1711f6d: Export imageToDataUrl for using images in chat
-
Updated dependencies [0148354]
- @llamaindex/core@0.1.10
@llamaindex/experimental@0.0.71
@llamaindex/core@0.1.10
Patch Changes
-
0148354: refactor: prompt system
Add
PromptTemplate
module with strong type check.
@llamaindex/community@0.0.31
Patch Changes
- Updated dependencies [0148354]
- @llamaindex/core@0.1.10
llamaindex@0.5.20
@llamaindex/experimental@0.0.70
llamaindex@0.5.19
Patch Changes
- fcbf183: implement llamacloud file service