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

[pull] main from run-llama:main #5

Merged
merged 20 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
539352b
Add Airtrain + Llama Index cookbook (#16332)
augray Oct 2, 2024
cfdb67d
v0.11.15 (#16341)
logan-markewich Oct 2, 2024
2068d14
feat: add webUrl to get_resource_info (#16342)
EmanuelCampos Oct 2, 2024
be36544
Fix PyPI publish for llama-index-vector-stores-oracledb (#16347)
mckinseyalexanderfalaleev Oct 3, 2024
1da1d15
MilvusVectorStore: Add support for nested MetadataFilters and FilterO…
RasmusAntons Oct 3, 2024
8e1e744
fix hf mm publish (#16356)
logan-markewich Oct 3, 2024
72bd52c
Fix typo in BasePGRetriever causing graph context to not be added (#1…
geodavic Oct 3, 2024
ce3f65e
Raise warning instead of error (#16354)
ravi03071991 Oct 3, 2024
f1afe25
adding vertex endpoint embedding (#16351)
iron8kid Oct 3, 2024
c98d355
Adding support in FireworksAI for Meta 3.2 Models: 1b-instruct; 3b-in…
mbonet Oct 3, 2024
67afc67
Adding MongoDB hybrid search example to cookbook, cleaning up existin…
ajosh0504 Oct 3, 2024
8167d0d
Treat non-dict JSON function arguments as empty (instead of unexpecte…
GICodeWarrior Oct 3, 2024
05b08c4
Deleting widgets that make mkdocs barf (#16362)
seldo Oct 3, 2024
c7b67e7
Fix OpenAIMultiModal: Refactor OpenAI update_tool_calls (#16309)
Georgehe4 Oct 3, 2024
b45586b
[WIP] Fixing instrumentation for workflows (#16290)
logan-markewich Oct 3, 2024
03d7540
Suppress token detaching exception during workflow tracing (#16364)
B-Step62 Oct 4, 2024
977d60a
v0.11.16 (#16366)
logan-markewich Oct 4, 2024
4275339
fix gemini embedding async method (#16369)
nightosong Oct 4, 2024
98ad6ab
Azure CosmosDB NoSql Storage Integrations (#16138)
aayush3011 Oct 4, 2024
fb9dda6
Make unit testing (usually) mandatory (#16371)
logan-markewich Oct 4, 2024
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
7 changes: 3 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ Please delete options that are not relevant.

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Your pull-request will likely not be merged unless it is covered by some form of impactful unit testing.

- [ ] Added new unit/integration tests
- [ ] Added new notebook (that tests end-to-end)
- [ ] I stared at the code and made sure it makes sense
- [ ] I added new unit tests to cover this change
- [ ] I believe this change is already covered by existing unit tests

## Suggested Checklist:

Expand Down
100 changes: 100 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,105 @@
# ChangeLog

## [2024-10-03]

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

- Treat non-dict tool JSON function arguments as empty (instead of unexpected raise) (#16316)
- Fixing instrumentation for workflows (#16290)
- (workaround) Suppress token detaching exception during workflow tracing (#16364)
- Raise warning instead of error when nodes have no content (#16354)
- Fix typo in BasePGRetriever causing graph context to not be added (#16357)

### `llama-index-embeddings-vertex-endpoint` [0.1.0]

- adding vertex endpoint embedding (#16351)

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

- Adding support in FireworksAI for Meta 3.2 Models: 1b-instruct; 3b-instruct; 11b-vision; 90b-vision (#16349)

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

- Refactor OpenAI `update_tool_calls` (#16309)

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

- Add support for nested MetadataFilters and FilterOperator.IS_EMPTY (#16329)

## [2024-10-02]

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

- added `to_dict()`, `from_dict()` and serializers for workflow context (#16250)
- Ability to cancel workflow execution with `handler.cancel_run()` (#16320)
- (breaking) Refactor `WorkflowHandler.run_step()` so user manually emits Event to start next step in workflow (#16277)

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

- Oraclevs integration (#16161)

### `llama-index-experimental` [0.4.0]

- nudge-ft package and add an example for expanding your dataset (#16269)

### `llama-index-llms-anthropic` [0.3.3]

- Add support for prompt caching for Anthropic LLM (#16270)

### `llama-index-llms-gemini` [0.3.6]

- Output token usage in raw data for Google Gemini LLMs (#16313)

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

- add 4o mini to azure openai models (#16335)

### `llama-index-llms-vertex` [0.3.7]

- Rremoving safety settings from generation config for Vertex AI models (#16337)

### `llama-index-multi-modal-llms-huggingface` [0.1.0]

- LlamaIndex Multi_Modal_Llms Integration: Huggingface (#16133)

### `llama-index-readers-minio` [0.2.1]

- rm extra print statements & replace create tmpfile function (#16291)

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

- Oraclevs integration (#16161)

### `llama-index-readers-web` [0.2.3]

- Add Zyte Web Reader (#16197)

### `llama-index-retrievers-bm25` [0.4.0]

- bump deps for latest bm25s version (#16339)
- Update BM25 retriever to use metadata (#16267)

### `llama-index-storage-chat-store-redis` [0.3.2]

- fix check for async client in redis chat store (#16321)

### `llama-index-storage-chat-store-upstash` [0.1.0]

- Upstash Storage Chat Store Integration (#16237)

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

- milvus: always set self.\_collection (#16306)
- Fix milvus collection creation with index_config (#16165)

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

- Oracledb integration (#16161)

## `llama-index-vector-stores-postgres` [0.2.6]

- Support TEXT_MATCH FilterOperator in Postgres Vector Store (#16304)

## [2024-09-26]

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

## [2024-10-03]

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

- Treat non-dict tool JSON function arguments as empty (instead of unexpected raise) (#16316)
- Fixing instrumentation for workflows (#16290)
- (workaround) Suppress token detaching exception during workflow tracing (#16364)
- Raise warning instead of error when nodes have no content (#16354)
- Fix typo in BasePGRetriever causing graph context to not be added (#16357)

### `llama-index-embeddings-vertex-endpoint` [0.1.0]

- adding vertex endpoint embedding (#16351)

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

- Adding support in FireworksAI for Meta 3.2 Models: 1b-instruct; 3b-instruct; 11b-vision; 90b-vision (#16349)

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

- Refactor OpenAI `update_tool_calls` (#16309)

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

- Add support for nested MetadataFilters and FilterOperator.IS_EMPTY (#16329)

## [2024-10-02]

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

- added `to_dict()`, `from_dict()` and serializers for workflow context (#16250)
- Ability to cancel workflow execution with `handler.cancel_run()` (#16320)
- (breaking) Refactor `WorkflowHandler.run_step()` so user manually emits Event to start next step in workflow (#16277)

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

- Oraclevs integration (#16161)

### `llama-index-experimental` [0.4.0]

- nudge-ft package and add an example for expanding your dataset (#16269)

### `llama-index-llms-anthropic` [0.3.3]

- Add support for prompt caching for Anthropic LLM (#16270)

### `llama-index-llms-gemini` [0.3.6]

- Output token usage in raw data for Google Gemini LLMs (#16313)

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

- add 4o mini to azure openai models (#16335)

### `llama-index-llms-vertex` [0.3.7]

- Rremoving safety settings from generation config for Vertex AI models (#16337)

### `llama-index-multi-modal-llms-huggingface` [0.1.0]

- LlamaIndex Multi_Modal_Llms Integration: Huggingface (#16133)

### `llama-index-readers-minio` [0.2.1]

- rm extra print statements & replace create tmpfile function (#16291)

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

- Oraclevs integration (#16161)

### `llama-index-readers-web` [0.2.3]

- Add Zyte Web Reader (#16197)

### `llama-index-retrievers-bm25` [0.4.0]

- bump deps for latest bm25s version (#16339)
- Update BM25 retriever to use metadata (#16267)

### `llama-index-storage-chat-store-redis` [0.3.2]

- fix check for async client in redis chat store (#16321)

### `llama-index-storage-chat-store-upstash` [0.1.0]

- Upstash Storage Chat Store Integration (#16237)

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

- milvus: always set self.\_collection (#16306)
- Fix milvus collection creation with index_config (#16165)

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

- Oracledb integration (#16161)

## `llama-index-vector-stores-postgres` [0.2.6]

- Support TEXT_MATCH FilterOperator in Postgres Vector Store (#16304)

## [2024-09-26]

### `llama-index-core` [0.11.14]
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/api_reference/multi_modal_llms/huggingface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.multi_modal_llms.huggingface
options:
members:
- HuggingFaceMultiModal
4 changes: 4 additions & 0 deletions docs/docs/api_reference/storage/chat_store/upstash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: llama_index.storage.chat_store.upstash
options:
members:
- UpstashChatStore
4 changes: 0 additions & 4 deletions docs/docs/api_reference/tools/oracleai.md

This file was deleted.

Loading
Loading