Will Pinecone ever be an integration or just a core document store? #4795
-
Just curious if integrations cover a different type of 3rd party "plugin" vs a more integrated core solution? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hey @benharrell, I guess you're talking about the deepset-ai/haystack-extras repo? As of now no plans of moving Pinecone out of the Haystack core repository. If I misunderstood the question let me know. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I should have linked to this page to be more clear: https://haystack.deepset.ai/integrations Is extras repo something different? |
Beta Was this translation helpful? Give feedback.
-
Ah, got it! The integrations are 3rd party library that are not part of Haystack core. We created it to have a centralized place where the community can search for other libraries that integrate with Haystack. We launched it quite recently, a week ago if I remember correctly, so there's still some stuff missing. We're adding more and more stuff as time passes. The |
Beta Was this translation helpful? Give feedback.
Ah, got it! The integrations are 3rd party library that are not part of Haystack core. We created it to have a centralized place where the community can search for other libraries that integrate with Haystack. We launched it quite recently, a week ago if I remember correctly, so there's still some stuff missing. We're adding more and more stuff as time passes.
The
haystack-extras
repo is maintained by the core Haystack team directly. We maintain it in a best effort basis, most of the times it doesn't have top priority. It contains modules that we removed from Haystack core but we didn't want to completely delete so people can still use them somehow.