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
for example, if I use "jina-embeddings-v2-base-zh" embedding model, the dimension size should be 768
File "/root/.cache/pypoetry/virtualenvs/shujian-knowledge-server-GJO3bz0z-py3.11/lib/python3.11/site-packages/timescale_vector/client.py", line 1196, in upsert
cur.executemany(query, records)
psycopg2.errors.DataException: expected 1536 dimensions, not 768
The text was updated successfully, but these errors were encountered:
for example, if I use "jina-embeddings-v2-base-zh" embedding model, the dimension size should be 768
File "/root/.cache/pypoetry/virtualenvs/shujian-knowledge-server-GJO3bz0z-py3.11/lib/python3.11/site-packages/timescale_vector/client.py", line 1196, in upsert
cur.executemany(query, records)
psycopg2.errors.DataException: expected 1536 dimensions, not 768
The text was updated successfully, but these errors were encountered: