Files
langchain/tests/integration_tests/vectorstores
LeoGrin 3701b2901e use namespace argument in Pinecone constructor (#1757)
Fix #1756

Use the `namespace` argument of `Pinecone.from_exisiting_index` to set
the default value of `namespace` for other methods. Leads to more
expected behavior and easier integration in chains.

For the test, I've added a line to delete and rebuild the
`langchain-demo` index at the beginning of the test. I'm not 100% sure
if it's a good idea but it makes the test reproducible.
2023-03-18 19:55:38 -07:00
..
2022-11-19 20:32:45 -08:00
2023-02-26 22:11:38 -08:00
2023-02-26 22:35:04 -08:00
2023-02-02 22:05:47 -08:00
2023-02-02 22:05:47 -08:00
2023-03-14 21:13:58 -07:00