SIGN IN SIGN UP

🚀 feat(vector_store.py): add support for Weaviate and FAISS vector stores

This commit adds support for Weaviate and FAISS vector stores to the existing Pinecone, Qdrant, and Chroma vector stores. The `initialize_weaviate` function initializes Weaviate and returns the class object. The `initialize_faiss` function initializes FAISS and returns the class object. These functions are used to initialize the respective vector stores. The `docs_in_params` function is used to check if there are documents in the parameters.
G
Gabriel Luiz Freitas Almeida committed
9b4e65c121543a76831ad706fdfd47a7e483549c
Parent: 935b85a