🐛 fix(vector_store.py): add type ignore comments to suppress import errors
The import statements for the weaviate and pinecone libraries were causing import errors. Adding the `# type: ignore` comment suppresses these errors and allows the code to run without issues.
G
Gabriel Luiz Freitas Almeida committed
7f90956d20f388f18f7e4ff1ecf2c66b6a8d357b
Parent: 4b5c3a0