Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 25, 2024
1 parent 493a3d0 commit 7f7b000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/rag/datasource/vdb/tidb_vector/tidb_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def search_by_vector(self, query_vector: list[float], **kwargs: Any) -> list[Doc
res = session.execute(
statement=select_statement,
params={
"query_vector": query_vector_str,
"query_vector_str": query_vector_str,
"tidb_func": tidb_dist_func,
"table_name": self._collection_name,
"top_k": top_k,
Expand Down

0 comments on commit 7f7b000

Please sign in to comment.