tykiww commited on
Commit
a9edefa
·
verified ·
1 Parent(s): c8d35de

Update connections/pinecone.py

Browse files
Files changed (1) hide show
  1. connections/pinecone.py +1 -1
connections/pinecone.py CHANGED
@@ -66,7 +66,7 @@ class PineconeConnector:
66
 
67
  def run(self):
68
  """creates the pipeline, returns the connection and the embedder."""
69
- pipeline = create_pipeline()
70
  return {
71
  "connection": self.pc,
72
  "pipeline": pipeline,
 
66
 
67
  def run(self):
68
  """creates the pipeline, returns the connection and the embedder."""
69
+ pipeline = self.create_pipeline()
70
  return {
71
  "connection": self.pc,
72
  "pipeline": pipeline,