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.
- Get a free HuggingFace API read token.
- Get access to this Mistral model. This is being used as the underlying, instructed model.
- Model may respond with some extra, unnecessary tokens / words, possibly due to it being a HuggingFace Inference API hosted model.