Skip to content

Commit

Permalink
feat: enable pinecone in fit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Jan 31, 2025
1 parent deab1f6 commit 7e90b44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,8 +1272,6 @@ def check_is_ready():

def test_fit_local(self, routes, test_data, index_cls, encoder_cls, router_cls):
# TODO: this is super slow for PineconeIndex, need to fix
if index_cls is PineconeIndex:
return
encoder = encoder_cls()
index = init_index(index_cls, index_name=encoder.__class__.__name__)
route_layer = router_cls(
Expand Down

0 comments on commit 7e90b44

Please sign in to comment.