manisnesan / til

collection of today i learned scripts
4 stars 0 forks source link

LLMs in Production - Conference #33

Open manisnesan opened 1 year ago

manisnesan commented 1 year ago

Related

Tweet thread - LLMs in Production hosted by MLOps Community

Considerations

Iteration Cycle

manisnesan commented 1 year ago

It's not a knowledge answering engine but a reasoning engine.

Limitations

Point of Failure Areas

manisnesan commented 1 year ago

Reasoning Machines

Problem: LLMs can generate responses only based on the training data.

Solution:

Limitation: Scaling

Option 1 using external data: Read the webpage and ask the question about the document. This helps the model to reason about the document.

manisnesan commented 1 year ago

How LlamaIndex can connect your LLMs with your External data

Slides | Presenter

manisnesan commented 1 year ago

Role of ML Engineers in the time of LLMs

Lessons Learned

Commoditized ML

In-house ML

Objectives of ML (until now)

What does it mean for ML Engineers?

Conclusions

Focus on

manisnesan commented 1 year ago

Obstacles to successful LLM deployments

Presenter: Tanmay Chopra

Infra Thorns

Output linked Thorns

Start Strong

Tweet

manisnesan commented 1 year ago

Emerging Patterns for LLMs in Prod

Challenges in Prod

Start Simple

Prompting -> Few Shot Prompting -> Retrieval + Prompting (Langchain, LlamaIndex) -> Iterative Refinement (CoT, Decomposition)

Reliability: Add Structure

manisnesan commented 1 year ago

LangChain - Enabling LLMs to use tools

Why tooling is important

Different types of tools

Challenges:

Spotlight on OpenAPI tools

manisnesan commented 1 year ago

Vector DBs & LLMs

https://mlops.community/vector-similarity-search-from-basics-to-production/

manisnesan commented 1 year ago

How to use LLMs effectively

image

Tweet thread - Mental model of going from simple to complex