Skip to content

Commit

Permalink
v0.10.67 (#15474)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Aug 18, 2024
1 parent f13ed81 commit 6ad5eed
Show file tree
Hide file tree
Showing 8 changed files with 206 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
env:
CI: true
shell: bash
run: poetry run make -s test
run: poetry run make test
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# ChangeLog

## [2024-08-18]

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

- avoid nltk 3.9 since its broken (#15473)
- docs: openllmetry now uses instrumentation (#15443)
- Fix LangChainDeprecationWarning (#15397)
- Add get/set API to the Context and make it coroutine-safe (#15152)
- docs: Cleanlab's cookbook (#15352)
- pass kwargs in `async_add()` for vector stores (#15333)
- escape json in structured llm (#15404)
- docs: Add JSONAlyze Query Engine using workflows cookbook (#15408)

### `llama-index-embeddings-gigachat` [0.1.0]

- Add GigaChat embedding (#15278)

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

- feat: Integrating Azure OpenAI Finetuning (#15297)

### `llama-index-graph-stores-neptune` [0.1.7]

- Exposed NeptuneQueryException and added additional debug information (#15448)
- Fixed issue #15414 and added ability to do partial matchfor Neptune Analytics (#15415)
- Use backticks to escape label (#15324)

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

- feat: add tool calling for cohere (#15144)

### `llama-index-packs-corrective-rag` [0.1.2]

- Ports over LongRAGPack, Corrective RAG Pack, and Self-Discover Pack to Workflows (#15160)

### `llama-index-packs-longrag` [0.1.1]

- Ports over LongRAGPack, Corrective RAG Pack, and Self-Discover Pack to Workflows (#15160)

### `llama-index-packs-self-discover` [0.1.2]

- Ports over LongRAGPack, Corrective RAG Pack, and Self-Discover Pack to Workflows (#15160)

### `llama-index-readers-preprocess` [0.1.4]

- Enhance PreprocessReader (#15302)

## [2024-08-15]

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

## [2024-08-18]

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

- avoid nltk 3.9 since its broken (#15473)
- docs: openllmetry now uses instrumentation (#15443)
- Fix LangChainDeprecationWarning (#15397)
- Add get/set API to the Context and make it coroutine-safe (#15152)
- docs: Cleanlab's cookbook (#15352)
- pass kwargs in `async_add()` for vector stores (#15333)
- escape json in structured llm (#15404)
- docs: Add JSONAlyze Query Engine using workflows cookbook (#15408)

### `llama-index-embeddings-gigachat` [0.1.0]

- Add GigaChat embedding (#15278)

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

- feat: Integrating Azure OpenAI Finetuning (#15297)

### `llama-index-graph-stores-neptune` [0.1.7]

- Exposed NeptuneQueryException and added additional debug information (#15448)
- Fixed issue #15414 and added ability to do partial matchfor Neptune Analytics (#15415)
- Use backticks to escape label (#15324)

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

- feat: add tool calling for cohere (#15144)

### `llama-index-packs-corrective-rag` [0.1.2]

- Ports over LongRAGPack, Corrective RAG Pack, and Self-Discover Pack to Workflows (#15160)

### `llama-index-packs-longrag` [0.1.1]

- Ports over LongRAGPack, Corrective RAG Pack, and Self-Discover Pack to Workflows (#15160)

### `llama-index-packs-self-discover` [0.1.2]

- Ports over LongRAGPack, Corrective RAG Pack, and Self-Discover Pack to Workflows (#15160)

### `llama-index-readers-preprocess` [0.1.4]

- Enhance PreprocessReader (#15302)

## [2024-08-15]

### `llama-index-core` [0.10.66]
Expand Down
5 changes: 5 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ nav:
- ./examples/cookbooks/GraphRAG_v1.ipynb
- ./examples/cookbooks/GraphRAG_v2.ipynb
- ./examples/cookbooks/anthropic_haiku.ipynb
- ./examples/cookbooks/cleanlab_tlm_rag.ipynb
- ./examples/cookbooks/codestral.ipynb
- ./examples/cookbooks/cohere_retriever_eval.ipynb
- ./examples/cookbooks/crewai_llamaindex.ipynb
Expand Down Expand Up @@ -635,12 +636,16 @@ nav:
- ./examples/vector_stores/qdrant_bm42.ipynb
- ./examples/vector_stores/qdrant_hybrid.ipynb
- Workflow:
- ./examples/workflow/JSONalyze_query_engine.ipynb
- ./examples/workflow/citation_query_engine.ipynb
- ./examples/workflow/corrective_rag_pack.ipynb
- ./examples/workflow/function_calling_agent.ipynb
- ./examples/workflow/long_rag_pack.ipynb
- ./examples/workflow/parallel_execution.ipynb
- ./examples/workflow/rag.ipynb
- ./examples/workflow/react_agent.ipynb
- ./examples/workflow/reflection.ipynb
- ./examples/workflow/self_discover_workflow.ipynb
- ./examples/workflow/sub_question_query_engine.ipynb
- ./examples/workflow/workflows_cookbook.ipynb
- Component Guides:
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.66"
__version__ = "0.10.67"

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.66"
version = "0.10.67"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down
Loading

0 comments on commit 6ad5eed

Please sign in to comment.