Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inmemory store #76

Merged
merged 5 commits into from
Apr 27, 2020
Merged

Inmemory store #76

merged 5 commits into from
Apr 27, 2020

Conversation

skirdey
Copy link
Contributor

@skirdey skirdey commented Apr 27, 2020

Addin in-memory store. It is nice to have when experimenting with notebooks or trying to pickle a trained model.

skirdey and others added 3 commits April 26, 2020 16:16
…have for use cases when the trained model can be pickled
Adding in-memory store and a unit test. In-memory store is a nice to …
@skirdey
Copy link
Contributor Author

skirdey commented Apr 27, 2020

In-memory store allows to pickle entire "finder" object and use it in a distributed system more easily, when you can deploy the finder itself as a small service with no dependency on a database.

@tholor tholor requested a review from tanaysoni April 27, 2020 07:15
@tholor tholor added the type:feature New feature or request label Apr 27, 2020
@tanaysoni
Copy link
Contributor

Hi @skirdey, thanks again for the PR! The InMemoryDocumentStore looks good. This is good-to-go after #75 is merged.

@skirdey
Copy link
Contributor Author

skirdey commented Apr 27, 2020

Merged with upstream and moved tests to pytests.

@tanaysoni
Copy link
Contributor

Thanks again @skirdey, it's good-to-go!

@tanaysoni tanaysoni merged commit 6038d40 into deepset-ai:master Apr 27, 2020
@skirdey
Copy link
Contributor Author

skirdey commented Apr 27, 2020

Awesome, thanks for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants