diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdb78bbefabb9bb8b46ac9fac2c61c38927f047..740084312ddf0f46400b1caa6cb81662af632a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,265 @@ # ChangeLog +## [2024-05-14] + +### `llama-index-core` [0.10.37] + +- Add image_documents at call time for `MultiModalLLMCompletionProgram` (#13467) +- fix RuntimeError by switching to asyncio from threading (#13486) +- Add support for prompt kwarg (#13405) +- VectorStore -> BasePydanticVectorStore (#13439) +- fix: user_message does not exist bug (#13432) +- import missing response type (#13382) +- add `CallbackManager` to `MultiModalLLM` (#13400) + +### `llama-index-llms-bedrock` [0.1.8] + +- Remove "Truncate" parameter from Bedrock Cohere invoke model request (#13442) + +### `llama-index-readers-web` [0.1.14] + +- Trafilatura kwargs and progress bar for trafilatura web reader (#13454) + +### `llama-index-vector-stores-postgres` [0.1.8] + +- Fix #9522 - SQLAlchemy warning when using hybrid search (#13476) + +### `llama-index-vector-stores-lantern` [0.1.4] + +- Fix #9522 - SQLAlchemy warning when using hybrid search (#13476) + +### `llama-index-callbacks-uptrain` [0.2.0] + +- update UpTrain Callback Handler to support new Upgratin eval schema (#13479) + +### `llama-index-vector-stores-zep` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-vearch` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-upstash` [0.1.4] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-typesense` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-timescalerevector` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-tencentvectordb` [0.1.4] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-tair` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-singlestoredb` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-rocksetdb` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-neptune` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-neo4jvector` [0.1.5] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-myscale` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-metal` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-jaguar` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-epsilla` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-dynamodb` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-dashvector` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-chatgpt-plugin` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-baiduvectordb` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-bagel` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-awsdocdb` [0.1.5] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-awadb` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-alibabacloud-opensearch` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-readers-wordlift` [0.1.4] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-readers-guru` [0.1.4] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-readers-pebblo` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-postprocessor-voyageai-rerank` [0.1.2] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-sbert-rerank` [0.1.4] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-rankllm-rerank` [0.1.3] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-rankgpt-rerank` [0.1.4] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-openvino-rerank` [0.1.3] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-nvidia-rerank` [0.1.1] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-jinaai-rerank` [0.1.3] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-flag-embedding-rerank` [0.1.3] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-colbert-rerank` [0.1.2] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-cohere-rerank` [0.1.6] + +- bump rerank versions (#13465) + +### `llama-index-multi-modal-llms-openai` [0.1.6] + +- gpt-4o support (#13463) + +### `llama-index-llms-openai` [0.1.19] + +- gpt-4o support (#13463) + +### `llama-index-packs-rag-fusion-query-pipeline` [0.1.4] + +- fix the RAG fusion pipeline (#13413) + +### `llama-index-agent-openai` [0.2.5] + +- fix: update OpenAIAssistantAgent to use attachments (#13341) + +### `llama-index-embeddings-deepinfra` [0.1.0] + +- new embeddings integration (#13323) + +### `llama-index-llms-mlx` [0.1.0] + +- new llm integration (#13231) + +### `llama-index-vector-stores-milvus` [0.1.12] + +- fix: Corrected connection parameters in connections.connect() (#13448) + +### `llama-index-vector-stores-azureaisearch` [0.1.6] + +- fix AzureAiSearchVectorStore metadata f-string (#13435) + +### `llama-index-vector-stores-mongodb` [0.1.5] + +- adds Unit and Integration tests for MongoDBAtlasVectorSearch (#12854) + +### `llama-index-llms-huggingface` [0.2.0] + +- update llama-index-llms-huggingface dependency (#13420) + +### `llama-index-vector-store-relyt` [0.1.0] + +- new vector store integration + +### `llama-index-storage-kvstore-redis` [0.1.5] + +- Implement async methods in RedisKVStore (#12943) + +### `llama-index-packs-cohere-citation-chat` [0.1.5] + +- pin llama-index-llms-cohere dependency (#13417) + +### `llama-index-llms-cohere` [0.2.0] + +- pin cohere dependency (#13417) + +### `llama-index-tools-azure-code-interpreter` [0.1.1] + +- fix indexing issue and runtime error message (#13414) + +### `llama-index-postprocessor-cohere-rerank` [0.1.5] + +- fix Cohere Rerank bug (#13410) + +### `llama-index-indices-managed-llama-cloud` [0.1.7] + +- fix retriever integration (#13409) + +### `llama-index-tools-azure-code-interpreter` [0.1.0] + +- new tool + +### `llama-index-readers-google` [0.2.5] + +- fix missing authorized_user_info check on GoogleDriveReader (#13394) + +### `llama-index-storage-kvstore-firestore` [0.2.1] + +- await Firestore's AsyncDocumentReference (#13386) + +### `llama-index-llms-nvidia` [0.1.2] + +- add dynamic model listing support (#13398) + ## [2024-05-09] ### `llama-index-core` [0.10.36] diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 0f101fb07db0441ad9944b5966ef2d0b63beb77d..740084312ddf0f46400b1caa6cb81662af632a40 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,333 @@ # ChangeLog +## [2024-05-14] + +### `llama-index-core` [0.10.37] + +- Add image_documents at call time for `MultiModalLLMCompletionProgram` (#13467) +- fix RuntimeError by switching to asyncio from threading (#13486) +- Add support for prompt kwarg (#13405) +- VectorStore -> BasePydanticVectorStore (#13439) +- fix: user_message does not exist bug (#13432) +- import missing response type (#13382) +- add `CallbackManager` to `MultiModalLLM` (#13400) + +### `llama-index-llms-bedrock` [0.1.8] + +- Remove "Truncate" parameter from Bedrock Cohere invoke model request (#13442) + +### `llama-index-readers-web` [0.1.14] + +- Trafilatura kwargs and progress bar for trafilatura web reader (#13454) + +### `llama-index-vector-stores-postgres` [0.1.8] + +- Fix #9522 - SQLAlchemy warning when using hybrid search (#13476) + +### `llama-index-vector-stores-lantern` [0.1.4] + +- Fix #9522 - SQLAlchemy warning when using hybrid search (#13476) + +### `llama-index-callbacks-uptrain` [0.2.0] + +- update UpTrain Callback Handler to support new Upgratin eval schema (#13479) + +### `llama-index-vector-stores-zep` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-vearch` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-upstash` [0.1.4] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-typesense` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-timescalerevector` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-tencentvectordb` [0.1.4] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-tair` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-singlestoredb` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-rocksetdb` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-neptune` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-neo4jvector` [0.1.5] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-myscale` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-metal` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-jaguar` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-epsilla` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-dynamodb` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-dashvector` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-chatgpt-plugin` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-baiduvectordb` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-bagel` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-awsdocdb` [0.1.5] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-awadb` [0.1.3] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-vector-stores-alibabacloud-opensearch` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-readers-wordlift` [0.1.4] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-readers-guru` [0.1.4] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-readers-pebblo` [0.1.1] + +- VectorStore -> BasePydanticVectorStore (#13439) + +### `llama-index-postprocessor-voyageai-rerank` [0.1.2] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-sbert-rerank` [0.1.4] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-rankllm-rerank` [0.1.3] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-rankgpt-rerank` [0.1.4] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-openvino-rerank` [0.1.3] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-nvidia-rerank` [0.1.1] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-jinaai-rerank` [0.1.3] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-flag-embedding-rerank` [0.1.3] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-colbert-rerank` [0.1.2] + +- bump rerank versions (#13465) + +### `llama-index-postprocessor-cohere-rerank` [0.1.6] + +- bump rerank versions (#13465) + +### `llama-index-multi-modal-llms-openai` [0.1.6] + +- gpt-4o support (#13463) + +### `llama-index-llms-openai` [0.1.19] + +- gpt-4o support (#13463) + +### `llama-index-packs-rag-fusion-query-pipeline` [0.1.4] + +- fix the RAG fusion pipeline (#13413) + +### `llama-index-agent-openai` [0.2.5] + +- fix: update OpenAIAssistantAgent to use attachments (#13341) + +### `llama-index-embeddings-deepinfra` [0.1.0] + +- new embeddings integration (#13323) + +### `llama-index-llms-mlx` [0.1.0] + +- new llm integration (#13231) + +### `llama-index-vector-stores-milvus` [0.1.12] + +- fix: Corrected connection parameters in connections.connect() (#13448) + +### `llama-index-vector-stores-azureaisearch` [0.1.6] + +- fix AzureAiSearchVectorStore metadata f-string (#13435) + +### `llama-index-vector-stores-mongodb` [0.1.5] + +- adds Unit and Integration tests for MongoDBAtlasVectorSearch (#12854) + +### `llama-index-llms-huggingface` [0.2.0] + +- update llama-index-llms-huggingface dependency (#13420) + +### `llama-index-vector-store-relyt` [0.1.0] + +- new vector store integration + +### `llama-index-storage-kvstore-redis` [0.1.5] + +- Implement async methods in RedisKVStore (#12943) + +### `llama-index-packs-cohere-citation-chat` [0.1.5] + +- pin llama-index-llms-cohere dependency (#13417) + +### `llama-index-llms-cohere` [0.2.0] + +- pin cohere dependency (#13417) + +### `llama-index-tools-azure-code-interpreter` [0.1.1] + +- fix indexing issue and runtime error message (#13414) + +### `llama-index-postprocessor-cohere-rerank` [0.1.5] + +- fix Cohere Rerank bug (#13410) + +### `llama-index-indices-managed-llama-cloud` [0.1.7] + +- fix retriever integration (#13409) + +### `llama-index-tools-azure-code-interpreter` [0.1.0] + +- new tool + +### `llama-index-readers-google` [0.2.5] + +- fix missing authorized_user_info check on GoogleDriveReader (#13394) + +### `llama-index-storage-kvstore-firestore` [0.2.1] + +- await Firestore's AsyncDocumentReference (#13386) + +### `llama-index-llms-nvidia` [0.1.2] + +- add dynamic model listing support (#13398) + +## [2024-05-09] + +### `llama-index-core` [0.10.36] + +- add start_char_idx and end_char_idx with MarkdownElementParser (#13377) +- use handlers from global default (#13368) + +### `llama-index-readers-pebblo` [0.1.0] + +- Initial release (#13128) + +### `llama-index-llms-cohere` [0.1.7] + +- Call Cohere RAG inference with documents argument (#13196) + +### `llama-index-vector-scores-kdbai` [0.1.6] + +- update add method decode utf-8 (#13194) + +### `llama-index-vector-stores-alibabacloud-opensearch` [0.1.0] + +- Initial release (#13286) + +### `llama-index-tools-multion` [0.2.0] + +- update tool to use updated api/sdk (#13373) + +### `llama-index-vector-sores-weaviate` [1.0.0] + +- Update to weaviate client v4 (#13229) + +### `llama-index-readers-file` [0.1.22] + +- fix bug where PDFReader ignores extra_info (#13369) + +### `llama-index-llms-azure-openai` [0.1.8] + +- Add sync httpx client support (#13370) + +### `llama-index-llms-openai` [0.1.18] + +- Add sync httpx client support (#13370) +- Add missing openai model token context (#13337) + +### `llama-index-readers-github` [0.1.9] + +- Add fail_on_http_error (#13366) + +### `llama-index-vector-stores-pinecone` [0.1.7] + +- Add attribution tag for pinecone (#13329) + +### `llama-index-llms-nvidia` [0.1.1] + +- set default max_tokens to 1024 (#13371) + +### `llama-index-readers-papers` [0.1.5] + +- Fix hiddent temp directory issue for arxiv reader (#13351) + +### `llama-index-embeddings-nvidia` [0.1.1] + +- fix truncate passing aget_query_embedding and get_text_embedding (#13367) + +### `llama-index-llms-anyscare` [0.1.4] + +- Add llama-3 models (#13336) + ## [2024-05-07] ### `llama-index-agent-introspective` [0.1.0] diff --git a/docs/docs/api_reference/embeddings/deepinfra.md b/docs/docs/api_reference/embeddings/deepinfra.md new file mode 100644 index 0000000000000000000000000000000000000000..09edad536982ffb11596ff8668ece20d93dffc99 --- /dev/null +++ b/docs/docs/api_reference/embeddings/deepinfra.md @@ -0,0 +1,4 @@ +::: llama_index.embeddings.deepinfra + options: + members: + - DeepInfraEmbeddingModel diff --git a/docs/docs/api_reference/llms/mlx.md b/docs/docs/api_reference/llms/mlx.md new file mode 100644 index 0000000000000000000000000000000000000000..961377d4aca7ea1d0274b49daceeaae10137dbdb --- /dev/null +++ b/docs/docs/api_reference/llms/mlx.md @@ -0,0 +1,4 @@ +::: llama_index.llms.mlx + options: + members: + - MLX diff --git a/docs/docs/api_reference/readers/pebblo.md b/docs/docs/api_reference/readers/pebblo.md new file mode 100644 index 0000000000000000000000000000000000000000..85c66da61db9e08f0b92e444d4ec4d7d036d3679 --- /dev/null +++ b/docs/docs/api_reference/readers/pebblo.md @@ -0,0 +1,4 @@ +::: llama_index.readers.pebblo + options: + members: + - PebbloReader diff --git a/docs/docs/api_reference/storage/vector_store/alibabacloud_opensearch.md b/docs/docs/api_reference/storage/vector_store/alibabacloud_opensearch.md new file mode 100644 index 0000000000000000000000000000000000000000..8333c9678e05f23879715e9ee3ef0b5eda62ce17 --- /dev/null +++ b/docs/docs/api_reference/storage/vector_store/alibabacloud_opensearch.md @@ -0,0 +1,4 @@ +::: llama_index.vector_stores.alibabacloud_opensearch + options: + members: + - AlibabaCloudOpenSearch diff --git a/docs/docs/api_reference/storage/vector_store/relyt.md b/docs/docs/api_reference/storage/vector_store/relyt.md new file mode 100644 index 0000000000000000000000000000000000000000..1b097cf514f5e3880a331c1e2cc04a12965e68b0 --- /dev/null +++ b/docs/docs/api_reference/storage/vector_store/relyt.md @@ -0,0 +1,4 @@ +::: llama_index.vector_stores.relyt + options: + members: + - RelytVectorStore diff --git a/docs/docs/api_reference/tools/azure_code_interpreter.md b/docs/docs/api_reference/tools/azure_code_interpreter.md new file mode 100644 index 0000000000000000000000000000000000000000..8e2f71de0f7d7a9a07ea5e648d7452e048734181 --- /dev/null +++ b/docs/docs/api_reference/tools/azure_code_interpreter.md @@ -0,0 +1,4 @@ +::: llama_index.tools.azure_code_interpreter + options: + members: + - AzureCodeInterpreterToolSpec diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7def283c537ad1acd901282e2f10d34fe1dada8f..090773944f422e772423a584bf0091ddc4689364 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -113,6 +113,8 @@ nav: - ./examples/cookbooks/mistralai.ipynb - ./examples/cookbooks/anthropic_haiku.ipynb - ./examples/cookbooks/llama3_cookbook.ipynb + - ./examples/cookbooks/llama3_cookbook_groq.ipynb + - ./examples/cookbooks/llama3_cookbook_ollama_replicate.ipynb - Customization: - ./examples/customization/streaming/chat_engine_condense_question_stream_response.ipynb - ./examples/customization/streaming/SimpleIndexDemo-streaming.ipynb @@ -153,6 +155,7 @@ nav: - ./examples/data_connectors/GoogleSheetsDemo.ipynb - ./examples/data_connectors/simple_directory_reader_remote_fs.ipynb - ./examples/data_connectors/GoogleDriveDemo.ipynb + - ./examples/data_connectors/upstage.ipynb - Discover LlamaIndex: - ./examples/discover_llamaindex/document_management/Discord_Thread_Management.ipynb - Docstores: @@ -198,6 +201,7 @@ nav: - ./examples/embeddings/octoai.ipynb - ./examples/embeddings/ipex_llm_gpu.ipynb - ./examples/embeddings/nvidia.ipynb + - ./examples/embeddings/deepinfra.ipynb - Evaluation: - ./examples/evaluation/TonicValidateEvaluators.ipynb - ./examples/evaluation/semantic_similarity_eval.ipynb @@ -313,6 +317,7 @@ nav: - ./examples/llm/octoai.ipynb - ./examples/llm/mistral_rs.ipynb - ./examples/llm/nvidia.ipynb + - ./examples/llm/mlx.ipynb - Low Level: - ./examples/low_level/oss_ingestion_retrieval.ipynb - ./examples/low_level/fusion_retriever.ipynb @@ -465,6 +470,7 @@ nav: - ./examples/tools/OnDemandLoaderTool.ipynb - ./examples/tools/eval_query_engine_tool.ipynb - ./examples/tools/azure_dynamic_sessions.ipynb + - ./examples/tools/azure_code_interpreter.ipynb - Transforms: - ./examples/transforms/TransformsEval.ipynb - Use Cases: @@ -553,6 +559,8 @@ nav: - ./examples/vector_stores/FirestoreVectorStore.ipynb - ./examples/vector_stores/VespaIndexDemo.ipynb - ./examples/vector_stores/VertexAIVectorSearchDemo.ipynb + - ./examples/vector_stores/AlibabaCloudOpenSearchIndexDemo.ipynb + - ./examples/vector_stores/RelytDemo.ipynb - Component Guides: - ./module_guides/index.md - Models: @@ -709,6 +717,7 @@ nav: - ./api_reference/embeddings/cloudflare_workersai.md - ./api_reference/embeddings/cohere.md - ./api_reference/embeddings/dashscope.md + - ./api_reference/embeddings/deepinfra.md - ./api_reference/embeddings/elasticsearch.md - ./api_reference/embeddings/fastembed.md - ./api_reference/embeddings/fireworks.md @@ -807,6 +816,7 @@ nav: - ./api_reference/llms/maritalk.md - ./api_reference/llms/mistral_rs.md - ./api_reference/llms/mistralai.md + - ./api_reference/llms/mlx.md - ./api_reference/llms/modelscope.md - ./api_reference/llms/monsterapi.md - ./api_reference/llms/mymagic.md @@ -1130,6 +1140,7 @@ nav: - ./api_reference/readers/pathway.md - ./api_reference/readers/pdb.md - ./api_reference/readers/pdf_table.md + - ./api_reference/readers/pebblo.md - ./api_reference/readers/pinecone.md - ./api_reference/readers/preprocess.md - ./api_reference/readers/psychic.md @@ -1245,6 +1256,7 @@ nav: - Storage: - ./api_reference/storage/storage_context.md - Vector Store: + - ./api_reference/storage/vector_store/alibabacloud_opensearch.md - ./api_reference/storage/vector_store/analyticdb.md - ./api_reference/storage/vector_store/astra_db.md - ./api_reference/storage/vector_store/awadb.md @@ -1286,6 +1298,7 @@ nav: - ./api_reference/storage/vector_store/postgres.md - ./api_reference/storage/vector_store/qdrant.md - ./api_reference/storage/vector_store/redis.md + - ./api_reference/storage/vector_store/relyt.md - ./api_reference/storage/vector_store/rocksetdb.md - ./api_reference/storage/vector_store/simple.md - ./api_reference/storage/vector_store/singlestoredb.md @@ -1304,6 +1317,7 @@ nav: - ./api_reference/storage/vector_store/zep.md - Tools: - ./api_reference/tools/arxiv.md + - ./api_reference/tools/azure_code_interpreter.md - ./api_reference/tools/azure_cv.md - ./api_reference/tools/azure_speech.md - ./api_reference/tools/azure_translate.md @@ -1866,6 +1880,12 @@ plugins: - ../llama-index-integrations/embeddings/llama-index-embeddings-nvidia - ../llama-index-integrations/postprocessor/llama-index-postprocessor-nvidia-rerank - ../llama-index-integrations/llms/llama-index-llms-nvidia + - ../llama-index-integrations/vector_stores/llama-index-vector-stores-alibabacloud-opensearch + - ../llama-index-integrations/vector_stores/llama-index-vector-stores-relyt + - ../llama-index-integrations/tools/llama-index-tools-azure-code-interpreter + - ../llama-index-integrations/embeddings/llama-index-embeddings-deepinfra + - ../llama-index-integrations/readers/llama-index-readers-pebblo + - ../llama-index-integrations/llms/llama-index-llms-mlx - redirects: redirect_maps: ./api/llama_index.vector_stores.MongoDBAtlasVectorSearch.html: api_reference/storage/vector_store/mongodb.md diff --git a/llama-index-core/llama_index/core/__init__.py b/llama-index-core/llama_index/core/__init__.py index 6f4f0bb6631280f242197c88ccdaeda584788a14..cd5cfe976617bf312a3894f9a1535f8132ce0b61 100644 --- a/llama-index-core/llama_index/core/__init__.py +++ b/llama-index-core/llama_index/core/__init__.py @@ -1,6 +1,6 @@ """Init file of LlamaIndex.""" -__version__ = "0.10.36" +__version__ = "0.10.37" import logging from logging import NullHandler diff --git a/llama-index-core/pyproject.toml b/llama-index-core/pyproject.toml index d0aa3df51c1e23738eea7071900d1bb5e5ca4103..11d7483619fb907b70ff0387e2294e407269f992 100644 --- a/llama-index-core/pyproject.toml +++ b/llama-index-core/pyproject.toml @@ -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.36" +version = "0.10.37" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} diff --git a/llama-index-integrations/agent/llama-index-agent-openai/pyproject.toml b/llama-index-integrations/agent/llama-index-agent-openai/pyproject.toml index 553c23a759344cbcaf90da99fd2c16bfdf7d134c..e53d572654b0963f2cc4eeadd905d5c812a14820 100644 --- a/llama-index-integrations/agent/llama-index-agent-openai/pyproject.toml +++ b/llama-index-integrations/agent/llama-index-agent-openai/pyproject.toml @@ -28,7 +28,7 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-agent-openai" readme = "README.md" -version = "0.2.4" +version = "0.2.5" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-deepinfra/pyproject.toml b/llama-index-integrations/embeddings/llama-index-embeddings-deepinfra/pyproject.toml index 7283fb08d03d11b117f2ff5ba51ac7d91571173f..3f5c692537a02f806c5d1f18c2d74725636a61ea 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-deepinfra/pyproject.toml +++ b/llama-index-integrations/embeddings/llama-index-embeddings-deepinfra/pyproject.toml @@ -7,6 +7,13 @@ check-filenames = true check-hidden = true skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb" +[tool.llamahub] +contains_example = false +import_path = "llama_index.embeddings.deepinfra" + +[tool.llamahub.class_authors] +DeepInfraEmbeddingModel = "llama-index" + [tool.mypy] disallow_untyped_defs = true exclude = ["_static", "build", "examples", "notebooks", "venv"] diff --git a/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/pyproject.toml b/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/pyproject.toml index 7a4cbd3d252c4773c05cfed5badf59976f68f417..4857678fd01e0ed9d32e8b041a4cfe93b6afb3e7 100644 --- a/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/pyproject.toml +++ b/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/pyproject.toml @@ -30,7 +30,7 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-indices-managed-llama-cloud" readme = "README.md" -version = "0.1.6" +version = "0.1.7" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-azureaisearch/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-azureaisearch/pyproject.toml index de174df65b191c8192c1b73b5861d83224d9433e..e277a1b5436973e1d1c97a252a29ae026998f3f7 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-azureaisearch/pyproject.toml +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-azureaisearch/pyproject.toml @@ -28,7 +28,7 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-vector-stores-azureaisearch" readme = "README.md" -version = "0.1.5" +version = "0.1.6" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" diff --git a/pyproject.toml b/pyproject.toml index 1f41fe8e775936f3a4066b9b3c6f6232b7b581c5..7657649283acf26a6710f80edbf57f61e840cf84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ name = "llama-index" packages = [{from = "_llama-index", include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.10.36" +version = "0.10.37" [tool.poetry.dependencies] python = ">=3.8.1,<4.0"