Skip to content

Commit

Permalink
v0.10.27 (#12590)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Apr 4, 2024
1 parent c24a296 commit 33b044a
Show file tree
Hide file tree
Showing 12 changed files with 282 additions and 104 deletions.
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,83 @@
# ChangeLog

## [2024-04-04]

### `llama-index-agent-openai` [0.2.2]

- Update imports for message thread typing (#12437)

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

- Fix for pydantic query engine outputs being blank (#12469)
- Add span_id attribute to Events (instrumentation) (#12417)
- Fix RedisDocstore node retrieval from docs property (#12324)
- Add node-postprocessors to retriever_tool (#12415)
- FLAREInstructQueryEngine : delegating retriever api if the query engine supports it (#12503)
- Make chat message to dict safer (#12526)
- fix check in batch eval runner for multi-kwargs (#12563)
- Fixes agent_react_multimodal_step.py bug with partial args (#12566)

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

- Added support to load clip model from local file path (#12577)

### `llama-index-embeddings-cloudflar-workersai` [0.1.0]

- text embedding integration: Cloudflare Workers AI (#12446)

### `llama-index-embeddings-voyageai` [0.1.4]

- Fix pydantic issue in class definition (#12469)

### `llama-index-finetuning` [0.1.5]

- Small typo fix in QA generation prompt (#12470)

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

- Replace redis driver with FalkorDB driver (#12434)

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

- Add ability to pass custom HTTP headers to Anthropic client (#12558)

### `llama-index-llms-cohere` [0.1.6]

- Add support for Cohere Command R+ model (#12581)

### `llama-index-llms-databricks` [0.1.0]

- Integrations with DataBricks LLM API (#12432)

### `llama-index-llms-watsonx` [0.1.6]

- Updated Watsonx foundation models (#12493)
- Updated base model name on watsonx integration #12491

### `lama-index-postprocessor-rankllm-rerank` [0.1.2]

- Add RankGPT support inside RankLLM (#12475)

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

- Use recursive strategy by default for SharePoint (#12557)

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

- Readability web page reader fix playwright async api bug (#12520)

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

- small `to_list` fix (#12515)

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

- Add support for Neptune Analytics as a Vector Store (#12423)

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

- fix(postgres): numeric metadata filters (#12583)

## [2024-03-31]

### `llama-index-core` [0.10.26]
Expand Down
78 changes: 78 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,83 @@
# ChangeLog

## [2024-04-04]

### `llama-index-agent-openai` [0.2.2]

- Update imports for message thread typing (#12437)

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

- Fix for pydantic query engine outputs being blank (#12469)
- Add span_id attribute to Events (instrumentation) (#12417)
- Fix RedisDocstore node retrieval from docs property (#12324)
- Add node-postprocessors to retriever_tool (#12415)
- FLAREInstructQueryEngine : delegating retriever api if the query engine supports it (#12503)
- Make chat message to dict safer (#12526)
- fix check in batch eval runner for multi-kwargs (#12563)
- Fixes agent_react_multimodal_step.py bug with partial args (#12566)

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

- Added support to load clip model from local file path (#12577)

### `llama-index-embeddings-cloudflar-workersai` [0.1.0]

- text embedding integration: Cloudflare Workers AI (#12446)

### `llama-index-embeddings-voyageai` [0.1.4]

- Fix pydantic issue in class definition (#12469)

### `llama-index-finetuning` [0.1.5]

- Small typo fix in QA generation prompt (#12470)

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

- Replace redis driver with FalkorDB driver (#12434)

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

- Add ability to pass custom HTTP headers to Anthropic client (#12558)

### `llama-index-llms-cohere` [0.1.6]

- Add support for Cohere Command R+ model (#12581)

### `llama-index-llms-databricks` [0.1.0]

- Integrations with DataBricks LLM API (#12432)

### `llama-index-llms-watsonx` [0.1.6]

- Updated Watsonx foundation models (#12493)
- Updated base model name on watsonx integration #12491

### `lama-index-postprocessor-rankllm-rerank` [0.1.2]

- Add RankGPT support inside RankLLM (#12475)

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

- Use recursive strategy by default for SharePoint (#12557)

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

- Readability web page reader fix playwright async api bug (#12520)

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

- small `to_list` fix (#12515)

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

- Add support for Neptune Analytics as a Vector Store (#12423)

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

- fix(postgres): numeric metadata filters (#12583)

## [2024-03-31]

### `llama-index-core` [0.10.26]
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/embeddings/cloudflare_workersai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.embeddings.cloudflare_workersai
options:
members:
- CloudflareEmbedding
4 changes: 4 additions & 0 deletions docs/docs/api_reference/llms/databricks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.llms.databricks
options:
members:
- DataBricks
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/vector_store/neptune.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.vector_stores.neptune
options:
members:
- NeptuneAnalyticsVectorStore
10 changes: 10 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ nav:
- ./examples/embeddings/premai.ipynb
- ./examples/embeddings/alephalpha.ipynb
- ./examples/embeddings/itrex.ipynb
- ./examples/embeddings/cloudflare_workersai.ipynb
- Evaluation:
- ./examples/evaluation/TonicValidateEvaluators.ipynb
- ./examples/evaluation/semantic_similarity_eval.ipynb
Expand Down Expand Up @@ -293,6 +294,7 @@ nav:
- ./examples/llm/solar.ipynb
- ./examples/llm/alephalpha.ipynb
- ./examples/llm/ipex_llm.ipynb
- ./examples/llm/databricks.ipynb
- Low Level:
- ./examples/low_level/oss_ingestion_retrieval.ipynb
- ./examples/low_level/fusion_retriever.ipynb
Expand Down Expand Up @@ -517,6 +519,8 @@ nav:
- ./examples/vector_stores/MongoDBAtlasVectorSearchRAGFireworks.ipynb
- ./examples/vector_stores/KDBAI_Advanced_RAG_Demo.ipynb
- ./examples/vector_stores/AnalyticDBDemo.ipynb
- ./examples/vector_stores/TiDBVector.ipynb
- ./examples/vector_stores/AmazonNeptuneVectorDemo.ipynb
- Component Guides:
- ./module_guides/index.md
- Models:
Expand Down Expand Up @@ -670,6 +674,7 @@ nav:
- ./api_reference/embeddings/bedrock.md
- ./api_reference/embeddings/clarifai.md
- ./api_reference/embeddings/clip.md
- ./api_reference/embeddings/cloudflare_workersai.md
- ./api_reference/embeddings/cohere.md
- ./api_reference/embeddings/dashscope.md
- ./api_reference/embeddings/elasticsearch.md
Expand Down Expand Up @@ -746,6 +751,7 @@ nav:
- ./api_reference/llms/cohere.md
- ./api_reference/llms/custom_llm.md
- ./api_reference/llms/dashscope.md
- ./api_reference/llms/databricks.md
- ./api_reference/llms/everlyai.md
- ./api_reference/llms/fireworks.md
- ./api_reference/llms/friendli.md
Expand Down Expand Up @@ -1222,6 +1228,7 @@ nav:
- ./api_reference/storage/vector_store/mongodb.md
- ./api_reference/storage/vector_store/myscale.md
- ./api_reference/storage/vector_store/neo4jvector.md
- ./api_reference/storage/vector_store/neptune.md
- ./api_reference/storage/vector_store/opensearch.md
- ./api_reference/storage/vector_store/pgvecto_rs.md
- ./api_reference/storage/vector_store/pinecone.md
Expand Down Expand Up @@ -1773,6 +1780,9 @@ plugins:
- ../llama-index-integrations/embeddings/llama-index-embeddings-huggingface-itrex
- ../llama-index-integrations/postprocessor/llama-index-postprocessor-rankllm-rerank
- ../llama-index-integrations/llms/llama-index-llms-ipex-llm
- ../llama-index-integrations/vector_stores/llama-index-vector-stores-neptune
- ../llama-index-integrations/embeddings/llama-index-embeddings-cloudflare-workersai
- ../llama-index-integrations/llms/llama-index-llms-databricks
- 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Init file of LlamaIndex."""

__version__ = "0.10.26"
__version__ = "0.10.27"

import logging
from logging import NullHandler
Expand Down
2 changes: 1 addition & 1 deletion llama-index-core/pyproject.toml
Original file line number Diff line number Diff line change
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.26"
version = "0.10.27"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down
2 changes: 1 addition & 1 deletion llama-index-finetuning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-finetuning"
readme = "README.md"
version = "0.1.4"
version = "0.1.5"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-embeddings-clip"
readme = "README.md"
version = "0.1.4"
version = "0.1.5"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
Loading

0 comments on commit 33b044a

Please sign in to comment.