admin管理员组文章数量:1128534
I am working on a RAG task and storing data in Chroma DB with persistent storage in SQLite. I successfully created the database, inserted data, and performed similarity searches in the vector DB.
However, when I moved the Chroma DB from one system to another, I couldn't perform similarity searches on the new system. I simply copied the database folder from the source system to the destination system, connected to it, and tried performing a similarity search. When I checked the collection count on the destination system, it returned the correct result, but the similarity search failed.
Could this be due to a package version issue? I have tried using both chroma-hnswlib==0.7.6 with chromadb==0.5.23 and chroma-hnswlib==0.7.3 with chromadb==0.5.0.
Can anyone please help me resolve this?
本文标签: sqliteMove Chroma DB to another machineStack Overflow
版权声明:本文标题:sqlite - Move Chroma DB to another machine - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736699680a1948362.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论