Currently, ChromaDB can be populated from an RDF file or SPARQL endpoint using chroma_build.py. In practice populating Chroma from RDF files directly is impractical and extremely slow. This should be split into 2 separate steps:
RDF files -> SPARQL endpoint (trivial)
SPARQL endpoint -> ChromaDB
Requirements:
[x] Drop support for RDF -> Chroma
[x] Simplify Chroma config
[x] Helper script to load RDF files into SPARQL endpoint
Currently, ChromaDB can be populated from an RDF file or SPARQL endpoint using chroma_build.py. In practice populating Chroma from RDF files directly is impractical and extremely slow. This should be split into 2 separate steps:
Requirements: