Justin
Justin
‘ reasoning_field’ is a custom field, so it can be adapted to any LLM with a reasoning process, or it can be completely ignored if needed. The test script is...
### Subject: Feature Implementation: Graph Database and Graph RAG I noticed the graph database feature planned on the [roadmap,](https://github.com/agentscope-ai/agentscope/issues/811) so I tried submitting [PR](https://github.com/agentscope-ai/agentscope/pull/887) to complete this part of the...
### For Local Development (Optional - With Neo4j) ```bash # Start Neo4j with GDS plugin docker run -d --rm \ --name neo4j \ -p 7474:7474 -p 7687:7687 \ -e NEO4J_AUTH=neo4j/password...