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

Fix: Qdrant query count not optional #972

Merged
merged 12 commits into from
Jul 13, 2024
Prev Previous commit
Next Next commit
make lint
cjkindel committed Jul 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1cc802658721fbeee90ba5aeb5c7d217be25e406
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from typing import Any, Optional
from urllib.parse import urljoin

import requests
from typing import Optional, Any
from attrs import Factory, define, field
from griptape.artifacts import TextArtifact, ListArtifact

from griptape.artifacts import ListArtifact, TextArtifact
from griptape.drivers import BaseEmbeddingDriver, BaseVectorStoreDriver, DummyEmbeddingDriver