brew install postgresql@14
brew install pgvector
createdb chatbot
psql -d chatbot
CREATE EXTENSION pgvector;
brew install tesseract
Copy the sample env and set your variables in .env
cp sample.env .env
Run configurations in PyCharm:
Start app:
npm start