requirements.txt file should be updated because new packages having different blue prints.
Ex: If you check the latest CassandraGraphVectorStore constructor (as of langchain-community >=0.2.20), the signature looks like:
CassandraGraphVectorStore(
embeddings: Embeddings,
keyspace: str,
table: str,
session: Optional[Any] = None,
**kwargs
)
requirements.txt file should be updated because new packages having different blue prints.
Ex: If you check the latest CassandraGraphVectorStore constructor (as of langchain-community >=0.2.20), the signature looks like:
CassandraGraphVectorStore(
embeddings: Embeddings,
keyspace: str,
table: str,
session: Optional[Any] = None,
**kwargs
)