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
Hi, thanks for the great work in the open-source space. I am facing the below error: index = faiss.IndexFlatL2(len(embeddings[0])) IndexError: index 0 is out of bounds for axis 0 with size 0
The faiss index is empty. There are no embeddings?
Can you help me debug this? I really appreciate any help you can provide.
Hi, thanks for the great work in the open-source space. I am facing the below error:
index = faiss.IndexFlatL2(len(embeddings[0])) IndexError: index 0 is out of bounds for axis 0 with size 0The faiss index is empty. There are no embeddings?
Can you help me debug this? I really appreciate any help you can provide.