Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llamapack] update link for ZenGuard colab (run-llama#13989)
* created the llama pack zenguard-guardrails package using llamaindex-cli * created poetry.lock file after installing dependencies using "poetry install" * added authors to the authors field in block [tool.poetry] in pyproject.toml * a file "base.py" was created along the path "llama_index/packs/zenguard_guardrails/" and in it the ZenguardGuardrailsPack class with unimplemented methods was declared, which inherits from the BaseLlamaPack class * added import of the "ZenguardGuardrailsPack" class to "__init__.py" along the path "llama_index/packs/zenguard_guardrails/" * uncommented the [tool.llama hub] block and added "llama_index.packs.zenguard_guardrails" to the "import path" field * The block "[tool.llama hub.class authors]" was uncommented and the class "ZenguardGuardrailsPacks" and the author of the class "yaksh0nti" were indicated * a basic unit test was written to check that the class "ZenguardGuardrailsPack" is inherited from the class "BaseLlamaPack" * uncommented contains_example field in block tool.llamahub in pyproject.toml * renamed class ZenguardGuardrailsPack to ZenGuardPack and implemented * wroted unit tests * renamed fixture with zenguard pack * updated README.md * created zenguarg_guardrails.ipynb file * added a link to the ipynb file in google colab * renamed zenguard_guardrails to zenguard * updated python version to 3.9 and install zenguard packages * changes by linting and formating * [zenguard] update the package * pants * Update pyproject.toml * [llama-index] do not track poetry.lock * Update BUILD * renamed zenguard llamapack package name and description for match readme installing instruction * change colab link to correct in zenguard.ipynb --------- Co-authored-by: Nuradil <[email protected]> Co-authored-by: Andrei Fajardo <[email protected]> Co-authored-by: Nuradil <[email protected]>
- Loading branch information