Closed flavienbwk closed 2 days ago
The minimal required open-source TiDB version is v8.4, could you try with that instead? For example:
tiup playground v8.4 --tag my_cluster
Nightly should be also fine, which provides more up-to-date features and updates:
tiup playground nightly --tag my_cluster
Hi @flavienbwk, thanks for liking! Here is the document of the Vector for TiDB v8.4 https://docs.pingcap.com/tidb/v8.4/vector-search-data-types#vector-data-types . It is possible to run offline, and fully open-source for sure.
Thank you for your quick answer and the clarification! I confirm I can run migrations and start the project with the 8.4 version :heavy_check_mark:
I have several other bugs with the current version on main but I'll eventually open other issues. I'm closing this one.
Hello,
I have a use case for autoflow where I want to run this project offline.
However, and even after deploying a standalone version of TiDB with Autoflow, it appears Autoflow can't be run without TiDB Cloud Serverless because Pingcap didn't opensource the VECTOR() type in TiDB.
Although I understand the commercial strategy, this makes this entire project not really open source (stated "open source GraphRAG" in documentation). At most, partially open-source.(see below)What alternative do you recommend for this use case ?
Thank you,