Skip to content

c-azb/BlenderQuestionAnswer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question and answer project related to Blender 3D software using Agentic RAG with LangGraph.

In BlenderQuestionAnswer_app/Blender_Agentic_RAG, the package was developed using the Agentic RAG graph and the data extraction process to get data from the documentation of the software for different versions.

The AI graph developed follows the workflow illustrated in the image below:

The BlenderQuestionAnswer_app is a web python project using Django that integrates the Agentic AI graph. It implements a chat interface and login functionalities to store chat history and allow the user to request new Blender versions of documentation to chat with (some versions of the documentation are not supported and require custom data extraction).