Skip to content

Commit

Permalink
feat: changed EVERYTHING to make the talk more easy to understand
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Sep 1, 2023
1 parent 1e2f2c6 commit 31ef9f5
Show file tree
Hide file tree
Showing 18 changed files with 558 additions and 687 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@

Ever wished for a ChatGPT-like interaction tailored to your data? Join us as we explore the realm of [retrieval-augmented AI](https://arxiv.org/abs/2302.00083) through [hyv](https://github.com/failfa-st/hyv). We'll walk you through the steps — from preparing documents for the vector database [Weaviate](https://weaviate.io/), to crafting an AI agent that thinks like a JavaScript developer, leveraging [OpenAI's GPT-4](https://platform.openai.com/docs/api-reference) to extract insights directly from our curated data. Dive deep with us into the art of creating truly personalized AI experiences.

## Update

* ChatGPT
* What happens when you interact with a chat AI

* What are SystemMessage, AIMessage and UserMessage
* What is the context
* What are tokens
* How does this look like in langchain based on the meetup-example
* Introduce RAG
* How does this look like in langchain based on the meetup-example
* Where to go from here (maybe with another code example?)
* chunking
* vector database
* the usual slides, maybe even prompt-my-docs in action


## Past Events

Expand Down
Binary file added assets/agi_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/agi_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chatgpt_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chatgpt_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clown_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clown_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clown_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/computer_monitor_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/computer_monitor_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/documents_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prompt_my_docs_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prompt_my_docs_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/rag_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tim_pietrusky_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tokenizer_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 31ef9f5

Please sign in to comment.