Shubham Saboo Profile picture
Mar 22, 2023 β€’ 7 tweets β€’ 4 min read β€’ Read on X
ChatGPT for Coding 🀯

Github launches copilot X: The ultimate AI powered developer experience!

It brings ChatGPT like experience to your code editor with AI enabled auto Pull Requests and AI powered search for your documentation.

(A thread) πŸ§΅πŸ‘‡ twitter.com/i/web/status/1…
Introducing Copilot for Pull Requests: AI-generated descriptions & tags powered by GPT-4!

Level Up your PR process with this game-changing new AI feature by GitHub πŸ”₯
Introducing GitHub Copilot for Docs: AI-powered answers to your documentation questions at your fingertips!

Starting with #React, #AzureDocs, and #MDN, say hello to a smarter way to explore docs for your favourite languages, frameworks, and technologies.
Meet GitHub Copilot CLI - the ultimate terminal companion for devs πŸ’₯

Compose commands, loops, and even find obscure flags effortlessly. Get ready to level up your CLI game.

Say goodbye to endless scrolling & syntax struggles!
Since its launch in June 2022 even less than an year. It has completely changed the coding game for every developer.

Numbers speak for themselves 🀯πŸ”₯
- 1 M+ developers using GitHub Copilot
- 46% code written
- 55% faster coding
- 5k+ businesses using Copilot
Stay tuned and follow @Saboo_Shubham_ for more such AI related updates!

Subscribe to Unwind AI for free to get the weekly summary of AI updates delivered in your inbox πŸ‘‡

unwindai.substack.com

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Shubham Saboo

Shubham Saboo Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @Saboo_Shubham_

May 23
Build a LLM app with RAG to chat with PDF using Llama-3 running locally on your computer (100% free and without internet):
1. Import necessary libraries

β€’ Streamlit for building the web app
β€’ Embedchain for the RAG functionality
β€’ tempfile for creating temporary files and directories Image
2. Configure the Embedchain App

For this application we will use Llama-3, you can choose from OpenAI, cohere, anthropic or any other LLM of your choice.

Select the vector database as the opensource chroma db (you are free to choose any other vector database of your choice). Image
Read 11 tweets
May 22
Build a custom AI agent with RAG to chat with your internal data without writing a single line of Python Code (100% free):
1. Go to and click on create chatbot. blackbox.ai
Image
2. Give a Name to your AI Agent

For this example, let's create an AI agent that can chat with documentation and provide pin-pointed answers to users questions.

Let's name it as: 'Docs-QA-RAG' Image
Read 9 tweets
May 21
Build an AI Search Assistant with GPT-4o in just 15 lines of Python Code (step-by-step instructions):
1. Install the necessary Python Libraries

Run the following command from your terminal. Image
2. Import necessary libraries

β€’ Streamlit for building the web app
β€’ Phidata for building AI agents
β€’ OpenAI for using the LLM
β€’ Duckduckgo for the search functionality Image
Read 10 tweets
May 19
Build a LLM app with RAG to chat with GitHub using Llama-3 running locally on your computer (100% free and without internet):
1. Import necessary libraries

β€’ Streamlit for building the web app
β€’ Embedchain for the RAG functionality
β€’ tempfile for creating temporary files and directories Image
2. Setup the Github loader by configuring the Github account with username and personal access token (PAT).

Check out the github docs to learn how to create your PAT. Image
Read 11 tweets
May 16
Build a Web Scrapping AI agent with Llama-3 running locally on your computer (100% free and without internet):
1. Install the necessary Python Libraries

Run the following command from your terminal. Image
2. Download @ollama and pull the following models:

β€’ Llama-3 as the main LLM
β€’ nomic-embed-text as the embedding model Image
Read 14 tweets
May 12
Build a Web Scrapping AI Agent with RAG in just 30 lines of Python Code (step-by-step instructions):
We'll use ScrapeGraphAI, a Python library that uses LLMs to create smart scraping pipelines.

It involves four main steps:
1. Fetch: Retrieve the data
2. Parse: Analyze and structure the data
3. RAG: Processes the parsed data to find relevant information
4. Generate Answer Image
1. Install the necessary Python Libraries

Run the following command from your terminal. Image
Read 13 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(