Skip to content

Commit

Permalink
Revert "Change Pinecone dependency to official one"
Browse files Browse the repository at this point in the history
This reverts commit c97d944.
  • Loading branch information
iuliadmtru committed Aug 31, 2024
1 parent c97d944 commit cbd9fc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[weakdeps]
FlashRank = "22cc3f58-1757-4700-bb45-2032706e5a8d"
Expand All @@ -33,7 +32,7 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
FlashRankPromptingToolsExt = ["FlashRank"]
GoogleGenAIPromptingToolsExt = ["GoogleGenAI"]
MarkdownPromptingToolsExt = ["Markdown"]
RAGToolsExperimentalExt = ["SparseArrays", "LinearAlgebra", "Unicode"]
RAGToolsExperimentalExt = ["SparseArrays", "LinearAlgebra", "Unicode", "Pinecone"]
SnowballPromptingToolsExt = ["Snowball"]

[compat]
Expand Down

0 comments on commit cbd9fc1

Please sign in to comment.