Skip to content

Commit

Permalink
Add LLM RAG example (#89)
Browse files Browse the repository at this point in the history
* add materializer

* aadd custom zenml agent prompt

* change pipeline name and add agent step

* add agent example

* add first version of notebook

* update notebook

* remove some outputs

* update diagram

* update diagram

* update diagram

* add jpg image

* update diagram

* add test script

* comment out parser for now

* add reqs and integrations to pipeline

* update notebook

* add link to ngrok

* add zenml down before up

* add mcp and artifact metadata

* update notebook

* replace hf with openai embeddings

* enhance personality and tool metadata

* allow diff personalities

* add inference function that logs all question and answers

* rename folder

* clean up old zenml fetch artifact code

* add cloud connect command

* make agent a model artifact

* update notebook. add images

* update prompt

* update agent creator step in file

* remove cell output for zenml up

* delete more outputs

* license update year

* start updating the readme

* update README

* revert year for other projects

* rename pipeline file

* remove unnecessary code

* update zenml 0.55.0 and other packages

* removed errors all over the place

* fix version to 0.55.0

* fix pipeline reference

* Added configs

* Links

* Typis

* update notebook

* add image

* fix spellings

---------

Co-authored-by: Jayesh Sharma <[email protected]>
  • Loading branch information
htahir1 and wjayesh authored Jan 25, 2024
1 parent cbe7836 commit 7d1fa76
Show file tree
Hide file tree
Showing 47 changed files with 1,517 additions and 1,104 deletions.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ GOES = "GOES"
lenght = "lenght"
preprocesser = "preprocesser"
Preprocesser = "Preprocesser"
Implicitly = "Implicitly"

[default]
locale = "en-us"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ A list of updated and maintained projects by the ZenML team and the community:
| [LLMs To Analyze Databases](supabase-openai-summary) | NLP, LLMs | `gcp` `slack` |
| [GitFlow ZenML Project](https://github.com/zenml-io/zenml-gitflow) | MLOps with ZenML and GitHub Workflows | `mlflow` `deepchecks` `kserve` `kubeflow` `sklearn` `vertex` `aws` `gcp` |
| [ZenNews](zen-news-summarization) | NLP | `gcp` `vertex` `discord` |
| [Langchain Slackbot](langchain-llamaindex-slackbot) | NLP, LLMs | `slack` `langchain` `llama_index` |
| [LLM RAG Pipeline with Langchain and OpenAI](llm-agents/) | NLP, LLMs | `slack` `langchain` `llama_index` |
| [Orbit User Analysis](orbit-user-analysis) | Data Analysis, Tabular | - |
| [Huggingface to Sagemaker](huggingface-sagemaker) | NLP | `pytorch` `mlflow` `huggingface` `aws` `s3` `kubeflow` `slack` `github` |

Expand Down
106 changes: 0 additions & 106 deletions langchain-llamaindex-slackbot/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions langchain-llamaindex-slackbot/src/.dockerignore

This file was deleted.

28 changes: 0 additions & 28 deletions langchain-llamaindex-slackbot/src/Dockerfile-slackbot

This file was deleted.

Loading

0 comments on commit 7d1fa76

Please sign in to comment.