Skip to content

Commit

Permalink
fix: keep sparse_embedding_model_name sync in async fastembed
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Apr 5, 2024
1 parent 8d01b96 commit b87aaad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/async_client_generator/fastembed_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def get_async_methods(class_obj: type) -> List[str]:
"get_vector_field_name",
"get_fastembed_vector_params",
"embedding_model_name",
"sparse_embedding_model_name",
],
class_replace_map={
"QdrantBase": "AsyncQdrantBase",
Expand Down

0 comments on commit b87aaad

Please sign in to comment.