Spaces:
Sleeping
Sleeping
Update connections/pinecone.py
Browse files- connections/pinecone.py +1 -1
connections/pinecone.py
CHANGED
@@ -57,7 +57,7 @@ class PineconeConnector:
|
|
57 |
transformations=[
|
58 |
# creating appropriate chunks and cutoffs (this needs to be worked on).
|
59 |
SemanticSplitterNodeParser(
|
60 |
-
buffer_size=
|
61 |
breakpoint_percentile_threshold=95,
|
62 |
embed_model=self.embedder,
|
63 |
),
|
|
|
57 |
transformations=[
|
58 |
# creating appropriate chunks and cutoffs (this needs to be worked on).
|
59 |
SemanticSplitterNodeParser(
|
60 |
+
buffer_size=2, # 1 = each sentence is a node
|
61 |
breakpoint_percentile_threshold=95,
|
62 |
embed_model=self.embedder,
|
63 |
),
|