Difference between revisions of "Bing/Copilot"
m |
m |
||
| Line 20: | Line 20: | ||
Possible flow: | Possible flow: | ||
| − | # Get Chat prompt from user | + | # Get 'Chat prompt' from user |
| − | # Use Chat prompt to perform traditional search to yield | + | # Use 'Chat prompt' to perform 'traditional web search' to yield 'web search result' |
| − | # From search | + | # From 'web search result' use ChatGPT to formulate 'Chat answer' back to user |
| − | # | + | # Using 'Chat answer' find best 'reference links' to show back to user |
<youtube>rOeRWRJ16yY</youtube> | <youtube>rOeRWRJ16yY</youtube> | ||
<youtube>c6Lkzi0Vtuw</youtube> | <youtube>c6Lkzi0Vtuw</youtube> | ||
Revision as of 09:27, 16 March 2023
YouTube search... ...Google search
- BingAI] | Microsoft
- Generative AI ... OpenAI's ChatGPT ... Perplexity ... Microsoft's BingAI ... You ...Google's Bard
- Assistants ... Hybrid Assistants ... Agents ... Negotiation
- Python ... Generative AI with Python ... Javascript ... Generative AI with Javascript ... Game Development with Generative AI
- Natural Language Processing (NLP) ...Generation ...LLM ...Tools & Services
- Attention Mechanism ...Transformer Model ...Generative Pre-trained Transformer (GPT)
- Prompt Engineering (PE) ...PromptBase ... Prompt Injection Attack
- Excel - Data Analysis
- Text Transfer Learning
Possible flow:
- Get 'Chat prompt' from user
- Use 'Chat prompt' to perform 'traditional web search' to yield 'web search result'
- From 'web search result' use ChatGPT to formulate 'Chat answer' back to user
- Using 'Chat answer' find best 'reference links' to show back to user