UW-xDD / text2graph_llm

An experimental API endpoint to convert text to knowledge graph triplets.
MIT License
2 stars 1 forks source link

Dump preprocessed data to Weaviate. #42

Open JasonLo opened 1 month ago

JasonLo commented 1 month ago

Ideal Option: Store everything in Weaviate to enable direct graph retrieval. For faster prototyping, use a separate SQLite database as a lookup table for graph data. Initially, consider using SQLite.

JasonLo commented 1 month ago

defer