Skip to content

Commit

Permalink
bring back filters
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 22, 2023
1 parent daa3282 commit 71e6565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ def _embedding_retrieval(
vector=query_embedding,
top_k=top_k,
namespace=namespace or self.namespace,
filter=filters,
include_values=True,
include_metadata=True,
)
Expand Down
2 changes: 1 addition & 1 deletion integrations/pinecone/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pinecone_haystack.document_store import PineconeDocumentStore

# This is the approximate time it takes for the documents to be available
SLEEP_TIME = 25
SLEEP_TIME = 20


@pytest.fixture()
Expand Down

0 comments on commit 71e6565

Please sign in to comment.