mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Add API key handling in extract_entities_llm(), extract_relations_llm(), and extract_triplets_llm() - Add llm_model parameter support in extract_triplets_llm() for consistency - Fix relation extraction bug with type checking for subject_text/object_text - Add environment variable fallback for API keys - Include providers.py for context (GroqProvider implementation) Fixes #145