You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
once im trying to upsert data do astra db via flowise im getting error
2024-08-07 09:24:25 [ERROR]: TypeError: astra_db_ts_1.DataAPIClient is not a constructor
Error: TypeError: astra_db_ts_1.DataAPIClient is not a constructor
at Astra_VectorStores.upsert (/xxx/ai-repo/apps/Flowise/packages/components/dist/nodes/vectorstores/Astra/Astra.js:51:27)
at async buildFlow (/xxx/ai-repo/apps/Flowise/packages/server/dist/utils/index.js:408:37)
at async upsertVector (/xxx/ai-repo/apps/Flowise/packages/server/dist/utils/upsertVector.js:115:32)
at async Object.upsertVectorMiddleware (/xxx/ai-repo/apps/Flowise/packages/server/dist/services/vectors/index.js:9:16)
at async createInternalUpsert (/xxx/ai-repo/apps/Flowise/packages/server/dist/controllers/vectors/index.js:28:29)
To Reproduce
Steps to reproduce the behavior:
follow instructions provided in documentation -> AstraDB
try to upsert data
See error
Expected behavior
i guess it should upsert data :D
Describe the bug
once im trying to upsert data do astra db via flowise im getting error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
i guess it should upsert data :D
Screenshots
![Screenshot 2024-08-07 at 09 32 53](https://private-user-images.githubusercontent.com/22913358/355718561-0ba7b263-2d6a-4ed9-8e88-080c060f2621.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MzUyMDAsIm5iZiI6MTczOTczNDkwMCwicGF0aCI6Ii8yMjkxMzM1OC8zNTU3MTg1NjEtMGJhN2IyNjMtMmQ2YS00ZWQ5LThlODgtMDgwYzA2MGYyNjIxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDE5NDE0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxOGViMTBiYTUxMzRkNWNhNWU5NjhkOWY5ZTExNzliYmMxMjI0ZThlNDdkNTM4YjYyOWI1NjFiZTY0ZTQ0NDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RCVCS66qjnRNn1e9TcqoxoE0DktWnYZu2BzFnLmJmKQ)
Flow
Astra database loader Chatflow.json
Setup
The text was updated successfully, but these errors were encountered: