Need add feature to write data to not default field #6369
teomikitenko
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
await ConvexVectorStore.fromDocuments(splitDocs, embeddings,{ctx})
Motivation
I have error i need add to vectoreStore my own field but in Documentation i dont fint this method. I mean only i have only this fields
but lets assume i need write data to field SomeID which exist in my database schema , i dont not write data to this field because in type ConvexVectorStoreConfig it is dont exist . I think need add features to add you own field in this method
I think need add features to write data to not default fields in this method . Something like this
await ConvexVectorStore.fromDocuments(splitDocs, embeddings,{ctx,myfieldInDB:myData})
Beta Was this translation helpful? Give feedback.
All reactions