Posts Tagged with “langchain”

Local LLM for Function Calling with Open Llama, NexusRaven and JS/TS

Local LLM for Function Calling with Open Llama, NexusRaven and JS/TS

This post explores running Function Calling locally with NexusRaven, a model trained specifically for this task. Using a local LLM is preferable when you want to keep your data on-premise rather than sending it to the cloud. Read More →

Attendance Taking AI Chatbot with React Frontend

Attendance Taking AI Chatbot with React Frontend

Building an interactive OpenAI chatbot that takes student attendance with Fastify, SQLite and React. Read More →

Student Attendance Chatbot with Parallel Function Calling

Student Attendance Chatbot with Parallel Function Calling

With "Parallel Function Calling" in the new OpenAI 3.5 (1106) model, I can now create a chatbot that can handle multiple function calls in response to a complex user message. Read More →

Making a Student Attendance Tracking ChatBot

Making a Student Attendance Tracking ChatBot

I built a chatbot that can take attendance and answer questions about attendance history, using LangChain and OpenAI "Function Calling". Read More →

Using LangChainJS and OpenAI to Ask a Question About an Article on Wikipedia

Instead of relying on trained data, this example feeds a specific document (e.g. Wikipedia article) as the basic knowledege, and answer a custom question. Read More →