Skip to content

Commit c97d944

Browse files
committed
Change Pinecone dependency to official one
1 parent 1c4e0f5 commit c97d944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1818
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1919
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21+
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2122

2223
[weakdeps]
2324
FlashRank = "22cc3f58-1757-4700-bb45-2032706e5a8d"
@@ -32,7 +33,7 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
3233
FlashRankPromptingToolsExt = ["FlashRank"]
3334
GoogleGenAIPromptingToolsExt = ["GoogleGenAI"]
3435
MarkdownPromptingToolsExt = ["Markdown"]
35-
RAGToolsExperimentalExt = ["SparseArrays", "LinearAlgebra", "Unicode", "Pinecone"]
36+
RAGToolsExperimentalExt = ["SparseArrays", "LinearAlgebra", "Unicode"]
3637
SnowballPromptingToolsExt = ["Snowball"]
3738

3839
[compat]

0 commit comments

Comments
 (0)