Skip to content

0.1.3

Choose a tag to compare

@xuzeyu91 xuzeyu91 released this 27 Jul 04:14
· 111 commits to main since this release

增加PostgreSQL的兼容支持,

  "GraphDBConnection": {
    "DbType": "Sqlite", //PostgreSQL
    "DBConnection": "Data Source=graph.db",
    "GraphDBConnection": "graphmem.db",
    "VectorSize": 1536 //PostgreSQL,需要设置,sqlite可以不设置
  }