-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update npm package llamaindex
to v0.8.29
#5154
Conversation
4d02ddc
to
bf347d7
Compare
llamaindex
to v0.5.25llamaindex
to v0.5.26
bf347d7
to
ef2d2b9
Compare
llamaindex
to v0.5.26llamaindex
to v0.5.27
ef2d2b9
to
e9add9e
Compare
llamaindex
to v0.5.27llamaindex
to v0.6.0
7abb05c
to
5843619
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
5843619
to
689a6b3
Compare
...ctivities/research-entities-action/link-follower-agent/llama-index/simple-storage-context.ts
Outdated
Show resolved
Hide resolved
...ctivities/research-entities-action/link-follower-agent/llama-index/simple-storage-context.ts
Fixed
Show fixed
Hide fixed
@indietyp Do we want to address these Semgrep flags here, or were they pre-existing in the codebase already? |
these are from a previous iteration that I missed, will fix them! |
...ctivities/research-entities-action/link-follower-agent/llama-index/simple-storage-context.ts
Outdated
Show resolved
Hide resolved
...ctivities/research-entities-action/link-follower-agent/llama-index/simple-storage-context.ts
Show resolved
Hide resolved
Co-authored-by: Ciaran Morinan <37743469+CiaranMn@users.noreply.github.com>
Benchmark results
|
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/person/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/block/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/book/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/song/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/page/v/2
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/playlist/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/building/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/organization/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/uk-address/v/1
|
Flame Graph |
representative_read_multiple_entities
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_property | depths: DT=255, PT=255, ET=255, E=255 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=0, E=0 | Flame Graph | |
entity_by_property | depths: DT=2, PT=2, ET=2, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=0, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=2, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=2, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=255, PT=255, ET=255, E=255 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=0, E=0 | Flame Graph | |
link_by_source_by_property | depths: DT=2, PT=2, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=0, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=2, ET=2, E=2 | Flame Graph |
representative_read_entity_type
Function | Value | Mean | Flame graphs |
---|---|---|---|
get_entity_type_by_id | Account ID: d4e16033-c281-4cde-aa35-9085bf2e7579
|
Flame Graph |
scaling_read_entity_complete_one_depth
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 50 entities | Flame Graph | |
entity_by_id | 5 entities | Flame Graph | |
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 25 entities | Flame Graph |
scaling_read_entity_linkless
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 100 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 1000 entities | Flame Graph | |
entity_by_id | 10000 entities | Flame Graph |
scaling_read_entity_complete_zero_depth
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 50 entities | Flame Graph | |
entity_by_id | 5 entities | Flame Graph | |
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 25 entities | Flame Graph |
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> Co-authored-by: Bilal Mahmoud <bmahmoud@mpi-cbg.de> Co-authored-by: Ciaran Morinan <37743469+CiaranMn@users.noreply.github.com>
This PR contains the following updates:
0.2.10
->0.8.29
0.8.30
Release Notes
run-llama/LlamaIndexTS (llamaindex)
v0.8.29
Compare Source
Patch Changes
dd596a0
: Add Gemini 2.0 Flash Experimentalv0.8.28
Compare Source
Patch Changes
a9b5b99
]v0.8.27
Compare Source
Patch Changes
b504303
: Allow Node 18 again (throw run-time error if not possible) to make Stackblitz worka0e6f57
: withLlamaIndex now passes through webpack options to the passed in customized NextJS webpack config. Before it was only passing through the config.b504303
]e0f6cc3
]v0.8.26
Compare Source
Patch Changes
3d1808b
: chore: bump version3d1808b
]v0.8.25
Compare Source
Patch Changes
7e8230b
]8be4589
]v0.8.24
Compare Source
Patch Changes
515f2c1
: Add vector store for CosmosDBv0.8.23
Compare Source
Patch Changes
d2b2722
]v0.8.22
Compare Source
Patch Changes
819af45
: feat: add Azure Cosmos DB Mongo vCore ChatStore969365c
]v0.8.21
Compare Source
Patch Changes
83c3897
: fix: pinecone vector store searchefa2211
: feat: add Azure Cosmos DB mongo vCore DocumentStore, IndexStore, KVStorev0.8.20
Compare Source
Patch Changes
02b22da
: fix: supports Vercel bundlingv0.8.19
Compare Source
Patch Changes
90d265c
: chore: bump version90d265c
]v0.8.18
Compare Source
Patch Changes
d17450f
: fix: rename from serverComponentsExternalPackages to serverExternalPackagesef4f63d
]v0.8.17
Compare Source
Patch Changes
6d22fa2
]v0.8.16
Compare Source
Patch Changes
e60328b
]v0.8.15
Compare Source
Patch Changes
3d503cb
: Update azure cosmos db5dae534
: fix: propagate queryStr to concrete vectorStorev0.8.14
Compare Source
Patch Changes
630b425
: feat: add Azure CosmosDB NoSql Chat storev0.8.13
Compare Source
Patch Changes
a7b0ac3
]a7b0ac3
]c69605f
]v0.8.12
Compare Source
Patch Changes
7ae6eaa
]v0.8.11
Compare Source
Patch Changes
f865c98
]v0.8.10
Compare Source
Patch Changes
f066e50
: feat: vllm supportf066e50
]d89ebe0
]fd8c882
]v0.8.9
Compare Source
Patch Changes
4fc001c
: chore: bump@huggingface/transformers
Upgrade to v3, please read https://github.com/huggingface/transformers.js/releases/tag/3.0.0 for more information.
4d4cd8a
: feat: support ollama tool callNote that
OllamaEmbedding
now is not the subclass ofOllama
.Updated dependencies [
4fc001c
]Updated dependencies [
4d4cd8a
]v0.8.8
Compare Source
Patch Changes
ad85bd0
: - fix agent chat message not saved into the task context when streamingnode:async_hook
in edge-light/workerd conditionad85bd0
]v0.8.7
Compare Source
Patch Changes
a8d3fa6
]v0.8.6
Compare Source
Patch Changes
95a5cc6
: refactor: move storage into core95a5cc6
]v0.8.5
Compare Source
Patch Changes
14cc9eb
: chore: move multi-model into single sub modulea6db5dd
: feat: add baseUrl and timeout option in cohere rerank396b1e1
: feat: add Azure Cosmos DB DocumentStore, IndexStore, KVStore, update vectorStore and examples14cc9eb
]v0.8.4
Compare Source
Patch Changes
35430d3
: Feature/ Add AzureCosmosDBNoSqlVectorStore and SimpleCosmosDBReader35430d3
]v0.8.3
Compare Source
Patch Changes
012495b
]v0.8.2
Compare Source
Patch Changes
dd596a0
: Add Gemini 2.0 Flash Experimentalv0.8.1
Compare Source
Patch Changes
90d265c
: chore: bump version90d265c
]v0.8.0
Compare Source
Minor Changes
98ba1e7
: fea:t implement context-aware agentPatch Changes
359fd33
: refactor(core): moveContextChatEngine
andSimpleChatEngine
efb7e1b
: refactor: moveRetrieverQueryEngine
into core module620c63c
: feat: add@llamaindex/readers
packageIf you are using import
llamaindex/readers/...
,you will need to install
@llamaindex/core
and change import path to@llamaindex/readers/...
.Updated dependencies [
359fd33
]Updated dependencies [
efb7e1b
]Updated dependencies [
98ba1e7
]Updated dependencies [
620c63c
]v0.7.10
Compare Source
Patch Changes
9df9a8f
: fix: export all huggingface module60b185f
]v0.7.9
Compare Source
Patch Changes
691c5bc
: fix: export embeddings utils691c5bc
]v0.7.8
Compare Source
Patch Changes
fa60fc6
]Configuration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.