Skip to content

Commit

Permalink
v0.10.34 (#13235)
Browse files Browse the repository at this point in the history
* vbump

* fix docs build
  • Loading branch information
logan-markewich committed May 3, 2024
1 parent 2422861 commit 29590d2
Show file tree
Hide file tree
Showing 14 changed files with 444 additions and 241 deletions.
80 changes: 80 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,85 @@
# ChangeLog

## [2024-05-02]

### `llama-index-core` [0.10.34]

- remove error ignoring during chat engine streaming (#13160)
- add structured planning agent (#13149)
- update base class for planner agent (#13228)
- Fix: Error when parse file using SimpleFileNodeParser and file's extension doesn't in FILE_NODE_PARSERS (#13156)
- add matching `source_node.node_id` verification to node parsers (#13109)
- Retrieval Metrics: Updating HitRate and MRR for Evaluation@K documents retrieved. Also adding RR as a separate metric (#12997)
- Add chat summary memory buffer (#13155)

### `llama-index-indices-managed-zilliz` [0.1.3]

- ZillizCloudPipelineIndex accepts flexible params to create pipelines (#10134, #10112)

### `llama-index-llms-huggingface` [0.1.7]

- Add tool usage support with text-generation-inference integration from Hugging Face (#12471)

### `llama-index-llms-maritalk` [0.2.0]

- Add streaming for maritalk (#13207)

### `llama-index-llms-mistral-rs` [0.1.0]

- Integrate mistral.rs LLM (#13105)

### `llama-index-llms-mymagic` [0.1.7]

- mymagicai api update (#13148)

### `llama-index-llms-nvidia-triton` [0.1.5]

- Streaming Support for Nvidia's Triton Integration (#13135)

### `llama-index-llms-ollama` [0.1.3]

- added async support to ollama llms (#13150)

### `llama-index-readers-microsoft-sharepoint` [0.2.2]

- Exclude access control metadata keys from LLMs and embeddings - SharePoint Reader (#13184)

### `llama-index-readers-web` [0.1.11]

- feat: Browserbase Web Reader (#12877)

### `llama-index-readers-youtube-metadata` [0.1.0]

- Added YouTube Metadata Reader (#12975)

### `llama-index-storage-kvstore-redis` [0.1.4]

- fix redis kvstore key that was in bytes (#13201)

### `llama-index-vector-stores-azureaisearch` [0.1.5]

- Respect filter condition for Azure AI Search (#13215)

### `llama-index-vector-stores-chroma` [0.1.7]

- small bump for new chroma client version (#13158)

### `llama-index-vector-stores-firestore` [0.1.0]

- Adding Firestore Vector Store (#12048)

### `llama-index-vector-stores-kdbai` [0.1.5]

- small fix to returned IDs after `add()` (#12515)

### `llama-index-vector-stores-milvus` [0.1.11]

- Add hybrid retrieval mode to MilvusVectorStore (#13122)

### `llama-index-vector-stores-postgres` [0.1.7]

- parameterize queries in pgvector store (#13199)

## [2024-04-27]

### `llama-index-core` [0.10.33]
Expand Down
118 changes: 118 additions & 0 deletions docs/docs/CHANGELOG.md
@@ -1,5 +1,123 @@
# ChangeLog

## [2024-05-02]

### `llama-index-core` [0.10.34]

- remove error ignoring during chat engine streaming (#13160)
- add structured planning agent (#13149)
- update base class for planner agent (#13228)
- Fix: Error when parse file using SimpleFileNodeParser and file's extension doesn't in FILE_NODE_PARSERS (#13156)
- add matching `source_node.node_id` verification to node parsers (#13109)
- Retrieval Metrics: Updating HitRate and MRR for Evaluation@K documents retrieved. Also adding RR as a separate metric (#12997)
- Add chat summary memory buffer (#13155)

### `llama-index-indices-managed-zilliz` [0.1.3]

- ZillizCloudPipelineIndex accepts flexible params to create pipelines (#10134, #10112)

### `llama-index-llms-huggingface` [0.1.7]

- Add tool usage support with text-generation-inference integration from Hugging Face (#12471)

### `llama-index-llms-maritalk` [0.2.0]

- Add streaming for maritalk (#13207)

### `llama-index-llms-mistral-rs` [0.1.0]

- Integrate mistral.rs LLM (#13105)

### `llama-index-llms-mymagic` [0.1.7]

- mymagicai api update (#13148)

### `llama-index-llms-nvidia-triton` [0.1.5]

- Streaming Support for Nvidia's Triton Integration (#13135)

### `llama-index-llms-ollama` [0.1.3]

- added async support to ollama llms (#13150)

### `llama-index-readers-microsoft-sharepoint` [0.2.2]

- Exclude access control metadata keys from LLMs and embeddings - SharePoint Reader (#13184)

### `llama-index-readers-web` [0.1.11]

- feat: Browserbase Web Reader (#12877)

### `llama-index-readers-youtube-metadata` [0.1.0]

- Added YouTube Metadata Reader (#12975)

### `llama-index-storage-kvstore-redis` [0.1.4]

- fix redis kvstore key that was in bytes (#13201)

### `llama-index-vector-stores-azureaisearch` [0.1.5]

- Respect filter condition for Azure AI Search (#13215)

### `llama-index-vector-stores-chroma` [0.1.7]

- small bump for new chroma client version (#13158)

### `llama-index-vector-stores-firestore` [0.1.0]

- Adding Firestore Vector Store (#12048)

### `llama-index-vector-stores-kdbai` [0.1.5]

- small fix to returned IDs after `add()` (#12515)

### `llama-index-vector-stores-milvus` [0.1.11]

- Add hybrid retrieval mode to MilvusVectorStore (#13122)

### `llama-index-vector-stores-postgres` [0.1.7]

- parameterize queries in pgvector store (#13199)

## [2024-04-27]

### `llama-index-core` [0.10.33]

- add agent_worker.as_agent() (#13061)

### `llama-index-embeddings-bedrock` [0.1.5]

- Use Bedrock cohere character limit (#13126)

### `llama-index-tools-google` [0.1.5]

- Change default value for attendees to empty list (#13134)

### `llama-index-graph-stores-falkordb` [0.1.4]

- Skip index creation error when index already exists (#13085)

### `llama-index-tools-google` [0.1.4]

- Fix datetime for google calendar create_event api (#13132)

### `llama-index-llms-anthropic` [0.1.11]

- Merge multiple prompts into one (#13131)

### `llama-index-indices-managed-llama-cloud` [0.1.6]

- Use MetadataFilters in LlamaCloud Retriever (#13117)

### `llama-index-graph-stores-kuzu` [0.1.3]

- Fix kuzu integration .execute() calls (#13100)

### `llama-index-vector-stores-lantern` [0.1.3]

- Maintenance update to keep up to date with lantern builds (#13116)

## [2024-04-25]

### `llama-index-core` [0.10.32]
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/llms/mistral_rs.md
@@ -0,0 +1,4 @@
::: llama_index.llms.mistral_rs
options:
members:
- MistralRs
4 changes: 0 additions & 4 deletions docs/docs/api_reference/readers/pinecone.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/docs/api_reference/readers/youtube_metadata.md
@@ -0,0 +1,4 @@
::: llama_index.readers.youtube_metadata
options:
members:
- YoutubeTranscriptReader
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/vector_store/firestore.md
@@ -0,0 +1,4 @@
::: llama_index.vector_stores.firestore
options:
members:
- FirestoreVectorStore
10 changes: 9 additions & 1 deletion docs/mkdocs.yml
Expand Up @@ -195,6 +195,7 @@ nav:
- ./examples/embeddings/openvino.ipynb
- ./examples/embeddings/ipex_llm.ipynb
- ./examples/embeddings/octoai.ipynb
- ./examples/embeddings/ipex_llm_gpu.ipynb
- Evaluation:
- ./examples/evaluation/TonicValidateEvaluators.ipynb
- ./examples/evaluation/semantic_similarity_eval.ipynb
Expand Down Expand Up @@ -542,6 +543,8 @@ nav:
- ./examples/vector_stores/VearchDemo.ipynb
- ./examples/vector_stores/neo4j_metadata_filter.ipynb
- ./examples/vector_stores/AWSDocDBDemo.ipynb
- ./examples/vector_stores/MilvusHybridIndexDemo.ipynb
- ./examples/vector_stores/FirestoreVectorStore.ipynb
- Component Guides:
- ./module_guides/index.md
- Models:
Expand Down Expand Up @@ -792,6 +795,7 @@ nav:
- ./api_reference/llms/llamafile.md
- ./api_reference/llms/localai.md
- ./api_reference/llms/maritalk.md
- ./api_reference/llms/mistral_rs.md
- ./api_reference/llms/mistralai.md
- ./api_reference/llms/modelscope.md
- ./api_reference/llms/monsterapi.md
Expand Down Expand Up @@ -1149,6 +1153,7 @@ nav:
- ./api_reference/readers/wikipedia.md
- ./api_reference/readers/wordlift.md
- ./api_reference/readers/wordpress.md
- ./api_reference/readers/youtube_metadata.md
- ./api_reference/readers/youtube_transcript.md
- ./api_reference/readers/zendesk.md
- ./api_reference/readers/zep.md
Expand Down Expand Up @@ -1250,6 +1255,7 @@ nav:
- ./api_reference/storage/vector_store/elasticsearch.md
- ./api_reference/storage/vector_store/epsilla.md
- ./api_reference/storage/vector_store/faiss.md
- ./api_reference/storage/vector_store/firestore.md
- ./api_reference/storage/vector_store/google.md
- ./api_reference/storage/vector_store/index.md
- ./api_reference/storage/vector_store/jaguar.md
Expand Down Expand Up @@ -1686,7 +1692,6 @@ plugins:
- ../llama-index-integrations/readers/llama-index-readers-openalex
- ../llama-index-integrations/readers/llama-index-readers-txtai
- ../llama-index-integrations/readers/llama-index-readers-azcognitive-search
- ../llama-index-integrations/readers/llama-index-readers-pinecone
- ../llama-index-integrations/readers/llama-index-readers-pandas-ai
- ../llama-index-integrations/readers/llama-index-readers-airtable
- ../llama-index-integrations/readers/llama-index-readers-string-iterable
Expand Down Expand Up @@ -1838,6 +1843,9 @@ plugins:
- ../llama-index-integrations/agent/llama-index-agent-coa
- ../llama-index-integrations/readers/llama-index-readers-openapi
- ../llama-index-integrations/llms/llama-index-llms-octoai
- ../llama-index-integrations/vector_stores/llama-index-vector-stores-firestore
- ../llama-index-integrations/readers/llama-index-readers-youtube-metadata
- ../llama-index-integrations/llms/llama-index-llms-mistral-rs
- redirects:
redirect_maps:
./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md
Expand Down
2 changes: 1 addition & 1 deletion llama-index-core/llama_index/core/__init__.py
@@ -1,6 +1,6 @@
"""Init file of LlamaIndex."""

__version__ = "0.10.33"
__version__ = "0.10.34"

import logging
from logging import NullHandler
Expand Down
2 changes: 1 addition & 1 deletion llama-index-core/pyproject.toml
Expand Up @@ -43,7 +43,7 @@ name = "llama-index-core"
packages = [{include = "llama_index"}]
readme = "README.md"
repository = "https://github.com/run-llama/llama_index"
version = "0.10.33"
version = "0.10.34"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down
Expand Up @@ -30,7 +30,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-indices-managed-zilliz"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
Expand Up @@ -41,7 +41,7 @@ license = "MIT"
maintainers = ["HawkClaws", "Hironsan", "NA", "an-bluecat", "bborn", "jasonwcfan", "kravetsmic", "pandazki", "ruze00", "selamanse", "thejessezhang"]
name = "llama-index-readers-web"
readme = "README.md"
version = "0.1.10"
version = "0.1.11"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
Expand Up @@ -13,6 +13,9 @@ skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
contains_example = false
import_path = "llama_index.readers.youtube_metadata"

[tool.llamahub.class_authors]
YoutubeTranscriptReader = "Troy Lowry"

[tool.mypy]
disallow_untyped_defs = true
# Remove venv skip when integrated with pre-commit
Expand Down

0 comments on commit 29590d2

Please sign in to comment.