Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 884 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 884 Bytes

BlenderHelperBot

This is an online RAG app, built using TiDB vector store, llama-index and HuggingFace Inference API, to help users with the bpy python package for Blender scripting.

TiDB vector store being used has already been fed Blender 4.1 API docs, for setting up the necessary context. The attached upload_to_tidb.py has been used for this purpose.

Requirements

  1. Get a free HuggingFace API read token.
  2. Get access to this Mistral model. This is being used as the underlying, instructed model.

Known Issues

  • Model may respond with some extra, unnecessary tokens / words, possibly due to it being a HuggingFace Inference API hosted model.