Helmet
CCConvex Community
•Created by Helmet on 11/28/2023 in #support-community
How do vectorstores work on Convex with Langchain?
Additionally how can I create filter fields for multiple users? It seems convex is limited to 16 fields as well, so I'm not sure I can create a vector store for each user
9 replies
CCConvex Community
•Created by Helmet on 11/28/2023 in #support-community
How do vectorstores work on Convex with Langchain?
With langchain though, I'm not sure how to filter it because usage is as follows:
9 replies
CCConvex Community
•Created by Helmet on 11/11/2023 in #support-community
Could not locate the bindings file
I tried the langchain as the external package but it still gave the same error. I ended up switching to Convex's langchain wrapper for vector store and that works perfectly for my needs.
16 replies
CCConvex Community
•Created by Helmet on 11/11/2023 in #support-community
Could not locate the bindings file
Do you know if there's any way to get python installed, or is that perhaps a future improvement?
16 replies
CCConvex Community
•Created by Helmet on 11/11/2023 in #support-community
Could not locate the bindings file
Alright, I'll probably just use the ConvexVectorstore instead
16 replies
CCConvex Community
•Created by Helmet on 11/11/2023 in #support-community
Could not locate the bindings file
I have python3 installed in my local environment so I don't think it's that
16 replies
CCConvex Community
•Created by Helmet on 11/11/2023 in #support-community
Could not locate the bindings file
Does convex have python installed in the environment, or is this related to my local environment?
16 replies
CCConvex Community
•Created by Helmet on 11/11/2023 in #support-community
Could not locate the bindings file
Something related to node-gyp which is used to build bindings, and python not being found
16 replies
CCConvex Community
•Created by Helmet on 11/11/2023 in #support-community
Could not locate the bindings file
16 replies
CCConvex Community
•Created by Helmet on 11/11/2023 in #support-community
Could not locate the bindings file
@Michal Srb Throwing a new error
16 replies
CCConvex Community
•Created by Helmet on 11/10/2023 in #support-community
Error related to Node.js (package not found on filesystem)
Having to make all the db reads and whatnot
11 replies
CCConvex Community
•Created by Helmet on 11/10/2023 in #support-community
Error related to Node.js (package not found on filesystem)
I haven't, looked into it and I plan to try it out. Just wondering about performance, as it stores the vectors in tables. So when using a similarity search on a table database of perhaps 1000 entries, I wonder if it will be kinda overkill
11 replies
CCConvex Community
•Created by Helmet on 11/10/2023 in #support-community
Error related to Node.js (package not found on filesystem)
The js langchain vectorstore wrapper for HNSWLib imports node:path, so unless I specify "use node" it throws an error, originally described in the post above
11 replies
CCConvex Community
•Created by Helmet on 11/10/2023 in #support-community
Error related to Node.js (package not found on filesystem)
If anyone has a better idea of how to manage this, feel free to let me know
11 replies
CCConvex Community
•Created by Helmet on 11/10/2023 in #support-community
Error related to Node.js (package not found on filesystem)
What I ended up doing is moving the main action to a separate file with "use node"; directive instead, seems to work
11 replies
CCConvex Community
•Created by Helmet on 11/10/2023 in #support-community
Error related to Node.js (package not found on filesystem)
clearMessages defined in functions.js is a Mutation function. Only actions can be defined in Node.js.
11 replies
CCConvex Community
•Created by Helmet on 11/10/2023 in #support-community
Error related to Node.js (package not found on filesystem)
I used "use node"; directive at the top of the functions for convex file, but I get a different error
11 replies