-
- Downloads
Merge pull request #146 from aurelio-labs/james/index-fix
feat: separate indexes and PineconeIndex
No related branches found
No related tags found
Showing
- poetry.lock 560 additions, 544 deletionspoetry.lock
- pyproject.toml 4 additions, 2 deletionspyproject.toml
- semantic_router/index/__init__.py 9 additions, 0 deletionssemantic_router/index/__init__.py
- semantic_router/index/base.py 59 additions, 0 deletionssemantic_router/index/base.py
- semantic_router/index/local.py 101 additions, 0 deletionssemantic_router/index/local.py
- semantic_router/index/pinecone.py 228 additions, 0 deletionssemantic_router/index/pinecone.py
- semantic_router/layer.py 55 additions, 59 deletionssemantic_router/layer.py
- tests/unit/test_layer.py 31 additions, 30 deletionstests/unit/test_layer.py
Loading
Please register or sign in to comment