Skip to content

How to add your own custom DocumentStore #1822

Discussion options

You must be logged in to vote

Hi @sgaseretto a WeaviateDocumentstore is already available in Haystack: https://github.com/deepset-ai/haystack/blob/master/haystack/document_stores/weaviate.py
If you are thinking about implementing a custom Documentstore you can have a look at the base class to see the required methods: https://github.com/deepset-ai/haystack/blob/master/haystack/document_stores/base.py but there is no additional documentation on how to implement a custom document store. I think most users should be able to find everything they need in the currently available document stores. Out of curiosity: are there any particular features that you are currently missing?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@sgaseretto
Comment options

@rvstraalen
Comment options

@anakin87
Comment options

@kacperlukawski
Comment options

@kacperlukawski
Comment options

Answer selected by sjrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants