Skip to content
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

[version] bump version to 0.10.56 #14849

Merged
merged 7 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 111 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,116 @@
# ChangeLog

## [2024-07-19]

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

- Fixing the issue where the \_apply_node_postprocessors function needs QueryBundle (#14839)
- Add Context-Only Response Synthesizer (#14439)
- Fix AgentRunner AgentRunStepStartEvent dispatch (#14828)
- Improve output format system prompt in ReAct agent (#14814)
- Remove double curly replacing from output parser utils (#14735)
- Update simple_summarize.py (#14714)

### `llama-index-tools-azure-code-interpreter` [0.2.0]

- chore: read AZURE_POOL_MANAGEMENT_ENDPOINT from env vars (#14732)

### `llama-index-llms-azure-inference` [0.1.0]

- Azure AI Inference integration (#14672)

### `llama-index-embeddings-azure-inference` [0.1.0]

- Azure AI Inference integration (#14672)

### `llama-index-llms-bedrock-converse` [0.1.5]

- feat: ✨ Implement async functionality in BedrockConverse (#14326)

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

- Add new integration for YandexGPT Embedding Model (#14313)

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

- Update docstring for gmailtoolspec's search_messages tool (#14840)

### `llama-index-postprocessor-nvidia-rerank` [0.1.5]

- add support for nvidia/nv-rerankqa-mistral-4b-v3 (#14844)

### `llama-index-embeddings-openai` [0.1.11]

- Fix OpenAI Embedding async client bug (#14835)

### `llama-index-embeddings-azure-openai` [0.1.11]

- Fix Azure OpenAI LLM and Embedding async client bug (#14833)

### `llama-index-llms-azure-openai` [0.1.9]

- Fix Azure OpenAI LLM and Embedding async client bug (#14833)

### `llama-index-multi-modal-llms-openai` [0.1.8]

- Add support for gpt-4o-mini (#14820)

### `llama-index-llms-openai` [0.1.26]

- Add support for gpt-4o-mini (#14820)

### `llama-index-llms-mistralai` [0.1.18]

- Add support for mistralai nemo model (#14819)

### `llama-index-graph-stores-neo4j` [0.2.8]

- Fix bug when sanitize is used in neo4j property graph (#14812)
- Add filter to get_triples in neo4j (#14811)

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

- feat: add nested filters for azureaisearch (#14795)

### `llama-index-vector-stores-qdrant` [0.2.13]

- feat: Add NOT IN filter for Qdrant vector store (#14791)

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

- feat: add azureaisearch supported conditions (#14787)
- feat: azureaisearch support collection string (#14712)

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

- Fix OpenWeatherMapToolSpec.forecast_tommorrow_at_location (#14745)

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

- follow odata.nextLink (#14708)

### `llama-index-vector-stores-qdrant` [0.2.12]

- Adds Quantization option to QdrantVectorStore (#14740)

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

- feat: improve azureai search deleting (#14693)

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

- fix: tools are required for attachments in openai api (#14609)

### `llama-index-readers-box` [0.1.0]

- new integration

### `llama-index-embeddings-fastembed` [0.1.6]

- fix fastembed python version (#14710)

## [2024-07-11]

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

- Various docs updates
Expand Down
111 changes: 111 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,116 @@
# ChangeLog

## [2024-07-19]

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

- Fixing the issue where the \_apply_node_postprocessors function needs QueryBundle (#14839)
- Add Context-Only Response Synthesizer (#14439)
- Fix AgentRunner AgentRunStepStartEvent dispatch (#14828)
- Improve output format system prompt in ReAct agent (#14814)
- Remove double curly replacing from output parser utils (#14735)
- Update simple_summarize.py (#14714)

### `llama-index-tools-azure-code-interpreter` [0.2.0]

- chore: read AZURE_POOL_MANAGEMENT_ENDPOINT from env vars (#14732)

### `llama-index-llms-azure-inference` [0.1.0]

- Azure AI Inference integration (#14672)

### `llama-index-embeddings-azure-inference` [0.1.0]

- Azure AI Inference integration (#14672)

### `llama-index-llms-bedrock-converse` [0.1.5]

- feat: ✨ Implement async functionality in BedrockConverse (#14326)

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

- Add new integration for YandexGPT Embedding Model (#14313)

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

- Update docstring for gmailtoolspec's search_messages tool (#14840)

### `llama-index-postprocessor-nvidia-rerank` [0.1.5]

- add support for nvidia/nv-rerankqa-mistral-4b-v3 (#14844)

### `llama-index-embeddings-openai` [0.1.11]

- Fix OpenAI Embedding async client bug (#14835)

### `llama-index-embeddings-azure-openai` [0.1.11]

- Fix Azure OpenAI LLM and Embedding async client bug (#14833)

### `llama-index-llms-azure-openai` [0.1.9]

- Fix Azure OpenAI LLM and Embedding async client bug (#14833)

### `llama-index-multi-modal-llms-openai` [0.1.8]

- Add support for gpt-4o-mini (#14820)

### `llama-index-llms-openai` [0.1.26]

- Add support for gpt-4o-mini (#14820)

### `llama-index-llms-mistralai` [0.1.18]

- Add support for mistralai nemo model (#14819)

### `llama-index-graph-stores-neo4j` [0.2.8]

- Fix bug when sanitize is used in neo4j property graph (#14812)
- Add filter to get_triples in neo4j (#14811)

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

- feat: add nested filters for azureaisearch (#14795)

### `llama-index-vector-stores-qdrant` [0.2.13]

- feat: Add NOT IN filter for Qdrant vector store (#14791)

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

- feat: add azureaisearch supported conditions (#14787)
- feat: azureaisearch support collection string (#14712)

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

- Fix OpenWeatherMapToolSpec.forecast_tommorrow_at_location (#14745)

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

- follow odata.nextLink (#14708)

### `llama-index-vector-stores-qdrant` [0.2.12]

- Adds Quantization option to QdrantVectorStore (#14740)

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

- feat: improve azureai search deleting (#14693)

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

- fix: tools are required for attachments in openai api (#14609)

### `llama-index-readers-box` [0.1.0]

- new integration

### `llama-index-embeddings-fastembed` [0.1.6]

- fix fastembed python version (#14710)

## [2024-07-11]

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

- Various docs updates
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/embeddings/azure_inference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.embeddings.azure_inference
options:
members:
- AzureAIEmbeddingsModel
4 changes: 4 additions & 0 deletions docs/docs/api_reference/embeddings/yandexgpt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.embeddings.yandexgpt
options:
members:
- YandexGPTEmbedding
4 changes: 4 additions & 0 deletions docs/docs/api_reference/llms/azure_inference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.llms.azure_inference
options:
members:
- AzureAICompletionsModel
7 changes: 7 additions & 0 deletions docs/docs/api_reference/readers/box.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
::: llama_index.readers.box
options:
members:
- BoxReader
- BoxReaderAIExtract
- BoxReaderAIPrompt
- BoxReaderTextExtraction
12 changes: 12 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ nav:
- ./examples/chat_engine/chat_engine_react.ipynb
- ./examples/chat_engine/chat_engine_repl.ipynb
- Cookbooks:
- ./examples/cookbooks/GraphRAG_v1.ipynb
- ./examples/cookbooks/anthropic_haiku.ipynb
- ./examples/cookbooks/codestral.ipynb
- ./examples/cookbooks/cohere_retriever_eval.ipynb
Expand Down Expand Up @@ -233,11 +234,13 @@ nav:
- ./examples/embeddings/together.ipynb
- ./examples/embeddings/upstage.ipynb
- ./examples/embeddings/voyageai.ipynb
- ./examples/embeddings/yandexgpt.ipynb
- Evaluation:
- ./examples/evaluation/BeirEvaluation.ipynb
- ./examples/evaluation/Deepeval.ipynb
- ./examples/evaluation/HotpotQADistractor.ipynb
- ./examples/evaluation/QuestionGeneration.ipynb
- ./examples/evaluation/RAGChecker.ipynb
- ./examples/evaluation/RetryQuery.ipynb
- ./examples/evaluation/TonicValidateEvaluators.ipynb
- ./examples/evaluation/UpTrain.ipynb
Expand Down Expand Up @@ -281,6 +284,7 @@ nav:
- ./examples/llm/alephalpha.ipynb
- ./examples/llm/anthropic.ipynb
- ./examples/llm/anyscale.ipynb
- ./examples/llm/azure_inference.ipynb
- ./examples/llm/azure_openai.ipynb
- ./examples/llm/bedrock.ipynb
- ./examples/llm/bedrock_converse.ipynb
Expand Down Expand Up @@ -773,6 +777,7 @@ nav:
- ./api_reference/embeddings/adapter.md
- ./api_reference/embeddings/alephalpha.md
- ./api_reference/embeddings/anyscale.md
- ./api_reference/embeddings/azure_inference.md
- ./api_reference/embeddings/azure_openai.md
- ./api_reference/embeddings/bedrock.md
- ./api_reference/embeddings/clarifai.md
Expand Down Expand Up @@ -818,6 +823,7 @@ nav:
- ./api_reference/embeddings/upstage.md
- ./api_reference/embeddings/vertex.md
- ./api_reference/embeddings/voyageai.md
- ./api_reference/embeddings/yandexgpt.md
- Evaluation:
- ./api_reference/evaluation/answer_relevancy.md
- ./api_reference/evaluation/context_relevancy.md
Expand Down Expand Up @@ -865,6 +871,7 @@ nav:
- ./api_reference/llms/alephalpha.md
- ./api_reference/llms/anthropic.md
- ./api_reference/llms/anyscale.md
- ./api_reference/llms/azure_inference.md
- ./api_reference/llms/azure_openai.md
- ./api_reference/llms/bedrock.md
- ./api_reference/llms/bedrock_converse.md
Expand Down Expand Up @@ -1161,6 +1168,7 @@ nav:
- ./api_reference/readers/bilibili.md
- ./api_reference/readers/bitbucket.md
- ./api_reference/readers/boarddocs.md
- ./api_reference/readers/box.md
- ./api_reference/readers/chatgpt_plugin.md
- ./api_reference/readers/chroma.md
- ./api_reference/readers/clickhouse.md
Expand Down Expand Up @@ -2048,6 +2056,10 @@ plugins:
- ../llama-index-integrations/llms/llama-index-llms-optimum-intel
- ../llama-index-integrations/llms/llama-index-llms-qianfan
- ../llama-index-integrations/callbacks/llama-index-callbacks-agentops
- ../llama-index-integrations/embeddings/llama-index-embeddings-azure-inference
- ../llama-index-integrations/embeddings/llama-index-embeddings-yandexgpt
- ../llama-index-integrations/readers/llama-index-readers-box
- ../llama-index-integrations/llms/llama-index-llms-azure-inference
- 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.55"
__version__ = "0.10.56"

import logging
from logging import NullHandler
Expand Down
9 changes: 7 additions & 2 deletions llama-index-core/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.55"
version = "0.10.56"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-agent-openai"
readme = "README.md"
version = "0.2.8"
version = "0.2.9"

[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-vector-stores-qdrant"
readme = "README.md"
version = "0.2.12"
version = "0.2.13"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
Expand Down
Loading
Loading