Morgan
Type mismatch: expected vector..
Hey, thanks for replying..
Im using Typescript.. i did run
xata codegen
i noticed it was not generating the vector property containing the dimensions after doing so.
Im using Prisma so as per the docs the xata client is @Xata/client@next ..
Ive managed a way around this for the time being using a new table with a link to the summary table.. however doing this then caused an issue on vector creation.. which in turn ive worked around by using a langchain prisma client that handles the vector creation for me.
This was all for the hackathon.. so once ive finished my submission I will do a fully reproducible writeup with steps. I suspect its caused because im using Prisma with a direct connection and not the traditional connection.6 replies