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
File"/path/to/python3.12/site-packages/crate/client/http.py", line107, indefaultreturnjson.JSONEncoder.default(self, o)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"/usr/local/Cellar/[email protected]/3.12.8/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line180, indefaultraiseTypeError(f'Object of type {o.__class__.__name__} 'TypeError: Objectof type ndarrayisnotJSONserializable
The text was updated successfully, but these errors were encountered:
amotl
changed the title
TypeError: Object of type ndarray is not JSON serializable
InfinityEmbeddingsLocal: TypeError: Object of type ndarray is not JSON serializableDec 24, 2024
Problem
When using
langchain_community.embeddings.InfinityEmbeddingsLocal
with thevector_search.py
example, the program trips like this.Python Traceback
The text was updated successfully, but these errors were encountered: