orc/plugins/Retrieval/native_function.py [137:142]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    body["vectorQueries"] = [{
                        "kind": "vector",
                        "vector": embeddings_query,
                        "fields": "contentVector",
                        "k": int(AZURE_SEARCH_TOP_K)
                    }]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



orc/plugins/Retrieval/native_function.py [145:150]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    body["vectorQueries"] = [{
                        "kind": "vector",
                        "vector": embeddings_query,
                        "fields": "contentVector",
                        "k": int(AZURE_SEARCH_TOP_K)
                    }]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



