HelgeSverre / mindwave

[WIP] 🧠 Toolkit for building AI features into your Laravel app.
https://mindwave.no
MIT License
67 stars 8 forks source link

Hello, is this project still being updated? #12

Closed jackchang1025 closed 11 months ago

jackchang1025 commented 1 year ago

I found that the meta field will report an error, probably because meta is an array

image

image

HelgeSverre commented 1 year ago

On which vectorstore driver does this occur?

jackchang1025 commented 1 year ago

@HelgeSverre pinecone

HelgeSverre commented 1 year ago

Sadly i have not had the time to add support for this, however as a temporary workaround, turn your metadata into json using json_encode() and json_decode() it when retrieving it.

HelgeSverre commented 1 year ago

@jackchang1025 forgot to @ you

HelgeSverre commented 11 months ago

@jackchang1025 starting back up now, will adress this issue in a future version.