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
refactor: upgrade Pinecone SDK, Node.js environment, and fix sync logic
- Upgrade Docker Node.js runtime to v20 to support Pinecone v7 SDK.
- Fix document-processor crash by adding setuptools to requirements.txt.
- Replace deprecated Pinecone REST logic with native SDK describeIndex.
- Resolve 400 Bad Request during Sync by dynamically fetching index dimensions.
- Standardize rawGet implementations across vector providers using native SDKs.
- Update backend models and utilities to support SDK-based queries and retries.
FixesMintplex-Labs#170, FixesMintplex-Labs#129, ClosesMintplex-Labs#144
0 commit comments