ChatPilot
ChatPilot copied to clipboard
ValueError: The text2vec python package is not installed. Please install it with pip install text2vec
Describe the bug
rag_app.py line: 125: elif "text2vec" in app.state.RAG_EMBEDDING_MODEL: app.state.sentence_transformer_ef = embedding_functions.Text2VecEmbeddingFunction( model_name=app.state.RAG_EMBEDDING_MODEL )
error info:
File "F:\github\ChatPilot\chatpilot\server.py", line 29, in
实际text2vec已安装成功: chromadb 0.5.5 text2vec 1.2.9
初步排查embedding_functions没有Text2VecEmbeddingFunction()方法