ghosty
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
somehow fixed it. not sure what did it exactly, but i tried the installation pipeline again with npm instead of yarn now it works, maybe it was a build file?
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
hmm
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
weird.. its working when i do that..
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
this is the one i used
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
{
"functions": "./packages/convex"
}
then the normal deploy
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
"dependencies": {
"convex": "1.16.0",
"convex-helpers": "^0.1.58",
"next": "^12.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"ts-node": "^10.9.2",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.7.1",
"@types/react": "^17.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.0.0",
"eslint-config-next": "^12.0.0",
"jest": "^29.6.4",
"lerna": "^7.4.2",
"ts-jest": "^29.1.1",
"typescript": "^5.6.2"
}
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
didnt work, still views defineSchema as in convex/schema
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
ok
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
ok not typescript
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
"convex": "^1.16.3",
"convex-helpers": "^0.1.58",
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
hmm let me try
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
"@types/node": "^22.7.1",
"@types/react": "^17.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
"typescript": "^5.6.2"
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
lemme see
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
import { defineSchema } from "convex/server";
import { DocumentsSchemaMetadataTable, DocumentsTable } from "./DocumentSchema";
// Define the full schema with tables.
export default defineSchema({
documents: DocumentsTable,
documentsSchemaMetadata: DocumentsSchemaMetadataTable,
});
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
in separate files but
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
still not saying found strange
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
oh no no thank you
55 replies
CCConvex Community
•Created by ghosty on 9/28/2024 in #support-community
VectorIndex not on v module
hmm
55 replies