damiankryger / gpt-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run?

  1. Create venv (if not already created)
python -m venv venv
  1. Activate venv:
source venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Launch Weaviate
make up
  1. Create schema
python create_schema.py
  1. Feed the database
python feed_database_with_mocks.py

Or instead of launching the commands form 4th, 5th and 6th step, you can run the following command:

make seed

About


Languages

Language:Python 91.5%Language:Makefile 8.5%