If anybody needs a starting point for their project, maybe this will help. I tried to write a comprehensive README, but if something is unclear or if you encounter any bugs while copying the code, please let me know.
If there is interest, I can create a Loom video describing the prototype and the code.
Looks like a cool starting point. I will look into your repo and see if I can collaborate with you on this if it’s okay with you. Maybe not for the hackathon, but going forward for sure.
I am also learning Langchain Agents and want to integrate tools to work with BIM data.
Rereading I post; I saw I did not fully describe why it could help you guys:
I have pretty simple off-the-shelf LLM agent by PandasAI (in the end 3-5 lines of code) → works pretty well for simple use cases (such as questions, diagrams, table adjustments about certain Speckle categories)
if you want to create something more complicated, I started on developing Langchain agents with different tools appended (this super flexible and you can tweek and debug endlessly, probably performance is right now degraded compared to the PandasAI chatbot, but in the end it should be way more powerful, for this one you need a bit more knowledge about LLM agents)
Nice impressive job thanks for posting. I have a similar idea for querying models for the hack but want to use a semantic-kernel since I’m more C# than Py
Hi @janix,
FYI: I created a fork of your repo bim_ir_chat and have started experimenting with it by creating notebooks in a separate folder called “research”.