mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Fix variable shadowing in fetch_vectors (use vector_id instead of id) - Remove redundant PINECONE_AVAILABLE check in create_index - Add Pinecone imports and exports to __init__.py - Add 'pinecone' to SUPPORTED_BACKENDS in vector_store.py - Add vectorstore-pinecone dependency group to pyproject.toml - Create vectorstore-all optional dependency group - Fix duplicate MagicMock import in test_pinecone_store.py - Update test_pinecone_removal.py with explanatory comment - Update all docstrings to include Pinecone in supported backends All fixes address code review feedback and ensure proper integration.
4 lines
206 B
Python
4 lines
206 B
Python
# This test file has been updated as Pinecone support has been re-added to Semantica.
|
|
# Pinecone is now a supported vector store backend (PR #220).
|
|
# See test_pinecone_store.py for Pinecone-specific tests.
|