Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.01 KB

7-docs demo

Starterkit for OpenAI chat client based on your own content. Main ingredients:

Install

The following commands are using kadena-docs as set in config.ts and ingest content from the kadena-community/docs repository.

Prepare db

Create a Pinecone account if you don't have one already. Then create an index:

npx 7-docs pinecone-create-index --index kadena

Ingest

npx 7-docs ingest --source github --repo kadena-community/docs --files 'docs/**/*.md' --namespace kadena-docs

Run

npm run dev

Deploy

Netlify

Make sure to add the environment variables to the platform first.