Anil Chandra Naidu Matcha Profile picture
Left job at Samsung on my mission of educating 1 million people in AI, Langchain, GenerativeAI ⚡️ Youtube : https://t.co/MRA3d9gyzX 🌐 AI apps : https://t.co/Qpxd3qgFYM
jihadjo Profile picture Tuff-Madman Profile picture 2 subscribed
Oct 11, 2023 5 tweets 1 min read
Drag & Drop AI agent builder is here 🤯

Introducing n8n

Build AI agents using Nocode powered by @LangChainAI

Now automate 422+ workflows by integrating AI powered by ChatGPT

Links below 👇
Link to n8n + Langchain

n8n.io/langchain/
Aug 24, 2023 5 tweets 2 min read
Incredible news from Meta 🤯

Code LLaMA Is out 🔥🔥

A version of Llama2 fine-tuned for code tasks

Same license as Llama2, available for commercial use

3 versions released

Code Llama: Base model.
Code Llama Python: Model specialized for Python.
Code Llama Instruct: Fine-tuned for instruction following.

Model link below ↓ Model


Annonucement
ai.meta.com/resources/mode…
about.fb.com/news/2023/08/c…
Aug 20, 2023 7 tweets 2 min read
Attention AI enthusiasts 📢

Here are the latest news in AI 📰

1. @LangChainAI announces Embeddings cache, fallback support updates
2. Google upgrades search with smarter AI features
3. OpenAI acquires AI design studio
4. Microsoft launches ChatGPT for business
5. AI first social network BeFake is released

Details below ↓ @LangChainAI announces fallbacks, embeddings cache support

Use fallbacks to mitigate rate limit errors by falling back to another provider or even an entirely different sequence

Langchain now allows caching embeddings to prevent redundant computation.
Aug 18, 2023 4 tweets 2 min read
Computer Vision has changed forever 🤯

Roboflow just released a new version of "Supervision".

Implement these to any video from single piece of code

1. Detection
2. Classification
3. Segmentation
4. Annotation

Deploy computer vision models built upon lessons of serving 100Ms of calls

Github link below ↓ Github link :-

github.com/roboflow/super…
Aug 10, 2023 4 tweets 2 min read
Stable Diffusion for Audio is here 🤯

AudioLDM 2 converts Text -> Audio/Music/Speech

The use-cases are incredible

Github code & details below ↓

#ChatGPT Here are some incredible use-case

✅ Text-to-Audio for Ads
✅ Text-to-Music for Events
✅ Text-to-Speech for Customer Care
Aug 7, 2023 4 tweets 2 min read
This is incredible 🤯

Now run @llama_index apps on Javascript

Big stride to run LLM apps in production

In <20 lines of code

Github code below ↓ Image Here is the link to code



Give it a star to receive updatesgithub.com/Anil-matcha/Ll…
Jul 19, 2023 4 tweets 2 min read
You can add Internet search capability

To your LLM for free using Duckduckgo api

Here is an example in <20 lines of code

Built with @LangChainAI agents Image With this you can enhance your LLM knowledge with latest results even if LLM knowledge cutoff is in the past

Using a Serper api is costly, we can use Duckduckgo api for free

Link to code :-



Give a star to receive updatesgithub.com/Anil-matcha/la…
Jul 15, 2023 7 tweets 3 min read
This week in AI

1. @LangChainAI support for GPT4all embeddings
2. Bard launches new features
3. Stability AI releases sketch-to-image
4. Claude2 launched by Anthropic
5. Shopify announces an AI sidekick

Summary below ↓ https://t.co/PPmou53rG3twitter.com/i/web/status/1…
Image @LangChainAI now supports GPT4all embeddings

Chat with your data privately in few lines of code

Jul 7, 2023 4 tweets 2 min read
This is incredible

Chat privately with an LLM in few lines of code

Without the need for ChatGPT

Using @LangChainAI and @huggingface Falcon7B

Can be run on Google Colab free plan

Github code below ↓

#LLMs #GPT4 https://t.co/vIFItQJyamtwitter.com/i/web/status/1…
Here is a link to the github code



Give it a star to receive updatesgithub.com/Anil-matcha/la…
Jul 5, 2023 5 tweets 2 min read
Introducing Notion-to-chatbot 🥁

Train a chatbot on ENTIRE Notion knowledgebase 💬

In <10 lines of code

Query Notion data with power of ChatGPT

Offer this as a paid service to clients

Built using @LangChainAI

Github link below ↓ Here is how we do it

1. Create an integration in Notion, copy the integration key
2. Go to Notion and connect all pages you wish to query with this integration
3. Copy the database id of all your pages
4. Paste these in the code
5. Profit 💸
Jun 25, 2023 7 tweets 2 min read
Use ChatGPT plugins without Plus subscription

Using @LangChainAI

You can execute ChatGPT plugins for free

With ChatGPT api

In < 10 lines of code

Details below ↓ Follow me @matchaman11 in my journey of educating 1 million people in AI
Jun 24, 2023 6 tweets 2 min read
Do you know ?

You can develop @LangChainAI apps without code

Here are few open-source tools to achieve this

Save this ↓ The first tool is Langflow which is a UI over Langchain and helps you build data apps, agents in Langchain using nocode

github.com/logspace-ai/la…
Jun 20, 2023 6 tweets 3 min read
Top use-cases of ChatGPT API

1. Q&A over documents
2. Summarization

What if you want to combine both ?

Using @llama_index by @jerryjliu0 you can do this

In < 20 lines of code

Github code and details below ↓ Image @llama_index @jerryjliu0 Follow me @matchaman11 in my mission of educating 1 million people in AI
Jun 19, 2023 7 tweets 3 min read
This is incredible 🤯

Automate web scraping with ChatGPT

Using @LangChainAI and OpenAI functions

In less than 10 lines of code

Github code and details below ↓ Image Follow me @matchaman11 in my mission of educating 1 million people in AI
Jun 16, 2023 7 tweets 3 min read
Are you a @LangChainAI developer

Here are top 5 apps you can develop with Langchain

1. Chatbots
2. Summarization tools
3. Agents
4. Querying Tabular Data
5. API and Plugins

Github links below, save this ↓ You can create Chat over your data applications in few lines using Langchain. Here is an example

github.com/Anil-matcha/Ch…
Jun 15, 2023 6 tweets 3 min read
2nd lesson in @llama_index course is up now

In this lesson, we discuss

1. Nodes
2. Document Loaders
3. Indexes
4. Retrievers
5. Query Engines

Much needed to understand upcoming lessons

Save this ↓ Image Link to Github lesson :- github.com/SamurAIGPT/Lla…

Give the repo a star to receive updates
Jun 14, 2023 4 tweets 2 min read
This is mind blowing 🤯

Using OpenAI functions (released yesterday)

I created a Web browsing plugin 🔥

Gave ChatGPT ability to search online

Run web browsing for free without Plus subscription

Github code below ↓ Image Follow me @matchaman11 in my mission of educating 1 million people in AI

Here is the github code link

github.com/Anil-matcha/op…

Give it a star to receive updates
Jun 13, 2023 4 tweets 2 min read
This is incredible 🤯

Build Code Interpreter ChatGPT plugin

In less than 5 lines of code using @LangChainAI

Now have an AI analyst with you for free

Github code and details below ↓ Image Here is the link to the code where we solve Titanic machine learning problem entirely using ChatGPT in natural language without prior knowledge of Pandas or machine learning

github.com/Anil-matcha/Ch…

Give it a star to receive updates
Jun 13, 2023 4 tweets 3 min read
Wow 🤯

@LangChainAI course now has

1. 500+ stars
2. 1000+ learners
3. ~400 community members

And it's completely free

Link to course :- github.com/SamurAIGPT/lan…

Link to community :- reddit.com/r/Langchaindev/ Image @LangChainAI Follow me @matchaman11 in my mission of educating 1 million people in AI as i release more such lessons in AI for free
Jun 12, 2023 5 tweets 3 min read
3rd lesson of @LangChainAI course is out

In this lesson, we discuss

1. Indexes
2. Embeddings
3. Vector db
4. Text splitter and retriever

Most comprehensive lesson so far

Save this ↓ Image @LangChainAI Link to Github lesson github.com/SamurAIGPT/lan…

Give the repo a star to receive updates
Jun 7, 2023 7 tweets 4 min read
Are you an AI app developer ? You must check this !!!

Here are the top 5 Open source libraries which help you build AI apps for free in no particular order

Build and deploy Generative AI LLM apps in few lines of code

Save this ↓ @llama_index by @jerryjliu0 helps you build apps to chat with your private data. They recently raised 8.5 million dollars in funding Image