Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 887 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 887 Bytes

Wolfram Physics Project question answering using GPT and Langchain

A ChatGPT-like experience on the subject of the Wolfram Physics Project. Uses GPT and Langchain ChatVectorDBChain. References the official Wolfram Physics Project Technical Introduction, and related articles/ research papers from Stephen Wolfram, Jonathan Gorard, Xerxes D. Arsiwalla, Max Piskunov, James Boyd, Hatem Elshatlawy, Manojna Namuduri, Yorick Zeschke, Carlos Zapata-Carratalá, Taliesin Beynon, Utkarsh Bajaj, Tobías Canavesi and Truman Tapia.

Run in colab

  • Open in colab at the top of WolframLangchain_cli_app.ipynb
  • Run first cell to install dependencies, then go to Runtime > Restart runtime to resolve overwritten dependencies
  • Add your OpenAI API key under global configurations, run the rest of the cells

To Do

  • Improve prompt
  • Optimize global configurations
  • Add documents as necessary