Skip to content

Commit

Permalink
pytest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavdixit99 committed Apr 13, 2024
1 parent dad8aa3 commit d0d49da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
TextNode,
)
from llama_index.legacy.vector_stores.types import (
BasePydanticVectorStore,
MetadataFilters,
VectorStore,
VectorStoreQuery,
VectorStoreQueryResult,
)
Expand Down Expand Up @@ -53,7 +53,7 @@ def _to_llama_similarities(results: DataFrame) -> List[float]:
return normalized_similarities.tolist()


class LanceDBVectorStore(BasePydanticVectorStore):
class LanceDBVectorStore(VectorStore):
"""
The LanceDB Vector Store.
Expand Down

0 comments on commit d0d49da

Please sign in to comment.