Skip to content

Commit 4ea2f50

Browse files
committed
Update post
1 parent 893db2b commit 4ea2f50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/posts/improving-retrieval-augmented-generation-with-hybrid-semantic-ranking.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ async def run_ai_search_on_text(
108108
)
109109

110110
vector_query = VectorizableTextQuery(
111-
text=text, k_nearest_neighbors=5, fields="< YOUR VECTOR FIELDS e.g. title_vector,chunk_vector >"
111+
text=text,
112+
k_nearest_neighbors=5,
113+
fields="< YOUR VECTOR FIELDS e.g. title_vector,chunk_vector >",
112114
)
113115

114116
results = await search_client.search(

0 commit comments

Comments
 (0)