Skip to content
Snippets Groups Projects
Commit 98a5ff41 authored by theanupllm's avatar theanupllm
Browse files

chore: Remove PineconeLocalIndex from index module

parent 2010c464
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ from semantic_router.index.base import BaseIndex
from semantic_router.index.hybrid_local import HybridLocalIndex
from semantic_router.index.local import LocalIndex
from semantic_router.index.pinecone import PineconeIndex
from semantic_router.index.pinecone_local import PineconeLocalIndex
from semantic_router.index.postgres import PostgresIndex
from semantic_router.index.qdrant import QdrantIndex
......@@ -12,6 +11,5 @@ __all__ = [
"LocalIndex",
"QdrantIndex",
"PineconeIndex",
"PineconeLocalIndex",
"PostgresIndex",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment