mtallini361 / magic_judge

I want to train an LLM with knowledge of the rules of Magic the Gathering and be able to ask questions about card interactions and what happens in a game
2 stars 1 forks source link

Create Magic card graph database #1

Open mtallini361 opened 3 months ago

mtallini361 commented 3 months ago

Create a graph database of cards and their attributes in Neo4j

Update1: created db context manager class with card node constructor

arshomette commented 3 months ago

Hey, I'm really interested in your project and have taken a couple stabs at this myself with Llama3, ChromaDB, and Nomic text embedding. I reached out to you on linkedin too. Are you interested in collaborating?

mtallini361 commented 3 months ago

Hey Arshomette, That would be great i would definitely love to get another set of eyes on it, and push the capbilitiesas far as they can go. Maybe we can hop on a call sometime this week?

On Sun, Jun 16, 2024 at 6:21 AM arshomette @.***> wrote:

Hey, I'm really interested in your project and have taken a couple stabs at this myself with Llama3, ChromaDB, and Nomic text embedding. I reached out to you on linkedin too. Are you interested in collaborating?

— Reply to this email directly, view it on GitHub https://github.com/mtallini361/magic_judge/issues/1#issuecomment-2171409771, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDNOMJPIY23OLKOUEPBVGNLZHVRLFAVCNFSM6AAAAABJDOLV2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZRGQYDSNZXGE . You are receiving this because you authored the thread.Message ID: @.***>

mtallini361 commented 3 months ago

Created functions to add nodes relating to colors, types, sets etc.

mtallini361 commented 3 months ago

Created Test code for creating nodes and relations as well as completing relation construction

mtallini361 commented 2 months ago

Added way to remove all nodes and relations from relation test

mtallini361 commented 2 months ago

Took a break from development to focus on personal affairs. Planning to add to development on a consistent basis and develop a structure for future breaks