Skip to content

damiankryger/gpt-poc

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published