Difference between revisions of "Bing/Copilot"

From
Jump to: navigation, search
m
m
Line 27: Line 27:
 
* [https://www.phind.com/ phind]  ... The AI search engine for developers
 
* [https://www.phind.com/ phind]  ... The AI search engine for developers
 
* [[Assistants]] ... [[Personal Companions]] ... [[Agents]]  ... [[Negotiation]] ... [[LangChain]]
 
* [[Assistants]] ... [[Personal Companions]] ... [[Agents]]  ... [[Negotiation]] ... [[LangChain]]
* [[Python]]   ... [[Generative AI with Python]] ... [[Javascript]] ... [[Generative AI with Javascript]]
+
* [[Python]] ... [[Generative AI with Python|GenAI w/ Python]] ... [[Javascript]] ... [[Generative AI with Javascript|GenAI w/ Javascript]] ... [[TensorFlow]] ... [[PyTorch]]
 
* [[Analytics]] ... [[Visualization]] ... [[Graphical Tools for Modeling AI Components|Graphical Tools]] ... [[Diagrams for Business Analysis|Diagrams]] & [[Generative AI for Business Analysis|Business Analysis]] ... [[Requirements Management|Requirements]] ... [[Loop]] ... [[Bayes]] ... [[Network Pattern]]
 
* [[Analytics]] ... [[Visualization]] ... [[Graphical Tools for Modeling AI Components|Graphical Tools]] ... [[Diagrams for Business Analysis|Diagrams]] & [[Generative AI for Business Analysis|Business Analysis]] ... [[Requirements Management|Requirements]] ... [[Loop]] ... [[Bayes]] ... [[Network Pattern]]
 
* [[Development]] ... [[Notebooks]] ... [[Development#AI Pair Programming Tools|AI Pair Programming]] ... [[Codeless Options, Code Generators, Drag n' Drop|Codeless, Generators, Drag n' Drop]] ... [[Algorithm Administration#AIOps/MLOps|AIOps/MLOps]] ... [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)|AIaaS/MLaaS]]
 
* [[Development]] ... [[Notebooks]] ... [[Development#AI Pair Programming Tools|AI Pair Programming]] ... [[Codeless Options, Code Generators, Drag n' Drop|Codeless, Generators, Drag n' Drop]] ... [[Algorithm Administration#AIOps/MLOps|AIOps/MLOps]] ... [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)|AIaaS/MLaaS]]

Revision as of 08:13, 9 October 2023

YouTube ... Quora ...Google search ...Google News ...Bing News





Bing is a search engine that has a chat mode powered by OpenAI’s Large Language Model (LLM) such as Generative Pre-trained Transformer 4 (GPT-4). Bing AI has some additional features that GPT-4 does not have. Bing AI is capable of producing images from simple prompts, and citing sources for information.

Possible flow:

  1. Get 'Chat prompt' from user; Bing uses the prompt to understand your intent
  2. Use 'Chat prompt' to perform 'traditional web search' to yield 'web search result'
  3. From 'web search result' use ChatGPT to formulate 'Chat answer' back to user
  4. Using 'Chat answer' find best 'reference links' to show back to user