Skip to content

Commit

Permalink
[version] bump version to 0.10.37 (#13492)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai authored May 14, 2024
1 parent fa2639b commit 4c2a61c
Show file tree
Hide file tree
Showing 16 changed files with 645 additions and 6 deletions.
260 changes: 260 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Loading

0 comments on commit 4c2a61c

Please sign in to comment.