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
When I use "nomic-ai/nomic-embed-text-v1.5-GGUF/nomic-embed-text-v1.5.f32.gguf" via LM Studio and interact with the AI, I get the following error message:
Traceback (most recent call last):
File "C:\Users\username.conda\envs\a0\Lib\site-packages\langchain_community\vectorstores\faiss.py", line 304, in similarity_search_with_score_by_vector
scores, indices = self.index.search(vector, k if filter is None else fetch_k)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\username.conda\envs\a0\Lib\site-packages\faiss\class_wrappers.py", line 329, in replacement_search
assert d == self.d
^^^^^^^^^^^
AssertionError
When I use "nomic-ai/nomic-embed-text-v1.5-GGUF/nomic-embed-text-v1.5.f32.gguf" via LM Studio and interact with the AI, I get the following error message:
Traceback (most recent call last):
File "C:\Users\username.conda\envs\a0\Lib\site-packages\langchain_community\vectorstores\faiss.py", line 304, in similarity_search_with_score_by_vector
scores, indices = self.index.search(vector, k if filter is None else fetch_k)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\username.conda\envs\a0\Lib\site-packages\faiss\class_wrappers.py", line 329, in replacement_search
assert d == self.d
^^^^^^^^^^^
AssertionError
using Windows 11 24H2 Build 26100.2033 and
Agent Zero 0.7 built on 2024-10-6
initialize.py.txt
(renamed it to .txt to upload it)
It works fine when using openAI as the embedding model provider.
The text was updated successfully, but these errors were encountered: