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 LLM RAG example #89

Merged
merged 51 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
3133de8
add materializer
wjayesh Sep 22, 2023
3a4a4eb
aadd custom zenml agent prompt
wjayesh Sep 22, 2023
9631141
change pipeline name and add agent step
wjayesh Sep 22, 2023
ace968a
add agent example
wjayesh Sep 27, 2023
c4a3549
add first version of notebook
wjayesh Oct 2, 2023
5de67ac
update notebook
wjayesh Oct 3, 2023
75b1dba
remove some outputs
wjayesh Oct 3, 2023
d1edd3c
update diagram
wjayesh Oct 3, 2023
59c62c2
update diagram
wjayesh Oct 3, 2023
d3688e5
update diagram
wjayesh Oct 3, 2023
d08a11f
add jpg image
wjayesh Oct 3, 2023
b4b7df9
update diagram
wjayesh Oct 3, 2023
5b75ce1
add test script
wjayesh Oct 19, 2023
a2c2080
comment out parser for now
wjayesh Oct 19, 2023
6429dd1
add reqs and integrations to pipeline
wjayesh Oct 19, 2023
78505cf
update notebook
wjayesh Nov 6, 2023
5e31e8e
add link to ngrok
wjayesh Nov 6, 2023
4012a0f
add zenml down before up
wjayesh Nov 6, 2023
3d37c74
add mcp and artifact metadata
wjayesh Jan 23, 2024
c12e313
update notebook
wjayesh Jan 23, 2024
e01d618
replace hf with openai embeddings
wjayesh Jan 23, 2024
ea6e908
enhance personality and tool metadata
wjayesh Jan 23, 2024
83579d4
allow diff personalities
wjayesh Jan 23, 2024
f87f856
add inference function that logs all question and answers
wjayesh Jan 23, 2024
d7cfc15
rename folder
wjayesh Jan 23, 2024
51136fc
clean up old zenml fetch artifact code
wjayesh Jan 23, 2024
389c63e
add cloud connect command
wjayesh Jan 23, 2024
62fecca
make agent a model artifact
wjayesh Jan 23, 2024
8070b37
update notebook. add images
wjayesh Jan 24, 2024
db3004f
update prompt
wjayesh Jan 24, 2024
7eeae33
update agent creator step in file
wjayesh Jan 24, 2024
72e1768
remove cell output for zenml up
wjayesh Jan 24, 2024
5db8a1a
delete more outputs
wjayesh Jan 24, 2024
d433282
license update year
wjayesh Jan 24, 2024
485aab0
start updating the readme
wjayesh Jan 24, 2024
e12d955
update README
wjayesh Jan 25, 2024
510d9fb
revert year for other projects
wjayesh Jan 25, 2024
caf3c74
rename pipeline file
wjayesh Jan 25, 2024
a26e2db
remove unnecessary code
wjayesh Jan 25, 2024
9e11df8
update zenml 0.55.0 and other packages
wjayesh Jan 25, 2024
f0c7020
removed errors all over the place
htahir1 Jan 25, 2024
f209eef
fix version to 0.55.0
wjayesh Jan 25, 2024
b67e1d5
fix pipeline reference
wjayesh Jan 25, 2024
4d01350
Merge branch 'fix/misc' into demo/agent-qna
htahir1 Jan 25, 2024
3c1a228
merged
htahir1 Jan 25, 2024
9308535
Added configs
htahir1 Jan 25, 2024
72bff41
Links
htahir1 Jan 25, 2024
1e83f0a
Typis
htahir1 Jan 25, 2024
ef07a37
update notebook
wjayesh Jan 25, 2024
0f2560c
add image
wjayesh Jan 25, 2024
f954ea1
fix spellings
wjayesh Jan 25, 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
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
Loading