Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 882 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 882 Bytes

WizBee

WizBeeLogo

Simple answer bot integrated into b.tree Beekeeping Software . This repository is a playground, currently the main goal is to upload the markdown documentation to a vector database.

Setup

As vector database a Docker redis instance is used, see github.com/HannesOberreiter/btree_database.

Our helper tool to create the LLM is Langchain github.com/hwchase17/langchain/.

As AI framework we use openai.com/.

Structure

  • content contains the files to upload
  • references_example.json helper file to reference content files with metadata, needs to be renamed to references.json
  • example.env contains needed API keys and other environment variables, needs to be renamed to .env