Skip to content

Conversation

@keligggg
Copy link

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

New Package?

Did I fill in the tool.llamahub section in the pyproject.toml and provide a detailed README.md for my new integration or package?

  • Yes
  • No

Version Bump?

Did I bump the version in the pyproject.toml file of the package I am updating? (Except for the llama-index-core package)

  • Yes
  • No

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

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

  • Added new unit/integration tests
  • Added new notebook (that tests end-to-end)
  • I stared at the code and made sure it makes sense

Suggested Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added Google Colab support for the newly added notebooks.
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I ran make format; make lint to appease the lint gods

logan-markewich and others added 30 commits April 22, 2024 09:27
* lats agent worker package

* pants

* add README

* rm lock file

* update example nb
* Adding claude 3 opus to BedRock integration

* Increment version
…ss in OpenAIPydanticProgram (run-llama#13021)

* added function to parse partial JSON

* Added stream_partial_objects method in OpenAIPydanticProgram to stream intermediate objects as soon as they're available

* updated documentation to add a section on how to stream intermediate objects using OpenAIPydanticProgram

* version bump for llama-index-program-openai package

* Importing ValidationError from llama_index.core.bridge.pydantic instead

* Moved attribution inside docstring

* Raising ValueError instead of returning None for malformted partial JSON string

* Added unit tests for parse_partial_json function

* removed commented code
* Add phi-3 benchmarks

* Update with prompt template
* fix: qdrant sparse vector backwards compatibility

* bump version
Fix nonetype not iterable
amindadgar and others added 29 commits May 12, 2024 13:36
Was missed in previous PR.
…ama#13448)

* fix: Corrected connection parameters in connections.connect()

* bump the version for bug fix
* add nb for gpt4o mm program

* rm image documents from construction

* actually rm image documents from construction
Fix nonyielding stream chat bug

Co-authored-by: Logan Markewich <logan.markewich@live.com>
* fix annoying grammar errors

* add colab badge
* Update kuzu version for new storage layer

* bump version

---------

Co-authored-by: Andrei Fajardo <92402603+nerdai@users.noreply.github.com>
@keligggg keligggg merged commit 8630cb0 into prod-scriptit May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.