issues
search
apache
/
incubator-hugegraph-ai
The integration of HugeGraph with AI/LLM & GraphRAG
https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/
Apache License 2.0
56
stars
28
forks
source link
feat(llm): support multiple property_type & importing graph from the entire doc
#84
Closed
vichayturen
closed
1 month ago
vichayturen
commented
2 months ago
Done:
Fixed bug of config qianfan llm api
Added two enums for properties settings
support different property type
support list/set cardinality for property_key
TODO:
[ ] enhance the logic for split chunk for vector & graph (maybe we should divide them separately)
Done:
TODO: