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

add workflow for publishing releases #488

Merged
merged 3 commits into from
Feb 20, 2023
Merged

Conversation

jerryjliu
Copy link
Collaborator

  • one GH action that's triggered whenever a "v*" tag is pushed

this workflow:

  • publishes gpt_index and llama_index packages to pypi
  • creates a GH release

Jerry Liu added 3 commits February 19, 2023 19:24
@jerryjliu jerryjliu merged commit 90f5b2e into main Feb 20, 2023
@jerryjliu jerryjliu deleted the jerry/add_release_gh_workflow branch February 20, 2023 03:46
emptycrown added a commit to emptycrown/gpt_index that referenced this pull request Feb 20, 2023
* Initial working version of a playground

* add LlamaIndex to readme/doc page (run-llama#471)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* remove duplication of stored information (run-llama#473)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* support for keeping track of KG triplet sources (run-llama#472)



Co-authored-by: Logan Markewich <Logan.Markewich@yardi.com>
Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* [version] bump version to 0.4.5 (run-llama#474)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* Allow batch of embeddings to vector store (run-llama#476)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* Update missing params typo in custom_llms.md (run-llama#478)

Missing "documents" in initialization of GPTKeywordTableIndex

* Address comments

* Tests!

* Lint

* Lint

* Allow user to specify index_classes

* Enable naive async support in `LLMPredictor` and `GPTTreeIndexBuilder` (run-llama#443)

* [version] bump version to 0.4.6 (run-llama#479)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* add back support for old json format (run-llama#485)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* Import llama_index by default in our docs/notebooks (run-llama#486)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* add workflow for publishing releases (run-llama#488)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* cr

* Revert "cr"

This reverts commit 47e0ecf.

* fix custom llms section (run-llama#489)



Co-authored-by: Jerry Liu <jerry@robustintelligence.com>

* Fix Qdrant client creation keyword arguments and cast payload correctly (run-llama#490)

* Added a documentation page

---------

Co-authored-by: Jerry Liu <jerryjliu98@gmail.com>
Co-authored-by: Jerry Liu <jerry@robustintelligence.com>
Co-authored-by: Logan <logan.markewich@live.com>
Co-authored-by: Logan Markewich <Logan.Markewich@yardi.com>
Co-authored-by: sohamshah <sshah@brain.im>
Co-authored-by: Simon Suo <simonsdsuo@gmail.com>
Co-authored-by: Mikko <Mikkolehtimaki@users.noreply.github.com>
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.

1 participant