Skip to content

Commit

Permalink
v0.10.40 (run-llama#13790)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored May 29, 2024
1 parent 93f8119 commit 03bb37f
Show file tree
Hide file tree
Showing 19 changed files with 294 additions and 47 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# ChangeLog

## [2024-05-28]

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

- Added `PropertyGraphIndex` and other supporting abstractions. See the [full guide](https://docs.llamaindex.ai/en/latest/module_guides/indexing/lpg_index_guide/) for more details (#13747)
- Updated `AutoPrevNextNodePostprocessor` to allow passing in response mode and LLM (#13771)
- fix type handling with return direct (#13776)
- Correct the method name to `_aget_retrieved_ids_and_texts` in retrievval evaluator (#13765)
- fix: QueryTransformComponent incorrect call `self._query_transform` (#13756)
- implement more filters for `SimpleVectorStoreIndex` (#13365)

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

- Added support for Bedrock Titan Embeddings v2 (#13580)

### `llama-index-embeddings-oci-genai` [0.1.0]

- add Oracle Cloud Infrastructure (OCI) Generative AI (#13631)

### `llama-index-embeddings-huggingface` [0.2.1]

- Expose "safe_serialization" parameter from AutoModel (#11939)

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

- Added `Neo4jPGStore` for property graph support (#13747)

### `llama-index-indices-managed-dashscope` [0.1.1]

- Added dashscope managed index (#13378)

### `llama-index-llms-oci-genai` [0.1.0]

- add Oracle Cloud Infrastructure (OCI) Generative AI (#13631)

### `llama-index-readers-feishu-wiki` [0.1.1]

- fix undefined variable (#13768)

### `llama-index-packs-secgpt` [0.1.0]

- SecGPT - LlamaIndex Integration #13127

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

- Add Hologres vector db (#13619)

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

- Remove FlagEmbedding as Milvus's dependency (#13767)
Unify the collection construction regardless of the value of enable_sparse (#13773)

### `llama-index-vector-stores-opensearch` [0.1.9]

- refactor to put helper methods inside class definition (#13749)

## [2024-05-24]

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

## [2024-05-28]

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

- Added `PropertyGraphIndex` and other supporting abstractions. See the [full guide](https://docs.llamaindex.ai/en/latest/module_guides/indexing/lpg_index_guide/) for more details (#13747)
- Updated `AutoPrevNextNodePostprocessor` to allow passing in response mode and LLM (#13771)
- fix type handling with return direct (#13776)
- Correct the method name to `_aget_retrieved_ids_and_texts` in retrievval evaluator (#13765)
- fix: QueryTransformComponent incorrect call `self._query_transform` (#13756)
- implement more filters for `SimpleVectorStoreIndex` (#13365)

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

- Added support for Bedrock Titan Embeddings v2 (#13580)

### `llama-index-embeddings-oci-genai` [0.1.0]

- add Oracle Cloud Infrastructure (OCI) Generative AI (#13631)

### `llama-index-embeddings-huggingface` [0.2.1]

- Expose "safe_serialization" parameter from AutoModel (#11939)

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

- Added `Neo4jPGStore` for property graph support (#13747)

### `llama-index-indices-managed-dashscope` [0.1.1]

- Added dashscope managed index (#13378)

### `llama-index-llms-oci-genai` [0.1.0]

- add Oracle Cloud Infrastructure (OCI) Generative AI (#13631)

### `llama-index-readers-feishu-wiki` [0.1.1]

- fix undefined variable (#13768)

### `llama-index-packs-secgpt` [0.1.0]

- SecGPT - LlamaIndex Integration #13127

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

- Add Hologres vector db (#13619)

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

- Remove FlagEmbedding as Milvus's dependency (#13767)
Unify the collection construction regardless of the value of enable_sparse (#13773)

### `llama-index-vector-stores-opensearch` [0.1.9]

- refactor to put helper methods inside class definition (#13749)

## [2024-05-24]

### `llama-index-core` [0.10.39]
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/embeddings/oci_genai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.embeddings.oci_genai
options:
members:
- OCIGenAIEmbeddings
4 changes: 4 additions & 0 deletions docs/docs/api_reference/indices/dashscope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.indices.managed.dashscope
options:
members:
- DashScopeCloudIndex
4 changes: 4 additions & 0 deletions docs/docs/api_reference/llms/oci_genai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.llms.oci_genai
options:
members:
- OCIGenAI
4 changes: 4 additions & 0 deletions docs/docs/api_reference/node_parser/dashscope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.node_parser.dashscope
options:
members:
- DashScopeJsonNodeParser
4 changes: 4 additions & 0 deletions docs/docs/api_reference/packs/secgpt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.packs.secgpt
options:
members:
- SecGPTPack
4 changes: 4 additions & 0 deletions docs/docs/api_reference/readers/dashscope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.readers.dashscope
options:
members:
- DashScopeParse
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/vector_store/hologres.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.vector_stores.hologres
options:
members:
- HologresVectorStore
18 changes: 17 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ nav:
- ./examples/embeddings/nvidia.ipynb
- ./examples/embeddings/deepinfra.ipynb
- ./examples/embeddings/upstage.ipynb
- ./examples/embeddings/oci_genai.ipynb
- Evaluation:
- ./examples/evaluation/TonicValidateEvaluators.ipynb
- ./examples/evaluation/semantic_similarity_eval.ipynb
Expand Down Expand Up @@ -328,6 +329,8 @@ nav:
- ./examples/llm/unify.ipynb
- ./examples/llm/ipex_llm_gpu.ipynb
- ./examples/llm/deepinfra.ipynb
- ./examples/llm/oci_genai.ipynb
- ./examples/llm/nvidia_nim.ipynb
- Low Level:
- ./examples/low_level/oss_ingestion_retrieval.ipynb
- ./examples/low_level/fusion_retriever.ipynb
Expand Down Expand Up @@ -575,7 +578,6 @@ nav:
- ./examples/vector_stores/AlibabaCloudOpenSearchIndexDemo.ipynb
- ./examples/vector_stores/RelytDemo.ipynb
- ./examples/vector_stores/HologresDemo.ipynb

- Component Guides:
- ./module_guides/index.md
- Models:
Expand Down Expand Up @@ -755,6 +757,7 @@ nav:
- ./api_reference/embeddings/mistralai.md
- ./api_reference/embeddings/nomic.md
- ./api_reference/embeddings/nvidia.md
- ./api_reference/embeddings/oci_genai.md
- ./api_reference/embeddings/octoai.md
- ./api_reference/embeddings/ollama.md
- ./api_reference/embeddings/openai.md
Expand Down Expand Up @@ -783,13 +786,15 @@ nav:
- ./api_reference/evaluation/tonic_validate.md
- Indexes:
- ./api_reference/indices/colbert.md
- ./api_reference/indices/dashscope.md
- ./api_reference/indices/document_summary.md
- ./api_reference/indices/google.md
- ./api_reference/indices/index.md
- ./api_reference/indices/keyword.md
- ./api_reference/indices/knowledge_graph.md
- ./api_reference/indices/llama_cloud.md
- ./api_reference/indices/postgresml.md
- ./api_reference/indices/property_graph.md
- ./api_reference/indices/summary.md
- ./api_reference/indices/tree.md
- ./api_reference/indices/vectara.md
Expand Down Expand Up @@ -844,6 +849,7 @@ nav:
- ./api_reference/llms/nvidia.md
- ./api_reference/llms/nvidia_tensorrt.md
- ./api_reference/llms/nvidia_triton.md
- ./api_reference/llms/oci_genai.md
- ./api_reference/llms/octoai.md
- ./api_reference/llms/ollama.md
- ./api_reference/llms/openai.md
Expand Down Expand Up @@ -920,6 +926,7 @@ nav:
- ./api_reference/packs/resume_screener.md
- ./api_reference/packs/retry_engine_weaviate.md
- ./api_reference/packs/searchain.md
- ./api_reference/packs/secgpt.md
- ./api_reference/packs/self_discover.md
- ./api_reference/packs/self_rag.md
- ./api_reference/packs/sentence_window_retriever.md
Expand Down Expand Up @@ -959,6 +966,7 @@ nav:
- ./api_reference/multi_modal_llms/openai.md
- ./api_reference/multi_modal_llms/replicate.md
- Node Parsers & Text Splitters:
- ./api_reference/node_parser/dashscope.md
- ./api_reference/node_parsers/code.md
- ./api_reference/node_parsers/hierarchical.md
- ./api_reference/node_parsers/html.md
Expand Down Expand Up @@ -1096,6 +1104,7 @@ nav:
- ./api_reference/readers/couchbase.md
- ./api_reference/readers/couchdb.md
- ./api_reference/readers/dad_jokes.md
- ./api_reference/readers/dashscope.md
- ./api_reference/readers/dashvector.md
- ./api_reference/readers/database.md
- ./api_reference/readers/deeplake.md
Expand Down Expand Up @@ -1310,6 +1319,7 @@ nav:
- ./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/hologres.md
- ./api_reference/storage/vector_store/index.md
- ./api_reference/storage/vector_store/jaguar.md
- ./api_reference/storage/vector_store/kdbai.md
Expand Down Expand Up @@ -1931,6 +1941,12 @@ plugins:
- ../llama-index-integrations/storage/chat_store/llama-index-storage-chat-store-azure
- ../llama-index-integrations/llms/llama-index-llms-deepinfra
- ../llama-index-integrations/vector_stores/llama-index-vector-stores-hologres
- ../llama-index-packs/llama-index-packs-secgpt
- ../llama-index-integrations/indices/llama-index-indices-managed-dashscope
- ../llama-index-integrations/embeddings/llama-index-embeddings-oci-genai
- ../llama-index-integrations/node_parser/llama-index-node-parser-relational-dashscope
- ../llama-index-integrations/readers/llama-index-readers-dashscope
- ../llama-index-integrations/llms/llama-index-llms-oci-genai
- redirects:
redirect_maps:
./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md
Expand Down
1 change: 1 addition & 0 deletions docs/prepare_for_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"memory": "Memory",
"multi_modal_llms": "Multi-Modal LLMs",
"node_parsers": "Node Parsers & Text Splitters",
"node_parser": "Node Parsers & Text Splitters",
"objects": "Object Stores",
"output_parsers": "Output Parsers",
"postprocessor": "Node Postprocessors",
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.39"
__version__ = "0.10.40"

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.39post1"
version = "0.10.40"

[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-embeddings-huggingface"
readme = "README.md"
version = "0.2.0"
version = "0.2.1"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-graph-stores-neo4j"
readme = "README.md"
version = "0.1.4"
version = "0.2.0"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1"
llama-index-core = "^0.10.40"
neo4j = "^5.16.0"

[tool.poetry.group.dev.dependencies]
Expand Down
Loading

0 comments on commit 03bb37f

Please sign in to comment.