-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker中无法启动main_faq.py #22
Comments
问题解决了,在启动服务之前我没进行下面这几步操作,先进行数据向量化并保存和训练Faiss,之后再启动BEFAQ服务,调用接口就出来结果了。 “”“ 将问题处理成Sentence BERT 向量,保存到bin类型文件中,便于后期读取问题的向量。 训练Faiss和Annoy模型 一个小小的建议,这一步是否考虑也写到docker的readme里面呢? |
好的,我添加一下。感谢支持,我们也会进行持续更新这个项目。 |
进入docker后 cd 进入 src 文件夹下,
nohup python -u main_faq.py > "logs/log$(date +"%Y-%m-%d-%H").txt" 2>&1 &
会显示如下错误
但是associative_questions_server.py这个服务可以正常启动,调用接口也正常
请问有可能是什么导致main_faq无法启动呢?
The text was updated successfully, but these errors were encountered: