mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-23 01:37:06 -04:00
09f301cd38
Also updated docs, and noticed an issue with the add_texts method on VectorStores that I had missed before -- the metadatas arg should be required to match the classmethod which initializes the VectorStores (the add_example methods break otherwise in the ExampleSelectors)