A web interface which allows you to ask AI complex questions. The backend will retrieve relevant academic materials from Crossref, process them using AI and generate an answer for you.
Note that this is not a very high-quality product. I mainly created this to introduce myself to the basics of LangChain. Cooler and actually usable projects, however, are forthcoming!
- Download this repository onto your computer
- Enter the "server" directory
- Create a .env file with the variable GROQ_API_KEY, and set it to your API key
- Run
npm install && npm run dev - Enter the "app" directory
- Run
npm install && npm run dev - Go to localhost:5173, where you will be presented with the UI below
