- Pinecone - remove legacy filter support (#1069)
- Add filter_policy to pinecone integration (#821)
pinecone
- Fallback to default filter policy when deserializing retrievers without the init parameter (#901)- Skip unsupported meta fields in PineconeDB (#1009)
- Converting
Pinecone
metadata fields from float back to int (#1034)
- Pinecone - fix
test_serverless_index_creation_from_scratch
(#806) - Do not retry tests in
hatch run test
command (#954)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Defer the database connection to when it's needed (#804)
- [breaking] Pinecone - support for the new API (#793)
- Fix order of API docs (#447)
This PR will also push the docs to Readme
- Correctly deserialize Pinecone docstore in embedding retriever (#636)
- Update category slug (#442)
- Disable-class-def (#556)
- Generate API docs for Pinecone (#359)
- Rename retriever (#396)
- Fix imports in example (#398)
- Temporarily skip failing tests (#593)
- Skip
test_write_documents_duplicate_overwrite
test (#637)
- Fix linter (#281)