We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bce3c4 commit 64e30d5Copy full SHA for 64e30d5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.57
2
+
3
+- **test: Longer interval for pinecone integration tests**
4
5
## 1.0.56
6
7
- **Fix: set correct display_name in HtmlMixin produced FileData**
test/integration/connectors/test_pinecone.py
@@ -110,7 +110,7 @@ def validate_pinecone_index(
110
index_name: str,
111
expected_num_of_vectors: int,
112
retries=30,
113
- interval=1,
+ interval=5,
114
namespace: str = "default",
115
) -> None:
116
# Because there's a delay for the index to catch up to the recent writes, add in a retry
unstructured_ingest/__version__.py
@@ -1 +1 @@
-__version__ = "1.0.56" # pragma: no cover
+__version__ = "1.0.57" # pragma: no cover
0 commit comments