Summary:
This PR renames configuration options, updates prompts, enhances knowledge graph extraction, and improves Docker and CLI functionalities across the codebase.
**Key points**:
- Renamed `CONFIG_OPTION` to `CONFIG_NAME` in `README.md`, `compose.yaml`, and `r2r/main/app_entry.py`.
- Updated Docker volumes in `compose.neo4j.yaml` and `compose.yaml`.
- Changed default prompts in `r2r/base/providers/kg_provider.py` and `r2r/prompts/local/defaults.jsonl`.
- Enhanced knowledge graph extraction logic in `r2r/pipes/ingestion/kg_extraction_pipe.py`.
- Modified CLI commands in `r2r/cli/cli.py` to support new configuration options and improved error handling.
- Improved knowledge graph inspection and analytics in `r2r/main/services/management_service.py`.
- Refactored vector handling in `r2r/vecs/collection.py` to use a custom `Vector` type.