Fadzali Bakarfadzali.hashnode.dev·Dec 4, 2024Chatbot:Run flowise and ollama locallyPrerequisites Server: ollama run llama3.2 ollama run nomic-embed-text:la Install Flowise locally using NPM: npm install -g flowise Start Flowise: npx flowise start if successful: Steps: 1 . Create documents stores 2. Click Document store an...ollama
Nikhil Akkinikhilakki.in·Nov 16, 2024Unlocking the Potential of AI with FlowiseIn the rapidly evolving world of AI, developers are constantly seeking tools that streamline the process of building and deploying applications. Enter Flowise, an open-source, low-code platform designed to simplify the creation of customized LLM (Lar...30 readslangchainjs
Brian Kingsolodev.app·May 12, 2024Using Flowise with Local LLMs.TL;DR. Using Flowise, with local LLMs like Ollama, allows for the creation of cost-effective, secure, and highly customizable AI-powered applications. Flowise provides a versatile environment that supports the integration of various tools and compone...279 readsThe AI SeriesAI Workflow
Brian Kingsolodev.app·May 6, 2024Installing Langflow and Flowise.TL;DR. Installing Langflow and Flowise involves setting up an environment using Miniconda, installing Node.js via NVM, and creating the necessary directories and scripts. Langflow, a user-friendly interface for LangChain, allows easy AI application c...490 readsThe AI SeriesLangflow