Skip to content

eelwk/genai-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genai-workshop

pre-requisites

How to run

  • Make sure docker is running

  • Open VS Code in root directory

  • VS Code will prompt for you to open the folder in a dev container. Say yes.

  • Once container has been created, open a terminal window and run:

    pip install -r requirements.txt

  • Copy .env.template file and rename to .env

  • Add your keys / values to the .env file

  • create pinecone index named test-index with 1536 dimensions

  • run program with this command:

    python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages