AI chatbot for restaurants
To create an AI Chatbot Application that uses Retrieval Augumented Generation (RAG) in Ollama Langflow (GUI implementation of Langchain) to manage restaurant FAQs
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew update
brew upgrade python
python3 -m pip install langflow -U
python3 -m langflow run
ollama serve
Ollama pull llama2
Use the JSON file to create playground
https://www.datastax.com/products/datastax-astra
database type: serverless (vector)
server: aws/gcp server
name: langflow_db
region: us-east-2/us-east1
Copy the API endpoint and application tokens and paste in the corresponding fields in ERD
Use the play button to build the program
Click on playground button to launch chatbot
Langflow
Ollama
3.10
Implement program in langchain