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 explicit api_key handling in NERExtractor and RelationExtractor - 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 - Update notebook with standard API key pattern Fixes #147