Skip to content

Commit 34cea65

Browse files
🌿 Fern Regeneration -- May 13, 2025 (#48)
Release 4.0.0 SDK with 2025-04 API version --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Niels Swimberghe <3382717+Swimburger@users.noreply.github.com>
1 parent fc0dc16 commit 34cea65

File tree

87 files changed

+4809
-557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+4809
-557
lines changed

.fernignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ src/Pinecone/Core/NdJsonRequest.cs
55
src/Pinecone/Core/NdJsonContent.cs
66
src/Pinecone/Core/Public/SourceTagOption.cs
77
src/Pinecone/Core/Public/IsTlsEnabledOption.cs
8+
src/Pinecone/Core/Public/PineconeApiException.cs
89
src/Pinecone/Types/Embedding.cs
910
src/Pinecone/Index/IndexClientExtended.cs
1011
src/Pinecone.Test/Integration
@@ -19,4 +20,5 @@ CONTRIBUTING.md
1920
README.md
2021
icon.png
2122
LICENSE
23+
.gitignore
2224
src/Pinecone/Pinecone.Custom.props

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Generated_Code/
261261
# to a newer Visual Studio version. Backup files are not needed,
262262
# because we have git ;-)
263263
_UpgradeReport_Files/
264-
Backup*/
264+
# Backup*/
265265
UpgradeLog*.XML
266266
UpgradeLog*.htm
267267
ServiceFabricBackup/

0 commit comments

Comments
 (0)