This project is mirrored from https://github.com/aurelio-labs/semantic-router.
Pull mirroring updated .
- Feb 11, 2025
-
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
feat: Add Pinecone Local Index support and update dependencies
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
- Feb 05, 2025
-
-
theanupllm authored
- Set X-Pinecone-API-Version header for cloud API endpoints - Ensure compatibility with Pinecone's latest API versioning
-
theanupllm authored
- Refactor base URL assignment to prioritize environment variable - Ensure consistent base URL configuration for Pinecone index - Maintain existing logging behavior for remote API usage
-
theanupllm authored
Merge branch 'anup/pinecone-local' of https://github.com/aurelio-labs/semantic-router into anup/pinecone-local
-
theanupllm authored
- Update PineconeIndex to handle both local and cloud Pinecone index configurations - Add base_url default to Pinecone cloud API - Improve logging for base URL selection - Update documentation notebook to reflect new configuration approach
-
James Briggs authored
-
- Feb 04, 2025
-
-
theanupllm authored
- Uncomment and enable multiple Python versions (3.10, 3.11, 3.12, 3.13) - Enable Poetry caching in GitHub Actions - Remove local path addition comment - Simplify workflow configuration
-
theanupllm authored
-
theanupllm authored
-
- Feb 03, 2025
-
-
theanupllm authored
-
theanupllm authored
- Deleted `pinecone_local.py` and `10-pinecone-local.ipynb` - Updated `pinecone.py` to handle both cloud and local Pinecone index scenarios - Modified test files to use `PineconeIndex` instead of `PineconeLocalIndex` - Updated GitHub Actions workflow to simplify Python version testing - Improved error handling and host URL management in Pinecone index methods
-
James Briggs authored
chore: dev9 release
-
James Briggs authored
-
James Briggs authored
fix: handle empty function_schemas in route processing
-
James Briggs authored
-
- Jan 31, 2025
-
-
Luca Mannini authored
-
James Briggs authored
fix: unzip utterances
-
James Briggs authored
-
James Briggs authored
-
James Briggs authored
-
Luca Mannini authored
refactor: linter + formatter
-
theanupllm authored
- Changed default dimensions from 1536 to 3 in test_sync.py - Simplified index initialization parameter for testing purposes
-
theanupllm authored
- Updated default dimensions to 1536 in test_sync.py - Aligns with typical embedding model dimension requirements
-
theanupllm authored
- Replaced all references to PineconeIndex with PineconeLocalIndex in test files - Added dimension handling for OpenAI and Cohere encoders in index initialization - Updated GitHub Actions workflow to cache Poetry dependencies - Maintained existing test logic and retry mechanisms
-
theanupllm authored
- Corrected string stripping and URL construction for localhost and base URL scenarios - Ensured consistent URL formatting across multiple methods - Minor code cleanup for host URL generation
-
theanupllm authored
- Added PineconeLocalIndex to support local Pinecone testing - Updated GitHub Actions workflow to use Pinecone local service - Updated dependencies in pyproject.toml and poetry.lock - Modified schema and router to support PineconeLocalIndex - Updated test configurations to use PineconeLocalIndex
-
- Jan 24, 2025
-
-
James Briggs authored
chore: release dev7
-
James Briggs authored
-
Vittorio Mayellaro authored
refactor: update PineconeIndex to use aiohttp for async requests and …
-
Vits authored
-
- Jan 23, 2025
-
-
Vits authored
-