You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a chat bot app that I can run without any problem in my local environment.
I can both run it locally on pycharm and I can run a docker container. then I deploy it to koyeb using github link and koyeb reads the dockerfile.
then an error occurs:
RuntimeError: Error in faiss::Index* faiss::read_index(faiss::IOReader*, int) at /project/faiss/faiss/impl/index_read.cpp:1053: Index type 0x73726576 ("vers") not recognized
the fais indexes are in github repo. there is no version mismatch in fais-langchain between what I use locally and what is written in the requirements.txt
why is that? how can I resolve it?
I can provide more log information if needed
The text was updated successfully, but these errors were encountered:
hi,
I have a chat bot app that I can run without any problem in my local environment.
I can both run it locally on pycharm and I can run a docker container. then I deploy it to koyeb using github link and koyeb reads the dockerfile.
then an error occurs:
RuntimeError: Error in faiss::Index* faiss::read_index(faiss::IOReader*, int) at /project/faiss/faiss/impl/index_read.cpp:1053: Index type 0x73726576 ("vers") not recognized
this is the line
self.vector_gelenek = FAISS.load_local(
"vector_store/gelenek_db", self.embeddings_large, allow_dangerous_deserialization=True)
the fais indexes are in github repo. there is no version mismatch in fais-langchain between what I use locally and what is written in the requirements.txt
why is that? how can I resolve it?
I can provide more log information if needed
The text was updated successfully, but these errors were encountered: