Skip to content
Snippets Groups Projects
Unverified Commit 15560be5 authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

Update semantic_router/index/pinecone.py

parent 748780c5
No related branches found
No related tags found
No related merge requests found
......@@ -692,7 +692,6 @@ class PineconeIndex(BaseIndex):
List[Tuple]: A list of (route_name, utterance) objects.
"""
_, metadata = await self._async_get_all(include_metadata=True)
print("AAAAAAAAAAAAAAAAAAA")
print(metadata)
route_tuples = [(x["sr_route"], x["sr_utterance"]) for x in metadata]
return route_tuples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment