Skip to content

Commit

Permalink
fix qd imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkindel committed Jul 12, 2024
1 parent dbcd45f commit c66e05a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/griptape-framework/drivers/vector-store-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,7 @@ Here is an example of how the Driver can be used to query information in a Qdran

```python
import os
from griptape.drivers import QdrantVectorStoreDriver, HuggingFaceHubEmbeddingDriver
from griptape.tokenizers import HuggingFaceTokenizer
from griptape.drivers import QdrantVectorStoreDriver, OpenAiEmbeddingDriver
from griptape.loaders import WebLoader

# Set up environment variables
Expand Down

0 comments on commit c66e05a

Please sign in to comment.