Skip to content

Commit

Permalink
DOC-2544: one more attempt using Chayims advice
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty committed Aug 16, 2023
1 parent 724807a commit d23058a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doctests/search_vss.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@

import numpy as np
import pandas as pd
import requests
from sentence_transformers import SentenceTransformer

import redis
from redis.commands.search.field import NumericField, TagField, TextField, VectorField
import requests
from redis.commands.search.field import (
NumericField,
TagField,
TextField,
VectorField,
)
from redis.commands.search.indexDefinition import IndexDefinition, IndexType
from redis.commands.search.query import Query
from sentence_transformers import SentenceTransformer

# STEP_END

Expand Down

0 comments on commit d23058a

Please sign in to comment.