v0.2.58
版本发布时间: 2024-07-12 23:45:50
SciPhi-AI/R2R最新发布版本:v0.3.0(2024-08-24 07:33:48)
###v 0.2.58
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
toCONFIG_NAME
inREADME.md
,compose.yaml
, andr2r/main/app_entry.py
. - Updated Docker volumes in
compose.neo4j.yaml
andcompose.yaml
. - Changed default prompts in
r2r/base/providers/kg_provider.py
andr2r/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 customVector
type.