MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

关于长期记忆和向量存储的问题

Open prinzchao opened this issue 1 year ago • 1 comments
trafficstars

https://github.com/geekan/MetaGPT/tree/ga_game

我看到这个移植版的斯坦福小镇源码,记忆好像是二次开发实现的。

请问如果我想找一个比较成熟的向量储存框架用于长期记忆,是否metagpt这边有推荐的稳定方案,用什么外部数据库或者什么现成框架可以实现,感谢~

prinzchao avatar Dec 22 '23 10:12 prinzchao

我们现在默认使用原始的faiss,坦白来说,向量数据库的效果还是一个核心问题,或者长期来看还是更多dot

geekan avatar Dec 24 '23 12:12 geekan