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

disable file upload for InMemoryDocStore #1677

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

julian-risch
Copy link
Member

Proposed changes:

  • Disable file upload REST API for InMemoryDocStore. Indexing and query pipelines would create two different instances each with FAISS and InMemory document stores. While file upload with FAISS was already disabled, file upload with InMemoryDocStore was still enabled and this PR disables it.

A problem resulting from two separate instances of InMemoryDocStore in indexing and query pipelines where reported in #1637

@julian-risch julian-risch merged commit c8df476 into master Nov 1, 2021
@julian-risch julian-risch deleted the disable_file_upload_inmemory branch November 1, 2021 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants